-
1. Re: jboss deployment
Ricardo May 19, 2006 12:35 PM (in response to madhusudan deshpande)where is yor jdk installation folder, in ferora is common in opt/java, lookup for this folder, and add in the run.sh a line JAVA_HOME=/opt/java
-
2. Re: jboss deployment
vijay negi Jun 5, 2006 7:27 AM (in response to madhusudan deshpande)Hello all I am getting the problem during running JBoss in linux console
The following is the details,plz help me out of this problem
-------------------------------------------------------------------------
run.sh: Missing file: /usr/local/jdk1.5.0_07/lib/tools.jar
run.sh: Unexpected results may occur. Make sure JAVA_HOME points to a JDK and not a JRE.
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /home/vijay_negi/jboss-4.0.3SP1
JAVA: /usr/local/jdk1.5.0_07/bin/java
JAVA_OPTS: -server -Xms128m -Xmx128m -Dprogram.name=run.sh
CLASSPATH: /home/vijay_negi/jboss-4.0.3SP1/bin/run.jar:/usr/local/jdk1.5.0_07/lib/tools.jar
=========================================================================
./run.sh: line 181: /usr/local/jdk1.5.0_07/bin/java: No such file or directory
-------------------------------------------------------------------------------
and the .bashrc file settings are as follows :
export JBOSS_HOME=/home/vijay_negi/jboss-4.0.3SP1
export JAVA_HOME=/usr/local/jdk1.5.0_07
export PATH=$PATH:$JBOSS_HOME/bin:$JAVA_HOME/bin:$JAVA_HOME/jre/bin
CLASSPATH="$CLASSPATH:$JAVA_HOME/lib/tools.jar"
CLASSPATH="$CLASSPATH:$JBOSS_HOME/bin/run.jar"
Thanks -
3. Re: jboss deployment
VisolveGroup Jun 6, 2006 2:49 AM (in response to madhusudan deshpande)Hello,
Please verify, whether java is installed in /usr/local/jdk1.5.0_07.
You can find the installed java binary path by using "whereis java" command, from that you can find where java is installed.
And also verify that jdk is installed by using "rpm -qa | grep -i jdk" command. The command may be different for different linux/unix falvours. Try corresponding command for your linux/unix flavour.
Regards,
ViSolve JBoss Team