Hi Howard,
there is a problem with clustering tests on Windows 2008. All clustering tests are failing because JBM server can't be started. It seems be a problem with JGroups or configuration. I've attached logs from JBM test suite. Did you see it before?
Exception:
at org.jgroups.stack.ProtocolStack.startStack(ProtocolStack.java:291)
at org.jgroups.JChannel.connect(JChannel.java:386)
... 35 more
Caused by: java.lang.Exception: problem creating sockets (bind_addr=localhost/127.0.0.1, mcast_addr=228.7.7.7:45568)
at org.jgroups.protocols.UDP.start(UDP.java:381)
at org.jgroups.stack.Protocol.handleSpecialDownEvent(Protocol.java:571)
... 75 more
Caused by: java.net.SocketException: An operation was attempted on something that is not a socket
at java.net.PlainDatagramSocketImpl.socketSetOption(Native Method)
at java.net.PlainDatagramSocketImpl.setOption(PlainDatagramSocketImpl.java:309)
at java.net.MulticastSocket.setInterface(MulticastSocket.java:424)
at org.jgroups.protocols.UDP.createSockets(UDP.java:529)
at org.jgroups.protocols.UDP.start(UDP.java:376)
Thank you,
Mirek