Operating System - HP-UX
1828297 Members
4387 Online
109975 Solutions
New Discussion

Re: JVM 1.2 crashes with a core file from java

 
TIANA
New Member

JVM 1.2 crashes with a core file from java

Hi,
I've got a problem with a process working on HP11i, it crashes with the following error while unwinding stack:

( 0) 0xc63026d4 report_error__FPciN21e + 0x54 [/opt/java1.2/jre/bin/../lib/PA_RISC2.0/hotspot/libjvm.sl]
( 1) 0xc63e6fc8 JVM_handle_hpux_signal + 0x398 [/opt/java1.2/jre/bin/../lib/PA_RISC2.0/hotspot/libjvm.sl]
( 2) 0xc63e6c1c signalHandler__FiP9__siginfoPv + 0x14 [/opt/java1.2/jre/bin/../lib/PA_RISC2.0/hotspot/libjvm.sl]
( 3) 0xc020a968 _sigreturn [/usr/lib/libc.2]

Thanks for any help.
2 REPLIES 2
Steve Steel
Honored Contributor

Re: JVM 1.2 crashes with a core file from java

Hi


Go to www.hp.com/go/java


Get a newer version



There are known problems with the old evrsions. What are you using it with . Something like weblogic also has problems.

Try using java option --classic instead of hotspot


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
TIANA
New Member

Re: JVM 1.2 crashes with a core file from java

Thanks Steve,
I'll try it straight away.