This is from the wiki (http://www.jboss.org/wiki/Wiki.jsp?page=IPv6):

Another source of problems might be the use of IPv6, and/or misconfiguration of 
/etc/hosts. If you communicate between an IPv4 and an IPv6 host, and they are 
not able to find each other, try the java.net.preferIP4Stack=true property.

Change your <jboss_home>/bin/run.sh from

# Setup JBoss sepecific properties
  | JAVA_OPTS="$JAVA_OPTS -Dprogram.name=$PROGNAME" to

# Setup JBoss sepecific properties
  | JAVA_OPTS="$JAVA_OPTS -Djava.net.preferIPv4Stack=true 
-Dprogram.name=$PROGNAME"

JDK 1.4.1 uses IPv6 by default, although is has a dual stack, that is, it also 
supports IPv4.

I tried this with JBoss 4.0.1sp1 on SuSE 9.1 prof. and the cluster 
configuration is starting without errors. 

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

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


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to