|
I get the following error and stack trace when attempting to start a Coherence(v 3.2.2) cache instance running within WebLogic server 10.0 on Debian Linux under Sun JDK 1.5.06. The cache instance is being invoked with storage disabled. I am able to start a separate Coherence cache server running outside WebLogic before starting the instance within WebLogic. Any clues on what i am missing?
Thanks
Ramdas
3.2.2/371 <Error> (thread=PacketPublisher, member=1): Unable to refresh sockets: [UnicastUdpSocket{State=STATE_OPEN, address:port=10.24.2.21:8089}, MulticastUdpSocket{State=STATE_OPEN, address:port=224.3.10.5:31345, InterfaceAddress=10.24.2.21, TimeToLive=2}, TcpSocketAccepter{State=STATE_OPEN, ServerSocket=10.24.2.21:8089}]
Last exception on UnicastUdpSocket{State=STATE_OPEN, address:port=10.24.2.21:8089} was:
java.io.IOException: Invalid argument
at java.net.PlainDatagramSocketImpl.send(Native Method)
at java.net.DatagramSocket.send(DatagramSocket.java:612)
at com.tangosol.coherence.component.net.socket.UdpSocket.send(UdpSocket.CDB:17)
at com.tangosol.coherence.component.net.udpPacket.OutgoingUdpPacket.send(OutgoingUdpPacket.CDB:13)
at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketPublisher.onPacket(PacketPublisher.CDB:160)
at com.tangosol.coherence.component.util.daemon.queueProcessor.packetProcessor.PacketPublisher.onNotify(PacketPublisher.CDB:47)
at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:35)
at java.lang.Thread.run(Thread.java:595)
|