weblogic 9.2 中的 Weblogic.socket.muxer 警告

发布于 2024-12-01 13:44:22 字数 415 浏览 1 评论 0原文

我在 weblogic 9.2 中收到以下警告

Warning <Socket>  <managed2> <ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'> <<WLS Kernel

>> <> <> <> <BEA-000450> <Unable to find internal data record for the socket 7; event received 

它会影响我的应用程序中的任何性能吗?

如果有影响,请为此提供解决方案。

提前致谢。

问候, 加内桑·钱德拉塞卡兰。

I got below warning in weblogic 9.2

Warning <Socket>  <managed2> <ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'> <<WLS Kernel

>> <> <> <> <BEA-000450> <Unable to find internal data record for the socket 7; event received 

Can it effect any performance in my application?

If it effects, please provide a solution for this.

Thanks in advance.

Regards,
Ganesan Chandrasekaran.

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

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

发布评论

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

评论(1

夏有森光若流苏 2024-12-08 13:44:22

这是一次性的还是经常发生的?

从文档中

BEA-000450

警告:套接字套接字内部数据记录不可用(可能
由于空闲超时而关闭),事件收到事件

说明 无法找到套接字的内部数据记录。

原因服务器已经关闭了空闲套接字。

操作 如果情况仍然存在,请联系 Oracle 客户支持。

基本上是一条无害的消息,但如果它总是出现,您将需要 Oracle 帮助。

Oracle 论坛

此消息的根本原因是修复 OutOfMemory
WebLogic 9.2 MP3 事件 CR346335 中报告的消息。
进行了代码更改以显式删除关联的对象
计时器线程关闭后,从给定套接字的内存中
套接字作为操作系统未报告操作系统级别的错误。因此
删除关联对象后,消息开始出现
在日志中。

Is this a one-off or occurring frequently?

From the documentation

BEA-000450

Warning: Socket socket internal data record unavailable (probable
closure due idle timeout), event received event

Description Unable to find internal data record for the socket.

Cause Server already closed the idle socket.

Action If situation persists, contact Oracle Customer Support.

This is mostly a harmless message but you would need Oracle help if it is always appearing

This was also discussed on the Oracle forums

The root cause of this message is due to fixing the OutOfMemory
message being reported in an incident CR346335 for WebLogic 9.2 MP3.
Code changes were made to explicitly remove the associated objects
from memory for a given socket after the timer thread closed the
socket as OS was not reporting the error on the OS level. As a result
of the removal of the associated objects, the message starts appearing
in the log.

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