[jboss-user] [Clustering/JBoss] - Re: jgroups Draw demo fails

bela@jboss.com do-not-reply at jboss.com
Tue Oct 7 11:28:06 EDT 2008


Just before creating the MulticastSocket, check whether that port is already taken:
netstat -na|grep 45588 (or whatever the value of mcast_port is).
Other MulticastSockets being open on 45588 is not an issue, but a datagram socket might be.
Also try -Djava.net.preferIPv4Stack=true

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180809#4180809

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180809



More information about the jboss-user mailing list