Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

[jboss-user] [JBoss Tools (users)] - Re: Failed to Start JBoss
 4.2.0 Application Platform with JB

scott.stark@jboss.org

2007-07-11


Oh, well, the mystery is solved regarding why I only have to do the IPv4 trick in Eclipse. In run.sh there is:

# Force IPv4 on Linux systems since IPv6 doesn't work correctly with jdk5 and lower
| if [ "$linux" = "true" ]; then
|   JAVA_OPTS="$JAVA_OPTS -Djava.net.preferIPv4Stack=true"
| fi

Likely the answer to my other issues lies in this script then as well. Hmmm...

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063099
_______________________________________________
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.