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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to