Cluster Win2K Specific Issue

If you seen an exception warning like that shown below, ignore it as it is due to the behavior of multicast on win2k systems in the absence of a connected network. It will not affect the behavior of the lab as the naming discovery is not used.

12:18:17,420 WARN [HANamingService] Failed to start AutomaticDiscovery
java.net.BindException: Cannot assign requested address: set socket option failed
at java.net.PlainDatagramSocketImpl.join(Native Method)
at java.net.MulticastSocket.joinGroup(MulticastSocket.java:224)
at org.jboss.ha.jndi.HANamingService$AutomaticDiscovery.(HANamingService.java:471)
at org.jboss.ha.jndi.HANamingService.startService(HANamingService.java:262)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at java.lang.reflect.Method.invoke(Native Method)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
at $Proxy12.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:392)
at org.jboss.system.ServiceController.start(ServiceController.java:408)

なんか昔(1年ちょっと前),これで悩まされたような….