JBoss startup exceptions  
Author Message
leonwild





PostPosted: 2005-8-8 16:53:00 Top

java-programmer, JBoss startup exceptions I am getting exceptions when starting the JBoss server. I believe I
have set the environment up correctly. The webserver brings up the
homepage but I can't get to the jmx-console. Has anyone else had this
problem and is there something obvious I've missed?

I'm running on tru64 unix 4.0f with JDK1.4.2. Trying to install jboss
4.0.2

 
Mr Moiz Rassiwala





PostPosted: 2005-8-8 19:20:00 Top

java-programmer >> JBoss startup exceptions you need to set the JAVA_HOME variable in your classpath to the directory where
your jdk is. i had the same problem before. jus recollecting i think thats what
i did to get rid of that exception. let me know if you have problems
Moiz
>I am getting exceptions when starting the JBoss server. I believe I
>have set the environment up correctly. The webserver brings up the
>homepage but I can't get to the jmx-console. Has anyone else had this
>problem and is there something obvious I've missed?
>
>I'm running on tru64 unix 4.0f with JDK1.4.2. Trying to install jboss
>4.0.2
>
>
>


 
leonwild





PostPosted: 2005-8-8 19:39:00 Top

java-programmer >> JBoss startup exceptions I have set JAVA_HOME to /usr/opt/java142 which is where the jdk was
installed. tools.jar is under the lib subdirectory. I've tried running
the minimal server and it starts with no errors but is not really that
useful. what I need is the jms service running I can live without
anything else.

 
 
leonwild





PostPosted: 2005-8-8 23:30:00 Top

java-programmer >> JBoss startup exceptions We've managed to solve this problem. It was due to the tar program we
used not coping with long paths properly and so missing some files.
Using gnutar solved this.