- 
        1. Re: Starting JBoss 4.0.1 Cluster in IBM AIX 5.2wilwil Jan 7, 2005 4:12 AM (in response to wilwil)I finally solved it by adding "-D java.net.preferIPv4Stack=true" to the $JAVA_OPTS in the run.conf 
- 
        2. Re: Starting JBoss 4.0.1 Cluster in IBM AIX 5.2itking Nov 18, 2005 9:51 PM (in response to wilwil)Dear all? 
 I want someone help me ,why this errors? Thanks
 $ run.sh
 =========================================================================
 JBoss Bootstrap Environment
 JBOSS_HOME: /home/java/Jboss/jboss-4.0.2
 JAVA: /usr/java5_64/bin/java
 JAVA_OPTS: -server -Xms128m -Xmx128m -Dprogram.name=run.sh
 CLASSPATH: /home/java/Jboss/jboss-4.0.2/bin/run.jar:/usr/java5_64/lib/tools.ja
 r
 =========================================================================
 JVMJ9VM007E Command-line option unrecognised: -server
 Could not create the Java virtual machine.
 Usage: java [-options] class [args...]
 (to execute a class)
 or java [-jar] [-options] jarfile [args...]
 (to execute a jar file)
 where options include:
 -cp -classpath <directories and zip/jar files separated by :>
 set search path for application classes and resources
 -D=
 set a system property
 -verbose[:class|gc|jni]
 enable verbose output
 -version print product version
 -version:
 require the specified version to run
 -showversion print product version and continue
 -jre-restrict-search | -no-jre-restrict-search
 include/exclude user private JREs in the version search
 -agentlib:[=]
 load native agent library , e.g. -agentlib:hprof
 see also, -agentlib:jdwp=help and -agentlib:hprof=help
 -agentpath:[=]
 load native agent library by full pathname
 -javaagent:[=]
 load Java programming language agent, see java.lang.instrument
 -? -help print this help message
 -X print help on non-standard options
 -assert print help on assert options
 $
 
    