Operating System - HP-UX
1845927 Members
4835 Online
110250 Solutions
New Discussion

Re: Java 1.3 compile errors

 
nancy rippey
Trusted Contributor

Java 1.3 compile errors

I am pulling my hair out with Java 1.3 compile errors. I have removed and reinstalled Java 1.3 along with a debug from HPs web site. They were not able to diagnose the problem and the resolution is to re-install the OS, if that does not work then they beleive it to be a hardware problem. In the mean time I have removed and reinstalled JAVA 1.3 from the June 2001 appliation cds. I am now receiving a different error, one that I see has been discussed before on the forums. I was wondering if anyone has an update to the previous posting.
My error is
# Java version:
# HotSpot VM (mixed mode)
#
# HotSpot Virtual Machine Error, Unexpected Signal 11
#
# occurred at pc=c2f00734
# Error ID: /CLO/Components/JAVA_HOTSPOT/Src/build/hp-ux/../../src/os/hp-ux/vm/o
s_hp-ux.cpp, 2998
#
Abort(coredump)

The previous thread is at

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xccad53921f1ad5118fef0090279cd0f9,00.html

Any help would be greatly appreciated.

nrip
1 REPLY 1
Chris De Angelis
Frequent Advisor

Re: Java 1.3 compile errors

Hi Nancy,

I'm having my share of problems getting some applications using Java via JNI on HP-UX running... these hints might be obvious ones, but perhaps they're worth mentioning anyway:

- Have you applied all of the latest patches recommended by HP? This list changes frequently, but here's the link:

http://www.hp.com/products1/unix/java/infolibrary/patches.html

Some of these have solved some problems I've experienced. One of my experiences: PHKL_18543 corrupts the ability to rebuild the kernel (properly)! You need PHCO_23876 to reconcile this.

- Have you seen the troubleshooting section of the FAQ? It lists a few items concerning SIGSEGVs.

http://www.hp.com/products1/unix/java/java2/sdkrte1_3/faq.html

- If you try using release 1.3.1.01, you might find the error output to be more helpful. No promises, but in one instance I can remember seeing a message like "Signal 11 occurred in native code outside of the VM" along with some more information.

Finally, here's the overall Java Info Library link:

http://www.hp.com/products1/unix/java/java2/sdkrte1_3/infolibrary/index.html

Good luck -

- Chris