学习是一种信仰。
分类: 系统运维
2013-06-27 19:04:51
今天在weblogic管理服务器看到日志:
<Jun 27, 2013 10:36:00 AM WAT>
"BEA-000450" "Unable to find internal data record for the socket"
从oracle的官方文档中得知这些错误信息是可以被忽略的。
Furthermore this message can be ignored as it is a harmless message.
Cause
The root cause of this error message is due to fixing the OutOfMemory error 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 error message starts appearing in the PIA log.
Solution
To get rid of the warning message the logging severity level needs to be increased.. You can avoid logging of this message by using Log4j with WLS.
Furthermore this message can be ignored as it is a harmless message.