[JBoss-user] [Installation, Configuration & Deployment] - Re: Suse 10 : bad argument for IP_MULTICAST_IF

2006-06-02 Thread rknechtel
I'm running JBoss on SuSe 10 as well. I didn't change the run.sh but I just added "--host=127.0.0.1" paramter to the run.sh command. (change 127.0.0.1 to the IP address of your machine) this is how I run it and it works great! I'm going to try the run.sh change to see how well that works. Basi

[JBoss-user] [Installation, Configuration & Deployment] - Re: Suse 10 : bad argument for IP_MULTICAST_IF

2006-05-16 Thread A_titov82
To solve this problem you need to correct your jboss/bin/run.sh : before: -Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS" \ | -classpath "$JBOSS_CLASSPATH" \ | org.jboss.Main "$@" | after: | -Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS" \ | -classpath "$JBOSS_CLASSPATH" \ | -Djava.net