码迷,mamicode.com
首页 > Web开发 > 详细

AIX weblogic 启动报There is not enough buffer space

时间:2014-09-19 12:19:05      阅读:305      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   os   java   ar   for   2014   art   


AIX weblogic 启动报There is not enough buffer space for the requested socket operation 错误

    

<Sep 19, 2014 10:27:09 AM GMT+08:00> <Error> <Coherence> <BEA-000000> <Oracle Coherence 3.6.0.4 (member=n/a): Error while starting cluster: (Wrapped) java.net.SocketException: There is not enough buffer space for the requested socket operation.
        at com.tangosol.coherence.component.net.socket.UdpSocket.initializeDatagramSocket(UdpSocket.CDB:35)
        at com.tangosol.coherence.component.net.socket.UdpSocket.open(UdpSocket.CDB:17)
        at com.tangosol.coherence.component.net.Cluster$SocketManager.bindListeners(Cluster.CDB:37)
        at com.tangosol.coherence.component.net.Cluster.onStart(Cluster.CDB:216)
        at com.tangosol.coherence.component.net.Cluster.start(Cluster.CDB:11)
        at com.tangosol.coherence.component.util.SafeCluster.startCluster(SafeCluster.CDB:3)
....

Caused by: java.net.SocketException: There is not enough buffer space for the requested socket operation.
        at java.net.PlainDatagramSocketImpl.socketSetOption(Native Method)
        at java.net.PlainDatagramSocketImpl.setOption(PlainDatagramSocketImpl.java:398)



原因是coherence需要更大的buffer提高性能,但是AIX设置的比较低sb_max = 1048576, 而coherence建议设置的为

no -o sb_max=4194304


referer: http://coherence.oracle.com/display/COH35UG/Performance+Tuning


ServletContainerAdapter manager not initialized correctly

AIX weblogic 启动报There is not enough buffer space

标签:blog   http   io   os   java   ar   for   2014   art   

原文地址:http://my.oschina.net/gouqizi/blog/315909

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!