I tried adding preferred IPv4 support as given for the test, this gave the same 
error:

  | [EMAIL PROTECTED]:~$ java -Djava.net.preferIPv4Stack=true 
org.jgroups.demos.Draw
  | 
  | log4j:WARN No appenders could be found for logger 
(org.jgroups.conf.ClassConfigurator).
  | log4j:WARN Please initialize the log4j system properly.
  | ChannelException: java.lang.Exception: exception caused by UDP.start(): 
java.lang.Exception: UDP.createSockets(): cannot list on any port in range 0-1
  |         at org.jgroups.JChannel.connect(JChannel.java:328)
  |         at org.jgroups.demos.Draw.go(Draw.java:147)
  |         at org.jgroups.demos.Draw.main(Draw.java:117)
  | 

With out the preferred IPv4 support I get the same error:


  | [EMAIL PROTECTED]:~$ java org.jgroups.demos.Draw
  | 
  | log4j:WARN No appenders could be found for logger 
(org.jgroups.conf.ClassConfigurator).
  | log4j:WARN Please initialize the log4j system properly.
  | ChannelException: java.lang.Exception: exception caused by UDP.start(): 
java.lang.Exception: UDP.createSockets(): cannot list on any port in range 0-1
  |         at org.jgroups.JChannel.connect(JChannel.java:328)
  |         at org.jgroups.demos.Draw.go(Draw.java:147)
  |         at org.jgroups.demos.Draw.main(Draw.java:117)
  | 

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

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


-------------------------------------------------------
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

Reply via email to