Weblogic 在 5 分钟后重播请求

发布于 2024-11-25 12:16:45 字数 646 浏览 1 评论 0原文

我们正在调查特定 Web 请求处理在 Weblogic 10.3 服务器上持续很长时间的问题。恰好 5 分钟后,服务器开始处理完全相同的请求,导致应用程序逻辑出现错误。这种情况甚至发生3、4次。您能帮我看看哪个服务器设置或其他可能导致此问题的原因吗?

在日志中我们可以看到这些条目:

<BEA-000337> <[STUCK] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "667" seconds working on the request "weblogic.servlet.internal.ServletRequestImpl@2f35bea[
.......
]", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
Thread-65 "[STUCK] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'" <alive, in native, suspended, priority=1, DAEMON> {
}

we're investigating an issue where a specific web request processing lasts long on our Weblogic 10.3 server. Exactly after 5 minutes the server starts processing the very same request, causing an error in the application logic. This happens even 3 or 4 times. Can you help me which server setting or whatever might cause this?

In the logs we can see these entries:

<BEA-000337> <[STUCK] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "667" seconds working on the request "weblogic.servlet.internal.ServletRequestImpl@2f35bea[
.......
]", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
Thread-65 "[STUCK] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'" <alive, in native, suspended, priority=1, DAEMON> {
}

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暮年 2024-12-02 12:16:45

解决方案:如果连接超时,客户端软件会循环重新发送请求。

The solution: the client software was resending the request in a loop if the connection timed out.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文