PeopleSoft Web 服务器崩溃,失去与 AppServer 的连接

发布于 2024-11-25 20:36:16 字数 572 浏览 0 评论 0原文

在我们的 Web 服务器上,我们看到大量以下错误:

应用程序服务器上次连接 //psoftapp.company.net_8850 bea.jolt.ServiceException:bea.jolt.JoltRemoteService(GetCertificate)call():超时\ nbea.jolt.SessionException:连接接收错误\ nbea.jolt.JoltException:[3] NwHdlr.recv():超时

错误应用程序服务器:

PSPUBDSP_dflt.27505 (0) 07/20/11 08:13:33 (JNIUTIL): Java 异常抛出: java.net.SocketException: 连接重置

我正在阅读 PeopleSoft & 的一些调整文档。我发现了一个在几个地方看到过的建议——将 tcp_wait_time_interval 减少到 60 秒。我想我有点明白这是在做什么 - 似乎不再使用的网络(或套接字?)连接被“回收”或变得可用?有人可以证实这一点吗?另外,为什么这些连接未使用/过时?是否是由于人们没有正确退出应用程序(并且只是关闭浏览器)引起的?

谢谢!

On our Webserver, we're seeing a ton of these errors:

Application Server last connected //psoftapp.company.net_8850
bea.jolt.ServiceException: bea.jolt.JoltRemoteService(GetCertificate)call(): Timeout\nbea.jolt.SessionException: Connection recv error\nbea.jolt.JoltException: [3] NwHdlr.recv(): Timeout Error

and on our Appserver:

PSPUBDSP_dflt.27505 (0) 07/20/11 08:13:33 (JNIUTIL): Java exception thrown: java.net.SocketException: Connection reset

I'm reading some tuning documents from PeopleSoft & I found a suggestion that I've seen in a couple of places -- Reducing the tcp_wait_time_interval to 60 seconds. I think I sort of understand what this is doing - It seems that network (or socket?) connections that are no longer being used are "recycled" or made available? Can someone confirm this? Also, why are these connections unused/stale? Is it caused by people not properly logging out of the app (and just closing the browser)?

Thanks!

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

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

发布评论

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

评论(1

残疾 2024-12-02 20:36:16

PSPUBDP 是 Integration Broker 应用程序消息传递框架的一部分。您也可以查看 Tuxedo 日志或 Integration Broker Monitor,了解发生了什么情况。您可能正在运行大量消息并使服务器超载,或者您可能收到一条包含错误的消息,从而以某种方式导致崩溃。

PSPUBDP is part of the Integration Broker application messaging framework. You could look at the Tuxedo logs or the Integration Broker Monitor too see what is going on. You may be running a high number of messages and overloading the server or possibly you have a message with errors that is somehow causing the crashes.

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