openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #05106
[Bug 580347] Re: jvm crashes when starting JBoss AS 4.2.3
[Expired for openjdk-6 (Ubuntu) because there has been no activity for
60 days.]
** Changed in: openjdk-6 (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.
https://bugs.launchpad.net/bugs/580347
Title:
jvm crashes when starting JBoss AS 4.2.3
Status in “openjdk-6” package in Ubuntu:
Expired
Bug description:
Im trying to install JBoss on my Sheeva plug running Linux ubuntu 2.6.32.7 #5 with openjdk6.
Sheeva plug runs on a arm processor 1,2 GHz, 512 mb ram, 8 gb sda.
When i install Tomcat6 it works like a charm. When I try to run JBoss the boot just stops
and I get following message from console.
jvm should not crash during these circumstances.
1. =========================================================================
2.
3. JBoss Bootstrap Environment
4.
5. JBOSS_HOME: /opt/jboss-4.2.3.GA
6.
7. JAVA: /usr/lib/jvm/java-6-openjdk/bin/java
8.
9. JAVA_OPTS: -Dprogram.name=run.sh -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true
10.
11. CLASSPATH: /opt/jboss-4.2.3.GA/bin/run.jar:/usr/lib/jvm/java-6-openjdk/lib/tools.jar
12.
13. =========================================================================
14.
15. 06:38:50,299 INFO [Server] Starting JBoss (MX MicroKernel)...
16. 06:38:50,306 INFO [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)
17. 06:38:50,330 INFO [Server] Home Dir: /opt/jboss-4.2.3.GA
18. 06:38:50,332 INFO [Server] Home URL: file:/opt/jboss-4.2.3.GA/
19. 06:38:50,341 INFO [Server] Patch URL: null
20. 06:38:50,343 INFO [Server] Server Name: default
21. 06:38:50,345 INFO [Server] Server Home Dir: /opt/jboss-4.2.3.GA/server/default
22. 06:38:50,349 INFO [Server] Server Home URL: file:/opt/jboss-4.2.3.GA/server/default/
23. 06:38:50,351 INFO [Server] Server Log Dir: /opt/jboss-4.2.3.GA/server/default/log
24. 06:38:50,354 INFO [Server] Server Temp Dir: /opt/jboss-4.2.3.GA/server/default/tmp
25. 06:38:50,360 INFO [Server] Root Deployment Filename: jboss-service.xml
26. #
27. # A fatal error has been detected by the Java Runtime Environment:
28. #
29. # Internal Error (os_linux_zero.cpp:223), pid=24799, tid=1461503120
30. # Error: caught unhandled signal 11
31. #
32. # Java VM: OpenJDK Core VM (14.0-b08 interpreted mode linux-arm )
33. # Distribution: Ubuntu 9.04, package 6b14-1.4.1-0ubuntu10
34. # An error report file with more information is saved as:
35. # /opt/jboss-4.2.3.GA/bin/hs_err_pid24799.log
36. #
37. # If you would like to submit a bug report, please include
38. # instructions how to reproduce the bug and visit:
39. # https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
40. # The crash happened outside the Java Virtual Machine in native code.
41. # See problematic frame for where to report the bug.
42. #
43. Aborted
44.
References