1 Reply Latest reply on Feb 5, 2002 2:22 PM by ogre900

    Segmentation Fault when sh run.sh..CLASSPATH ISSUE???

    ogre900

      Hey all, i have installed Java JDK for Linux, im running on Red Hat 7.0. Installed Ant for my XML parser, but when i start the JBoss server, it craps out at the end with the following fault.

      [foo@foo bin]# sh run.sh
      JBOSS_CLASSPATH=:run.jar:../lib/crimson.jar
      jboss.home = /tmp/JBoss-2.4.4_Tomcat-4.0.1/jboss
      Using JAAS LoginConfig: file:/tmp/JBoss-2.4.4_Tomcat-4.0.1/jboss/conf/default/auth.conf
      JBoss release: JBoss-2.4.4 CVSTag=JBoss_2_4_4
      JBoss version: 2.4.4.2001-12-29 02:04:40 PST
      Using configuration "default"
      [INFO,root] Started Log4jService, config=file:/tmp/JBoss-2.4.4_Tomcat-4.0.1/jboss/conf/default/log4j.properties
      [INFO,Info] Java version: 1.3.1_02,Sun Microsystems Inc.
      [INFO,Info] Java VM: Java HotSpot(TM) Server VM 1.3.1_02-b02,Sun Microsystems Inc.
      [INFO,Info] System: Linux 2.2.16-22,i386
      [INFO,Shutdown] Shutdown hook added
      [INFO,ServiceControl] Initializing 47 MBeans
      [INFO,WebService] Initializing.........
      .......................................

      goes through all the beans then....
      [INFO,ServiceControl] Initialized 47 services
      [INFO,ServiceControl] Starting 47 MBeans
      [INFO,WebService] Starting
      run.sh: line 27: 755 Segmentation fault java $HOTSPOT $JAXP -classpath $JBOSS_CLASSPATH org.jboss.Main $@

      I figure that maybe my class paths arent setup correctly, but according to JBOss docs i shouldnt have to change anything by default. Please advise..thank u.
      r