首页 新闻 赞助 找找看

<BEA-000402>

0
悬赏园豆:160 [已关闭问题] 关闭于 2017-09-06 15:38

<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.> 

yinfujian的主页 yinfujian | 初学一级 | 园豆:7
提问于:2017-08-24 14:24
< >
分享
所有回答(3)
0

Warning: There are: numSockets active sockets, but the maximum number of socket reader threads allowed by the configuration is: getMaxSocketReaders. You may want to alter your configuration.

Description

A non-native IO is being used, and the number of socket reader threads is less than the number of active sockets. Performance may degrade significantly. It is recommended that you change the socket reader settings to improve the performance.

Cause

When non-native IO is used, IO is performed in a blocking manner. Therefore, if the number of socket reader threads is less than the number of active sockets, performance may degrade significantly.

Action

Increase ThreadPoolPercentSocketReaders and/or ThreadPoolSize, and/or decrease SocketReaderTimeoutMinMillis and/or SocketReaderTimeoutMaxMillis.

http://blog.csdn.net/jeff_/article/details/9225471

Weblogic Native IO 启用失败,通常是由于系统没有使用与Weblogic相对应的的JDK版本所致

charset | 园豆:206 (菜鸟二级) | 2017-08-24 17:00

有weblogic 64位吗

支持(0) 反对(0) yinfujian | 园豆:7 (初学一级) | 2017-08-25 13:47

而且用的是weblogic默认的jdk

支持(0) 反对(0) yinfujian | 园豆:7 (初学一级) | 2017-08-25 13:47
0

就这点错误提示吗?都贴出来啊

男人要爽 | 园豆:6 (初学一级) | 2017-08-25 08:38

<2017-8-25 下午01时40分27秒 CST> <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.>
<2017-8-25 下午01时40分33秒 CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 127.0.0.1:64,761 during the configured idle timeout of 5 secs>
<2017-8-25 下午01时40分33秒 CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 127.0.0.1:64,763 during the configured idle timeout of 5 secs>
<2017-8-25 下午01时40分33秒 CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 127.0.0.1:64,759 during the configured idle timeout of 5 secs>
<2017-8-25 下午01时40分33秒 CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 127.0.0.1:64,760 during the configured idle timeout of 5 secs>
<2017-8-25 下午01时40分33秒 CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 127.0.0.1:64,762 during the configured idle timeout of 5 secs>
<2017-8-25 下午01时41分23秒 CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 127.0.0.1:64,902 during the configured idle timeout of 5 secs>
<2017-8-25 下午01时41分23秒 CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 127.0.0.1:64,901 during the configured idle timeout of 5 secs>
<2017-8-25 下午01时41分23秒 CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 127.0.0.1:64,903 during the configured idle timeout of 5 secs>
<2017-8-25 下午01时41分23秒 CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 127.0.0.1:64,900 during the configured idle timeout of 5 secs>
<2017-8-25 下午01时41分23秒 CST> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it on 127.0.0.1:64,899 during the configured idle timeout of 5 secs>

 

只有这些

支持(0) 反对(0) yinfujian | 园豆:7 (初学一级) | 2017-08-25 13:46

仍然是未知原因,但是我通过使用weblogic内部默认安装的jdk就ok了

支持(0) 反对(0) yinfujian | 园豆:7 (初学一级) | 2017-09-06 15:37
0

仍然是未知原因,但是我通过使用weblogic内部默认安装的jdk就ok了

yinfujian | 园豆:7 (初学一级) | 2017-09-06 15:37
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册