0 Replies Latest reply on Nov 1, 2005 11:51 AM by beamer908

    Bus errors and seg faults on startup

    beamer908

      Hey, I've been using jboss-3.2.7 for months now on Java 1.5 on Mac OS X 10.4.2. Recently, I've been having a problem where I will start the app server and will get the following message:

      ./run.sh: line 182: 904 Bus error "$JAVA" $JAVA_OPTS -Djava.endorsed.dirs="$JBOSS_ENDORSED_DIRS" -classpath "$JBOSS_CLASSPATH" org.jboss.Main "$@"

      some times during the boot sequence. I have 4GB of memory so I don't believe it to be a lack of memory for the VM. Anyone seen something like this before on the Mac? Sometimes that bus error will be a segmentation fault instead. Line 182 of the run.sh file is exactly where the VM gets invoked.