How are you starting the app server? Are you trying to run it on os startup using a script in /etc/init.d? Or are your running it manually from a terminal.
If you are running it manually from a terminal, at the terminal, enter this: echo $JAVA_HOME If you do this, you should see: /usr/java/jdk1.5.0_16 If you do not, then JAVA_HOME is not set properly. Based on the starting part of the console log you posted: tgcosta wrote : ========================================================================= | | JBoss Bootstrap Environment | | JBOSS_HOME: /usr/jboss/jboss-4.2.2.GA | | JAVA: java JAVA_HOME is not set properly. You should instead see: tgcosta wrote : ========================================================================= | | JBoss Bootstrap Environment | | JBOSS_HOME: /usr/jboss/jboss-4.2.2.GA | | JAVA: /usr/java/jdk1.5.0_16/bin/java View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165185#4165185 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165185 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
