digerata
07-23-2008, 11:26 AM
I'm in the process of setting up a tomcat appliance. When I start tomcat, it fails with a JVM crash. The error reported in tomcat logs:
#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00002aaaaaab4112, pid=2577, tid=1076017472
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode linux-amd64)
# Problematic frame:
# C [ld-linux-x86-64.so.2+0x9112]
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid2577.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
The versions I'm using:
Java SE Development Kit 6u7 (jdk-6u7-linux-x64.bin)
Tomcat 6.0.16
WEB64 Appliance
Basically, I took a WEB64 appliance, renamed and branched it to TOMCAT. I resized the /usr and / volumes to 2GB each. I then started up the app and downloaded java and then tomcat. I extracted both of those to /usr/local/tomcat and java. Set my JAVA_HOME path. Created a service script: /etc/init.d/tomcat using a standard template. Ran service tomcat start and hit the problem.
I created a one line java class that prints "working." and can run that. However, that certainly isn't a full test of the JVM, but it does suggest that the JVM is installed and can perform basic operations.
Any ideas?
Thanks,
-Mike
#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00002aaaaaab4112, pid=2577, tid=1076017472
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode linux-amd64)
# Problematic frame:
# C [ld-linux-x86-64.so.2+0x9112]
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid2577.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
The versions I'm using:
Java SE Development Kit 6u7 (jdk-6u7-linux-x64.bin)
Tomcat 6.0.16
WEB64 Appliance
Basically, I took a WEB64 appliance, renamed and branched it to TOMCAT. I resized the /usr and / volumes to 2GB each. I then started up the app and downloaded java and then tomcat. I extracted both of those to /usr/local/tomcat and java. Set my JAVA_HOME path. Created a service script: /etc/init.d/tomcat using a standard template. Ran service tomcat start and hit the problem.
I created a one line java class that prints "working." and can run that. However, that certainly isn't a full test of the JVM, but it does suggest that the JVM is installed and can perform basic operations.
Any ideas?
Thanks,
-Mike