Okay, the problem is that 4.0.2 uses JGroups 2.2.7. In 2.2.7, the check for a bind_port > 0 is *not* done. A port of 0 means an ephemeral port, but some JDK/OSs don't implement this correctly.
What can you do ? - Set bind_port to a valid value - Upgrade to 2.2.8 The upgrade should be simple, because the API hasn't changed between 2.2.7 and 2.2.8. You *may* have to remove some parameters in your XML file, although I don't think that is the case. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885430#3885430 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885430 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
