2011-11-01 26 views
1

我正在運行一致性緩存服務器,並在顯示成員集和成員列表信息後引發以下錯誤。我不確定發生了什麼。 :( 這裏是我得到的例外。Oracle一致性「無法刷新套接字:...」

Stopping cluster due to unhandled exception:  com.tangosol.net.messaging.ConnectionException: Unable to refresh sockets: [InboundUnicastUdpSocket{State=STATE_OPEN, address:port=191.193.1.127:8088}, MulticastUdpSocket{State=STATE_OPEN, address:port=196.194.184.13:50110, InterfaceAddress=175.143.1.127, TimeToLive=12}, TcpSocketAccepter{State=STATE_OPEN, ServerSocket=191.193.1.127:8088}]; last failed socket: MulticastUdpSocket{State=STATE_OPEN, address:port=172.194.144.93:50110, InterfaceAddress=191.193.1.127, TimeToLive=12} 
at com.tangosol.coherence.component.net.Cluster$SocketManager.refreshSockets(Cluster.CDB:91) 
at com.tangosol.coherence.component.net.Cluster$SocketManager$MulticastUdpSocket.onInterruptedIOException(Cluster.CDB:9) 
at com.tangosol.coherence.component.net.socket.UdpSocket.receive(UdpSocket.CDB:33) 
at com.tangosol.coherence.component.net.UdpPacket.receive(UdpPacket.CDB:4) 
at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketListener.onNotify(PacketListener.CDB:19) 
at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42) 
at java.lang.Thread.run(Unknown Source) 
Caused by: java.net.SocketTimeoutException: Receive timed out 
at java.net.PlainDatagramSocketImpl.receive0(Native Method) 
at java.net.PlainDatagramSocketImpl.receive(Unknown Source) 
at java.net.DatagramSocket.receive(Unknown Source) 
at com.tangosol.coherence.component.net.socket.UdpSocket.receive(UdpSocket.CDB:20) 
at com.tangosol.coherence.component.net.UdpPacket.receive(UdpPacket.CDB:4) 
at  com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketListener.o nNotify(PacketListener.CDB:19) 
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42) 
    at java.lang.Thread.run(Unknown Source) 

這可能是什麼原因呢,我有興趣瞭解是否有工具,通過連貫失誤可以進行調查和解決方法。請份額

-Thanks提前, 玫瑰

回答

0
+0

感謝葉海亞的信息。我的JDK是1.6.0_26,但我確認代碼在具有相同JDK的另一臺計算機上工作正常。可能是問題是防火牆設置 - 你猜測 - 我正在調查。我還會閱讀你發送的鏈接。 – Rose