• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

JBoss 4.0.3SP1: segmentation fault

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
About to give up. I installed a new JDK (1.5.0_06), downloaded Jboss 4.0.2. and still the error persists...
 
reply
    Bookmark Topic Watch Topic
  • New Topic