weblogic Error BEA-000402

时间:2024-10-30 16:13:32

1、weblogic运行的时候警告问题

<Warning> <Socket> <BEA-000402> <There are: 5 active sockets, but the maximum number of socket reader threads allowed by the configuration is: 4. You may want to alter your configuration.> 
<2013-8-12 上午104308秒 CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 0:0:0:0:0:0:0:1:65,327 during the configured idle timeout of 5 secs> 
  • 1
  • 2

——解决方案——————–
1 .启动管理服务器,访问域控制台。
2 .展开左边面板 Servers 节点,显示域服务配置。
3 .点击你要配置的服务名称。
4 .选择配置( Configuration )―― > 优化( Tuning )标签。
5 .在 Socket Reader 中编辑 Java 读线程的百分比(JavaSocketMuxer 套接字读取器:)。 Java socket 读线程数是根据所有的执行线程数的百分比计算得到的。
6 .应用( Apply )。
这是一个weblogic socket 读的线程数不足的问题