Operating System - HP-UX
1832310 Members
2123 Online
110041 Solutions
New Discussion

JVM Error, Unexpected Signal 10

 
Larry Reinhart
Advisor

JVM Error, Unexpected Signal 10

When starting an application on one of our systems a core dump and the error listed below occurs. However, on a box which is an identical twin, the application runs fine. I've checked all the kernel parameters, application parameters, patches, java and perl software, and permissions, between the two boxes and have come up with nothing. Can anyone point me in a direction in which to look at?

Thanks in advance,
Larry Reinhart

Here is the error:

An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 10 occurred at PC=0xc173fd3c
Function name=allocZip
Library=/opt/java1.3/jre/bin/../lib/PA_RISC2.0/libzip.sl

Current Java thread:
"main" prio=7 tid=0x0000ddb0 nid=1 lwp_id=8810178 runnable [0x7eff3000..0x7eff1f48]
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.(Unknown Source)
at java.util.jar.JarFile.(Unknown Source)
at java.util.jar.JarFile.(Unknown Source)
at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
at sun.misc.URLClassPath$JarLoader.(Unknown Source)
at sun.misc.URLClassPath$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.misc.URLClassPath.getLoader(Unknown Source)
at sun.misc.URLClassPath.getLoader(Unknown Source)
- locked <0x774118d0> (a sun.misc.URLClassPath)
at sun.misc.URLClassPath.getResource(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
- locked <0x774113a0> (a sun.misc.Launcher$AppClassLoader)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
- locked <0x774113a0> (a sun.misc.Launcher$AppClassLoader)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
- locked <0x774113a0> (a sun.misc.Launcher$AppClassLoader)

Dynamic libraries:
/opt/java1.3/jre/bin/../bin/PA_RISC2.0/native_threads/java
text:0x00001000-0x00006b2c data:0x00007000-0x00007344
/opt/java1.3/jre/bin/../lib/PA_RISC2.0/server/libjvm.sl
text:0xcac00000-0xcb3d3000 data:0x7af7c000-0x7b032000
/usr/lib/libpthread.1
text:0xc0030000-0xc0048000 data:0x7af41000-0x7af44000
/usr/lib/libm.2
text:0xc0080000-0xc00ac000 data:0x7af44000-0x7af45000
/usr/lib/libcl.2
text:0xc03c0000-0xc04a8000 data:0x7af46000-0x7af54000
/usr/lib/libisamstub.1
text:0xc004e000-0xc004f000 data:0x7af45000-0x7af46000
/usr/lib/libCsup.2
text:0xc0310000-0xc032b000 data:0x7af54000-0x7af57000
/usr/lib/librt.2
text:0xc032c000-0xc0330000 data:0x7af57000-0x7af58000
/usr/lib/libc.2
text:0xc0100000-0xc0243000 data:0x7b037000-0x7b04a000
/usr/lib/libdld.2
text:0xc0004000-0xc0007000 data:0x7b032000-0x7b033000
/opt/java1.3/jre/lib/PA_RISC2.0/native_threads/libhpi.sl
text:0xc11f0000-0xc1201000 data:0x7af40000-0x7af41000
/opt/java1.3/jre/bin/../lib/PA_RISC2.0/libverify.sl
text:0xc1210000-0xc1220000 data:0x7af2e000-0x7af2f000
/opt/java1.3/jre/bin/../lib/PA_RISC2.0/libjava.sl
text:0xc1700000-0xc172c000 data:0x7af29000-0x7af2e000
/opt/java1.3/jre/bin/../lib/PA_RISC2.0/libzip.sl
text:0xc1730000-0xc1743000 data:0x7af25000-0x7af27000
/usr/lib/libnss_files.1
text:0xc0068000-0xc0071000 data:0x7ad1a000-0x7ad1b000

Local Time = Tue Mar 23 02:12:05 2004
Elapsed Time = 0
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Server VM (1.3.1 1.3.1.02-JPSE_1.3.1.02_20011206 PA2.0 mixed mode)
#


1 REPLY 1
Tim Adamson_1
Honored Contributor

Re: JVM Error, Unexpected Signal 10

Are you sure the Java versions are exactly the same. That looks like a pretty old version of Java 1.3.1.02. The current release is 1.3.1.13.


Yesterday is history, tomorrow is a mystery, today is a gift. That's why it's called the present.