Hi everyone, I just installed JBoss 4.0.3SP1. When I try to run it (under Linux), I see a segmentation fault instead of a running JBoss.
I use JDK 1.5.0_02. I assume that should be okay. What could be wrong?
Thanks for the help, Paul
Paul Kater
Greenhorn
Joined: Mar 19, 2005
Posts: 20
posted
0
I get the feeling that my install of Java 5.0 is broken. Will put in a new copy of that first and see if that brings something.
Paul Kater
Greenhorn
Joined: Mar 19, 2005
Posts: 20
posted
0
Okay. That was not the problem. I also rebooted the system, because it could perhaps be a memory conflict of sorts. But that was not the problem either.
What I get: 16:56:11,012 INFO [Server] Starting JBoss (MX MicroKernel)... 16:56:11,017 INFO [Server] Release ID: JBoss [Zion] 4.0.3SP1 (build: CVSTag=JBoss_4_0_3_SP1 date=200510231054) 16:56:11,020 INFO [Server] Home Dir: /files/jboss-4.0.3SP1 16:56:11,021 INFO [Server] Home URL: file:/files/jboss-4.0.3SP1/ 16:56:11,022 INFO [Server] Patch URL: null 16:56:11,022 INFO [Server] Server Name: default 16:56:11,022 INFO [Server] Server Home Dir: /files/jboss-4.0.3SP1/server/default 16:56:11,023 INFO [Server] Server Home URL: file:/files/jboss-4.0.3SP1/server/default/ 16:56:11,023 INFO [Server] Server Temp Dir: /files/jboss-4.0.3SP1/server/default/tmp 16:56:11,024 INFO [Server] Root Deployment Filename: jboss-service.xml ./run.sh: line 181: 4690 Segmentation fault "$JAVA" $JAVA_OPTS -Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS" -classpath "$JBOSS_CLASSPATH" org.jboss.Main "$@"
Hmmm...
Paul Kater
Greenhorn
Joined: Mar 19, 2005
Posts: 20
posted
0
About to give up. I installed a new JDK (1.5.0_06), downloaded Jboss 4.0.2. and still the error persists...