Operating System - HP-UX
1837168 Members
3179 Online
110113 Solutions
New Discussion

JVM (1.3.1_02) crashes under HP-UX 11

 
MITSOU
New Member

JVM (1.3.1_02) crashes under HP-UX 11

Hello,

JDK1.3.1_02 has been installed on HP-UX 11
to run an intranet.
But JVM sometimes crashes and we have no idea why...
The error message is :

An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 10 occurred at PC=0x0
Function name=(N/A)
Library=(N/A)

NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.




Dynamic libraries:
/opt/java1.3/bin/../bin/PA_RISC2.0/native_threads/java
text:0x00001000-0x00006b2c data:0x00007000-0x00007344
/opt/java1.3/bin/../jre/lib/PA_RISC2.0/server/libjvm.sl
text:0xc7000000-0xc77d3000 data:0x7ef0f000-0x7efc5000
/usr/lib/libpthread.1
text:0xc10a0000-0xc10b6000 data:0x7eeb0000-0x7eeb3000
/usr/lib/libm.2
text:0xc02c0000-0xc02e6000 data:0x7eeb3000-0x7eeb9000
/usr/lib/libcl.2
text:0xc0b40000-0xc0bed000 data:0x7eeba000-0x7eeff000
/usr/lib/libisamstub.1
text:0xc003f000-0xc0040000 data:0x7eeb9000-0x7eeba000
/usr/lib/libCsup.2
text:0xc0490000-0xc04bb000 data:0x7eeff000-0x7ef06000
/usr/lib/librt.2
text:0xc00f8000-0xc00fc000 data:0x7ef06000-0x7ef07000
/usr/lib/libc.2
text:0xc0100000-0xc021d000 data:0x7efc6000-0x7efe7000
/usr/lib/libdld.2
text:0xc0003000-0xc0005000 data:0x7efc5000-0x7efc6000
/mistique00/opt/java1.3/jre/lib/PA_RISC2.0/native_threads/libhpi.sl
text:0xc1650000-0xc1661000 data:0x7eeaf000-0x7eeb0000
/opt/java1.3/bin/../jre/lib/PA_RISC2.0/libverify.sl
text:0xc1310000-0xc1320000 data:0x7ee9d000-0x7ee9e000
/opt/java1.3/bin/../jre/lib/PA_RISC2.0/libjava.sl
text:0xc1670000-0xc169c000 data:0x7ee98000-0x7ee9d000
/opt/java1.3/bin/../jre/lib/PA_RISC2.0/libzip.sl
text:0xc16a0000-0xc16b3000 data:0x7ee96000-0x7ee98000
/opt/java1.3/bin/../jre/lib/PA_RISC2.0/libnet.sl
text:0xc1664000-0xc166d000 data:0x7ec67000-0x7ec68000
/usr/lib/libnss_dns.1
text:0xc00c8000-0xc00cc000 data:0x7ec66000-0x7ec67000
/usr/lib/libnss_nis.1
text:0xc0008000-0xc000e000 data:0x7ec65000-0x7ec66000
/usr/lib/libnsl.1
text:0xc0240000-0xc02ba000 data:0x7b33c000-0x7b400000
/usr/lib/libxti.2
text:0xc00b0000-0xc00c5000 data:0x7ec5e000-0x7ec63000
/usr/lib/libnss_files.1
text:0xc0028000-0xc002f000 data:0x7ec5d000-0x7ec5e000

Local Time = Mon Jun 24 07:48:59 2002
Elapsed Time = 35212
#
# 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)
#

Please help me, I don't know what to do !
Thanks in advance.

Mits.
atlantique
1 REPLY 1
Phil Smith
Occasional Advisor

Re: JVM (1.3.1_02) crashes under HP-UX 11

I've some experiance with installing and maintaining HP-UX 11.00 server runing Java apps.

Most of our issues have been resolved by using the latest available JVM (as patches are not released just new version including the latest fixes.) Also make sure you have all of the patches listed on the HP Java web site installed. http://www.hp.com/products1/unix/java/infolibrary/patches.html

Other issues are often running out of files etc a very useful tool to get these kernal setting right is the HPJconfig tool available at http://www.hp.com/products1/unix/java/java2/hpjconfig/index.html

Best of luck.