[jboss-user] [Beginners Corner] - Re: Load Library problem

PeterJ do-not-reply at jboss.com
Thu Jul 17 15:57:25 EDT 2008


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



More information about the jboss-user mailing list