Tomcat 4.0.1 startup memory fault on SUSe 7.1
Created May 7, 2012
Jean-Pierre Harrison From a clean install of JBoss-2.4.4 / Tomcat-4.0.1, on Linux SUSe 7.1 JBoss starts up and runs fine The Tomcat (Catalina) component does not start up either with JBoss or stand-alone.
When trying to start Catalina/Tomcat either in the background or foreground the following errors appear.
./run.s h Using CLASSPATH: /java/jboss/catalina/bin/bootstrap.jar:/java/jdk1.3.1_01/lib/tools.jar Using CATALINA_BASE: /java/jboss/catalina Using CATALINA_HOME: /java/jboss/catalina Using CATALINA_OPTS: Using JAVA_HOME: /java/jdk1.3.1_01 Using $@: run Memory faultThis problem solved by installing Java 1.4.0 SDK. The Java 1.3.1_01 was crashing at the following line in run.sh:
java $HOTSPOT $JAXP -classpath $JBOSS_CLASSPATH org.jboss.Main $@