If the servers are starting fine but clustering isn't working as expected, first thing to do is make sure the nodes are clustering properly. If they aren't it is likely due to something other than use of ServiceBindingManager. See the first entry in the Troubleshooting section on http://wiki.jboss.org/wiki/Wiki.jsp?page=JGroups, particularly the second link, for helping to check that multicast is working properly,
Re: the warning on the wiki, yeah, using the ServiceBindingManager is not the recommended solution as it's quite a bit more complex than the fairly simple alternative of assigning more than one IP to the machine and using -b. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119153#4119153 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119153 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
