Operating System - HP-UX
1824846 Members
3698 Online
109674 Solutions
New Discussion юеВ

Re: Java Virtual machine problem

 
Bas ter Brugge
New Member

Java Virtual machine problem

Hi,

I'm using:
Java HotSpot(TM) Server VM (build 1.3.1 1.3.1.08-_28_nov_2002_00_09 PA2.0, mixed mode) and keep getting the following exceptions:

implicit exception happened at 7d6af258
Stack_Trace: error while unwinding stack
( 0) 0xc801f2dc report_error__FbPCciN22e + 0x5c [/opt/java1.3/bin/../jre/lib/PA_RISC2.0/server/libjvm.sl]
( 1) 0xc801ef8c report_fatal__FPCciT1e + 0x6c [/opt/java1.3/bin/../jre/lib/PA_RISC2.0/server/libjvm.sl]
( 2) 0xc817e170 compute_exception_return_address__13SharedRuntimeSFl + 0x1b0 [/opt/java1.3/bin/../jre/lib/PA_RISC2.0/server/libjvm.sl]
#
# Java version:
# Java HotSpot(TM) Server VM (mixed mode)
#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error to HP customer support.
#
# Fatal: null exception in compiled code
#
# Error ID: /CLO/Components/JAVA_HOTSPOT/Src/build/hp-ux/../../src/share/vm/runtime/sharedRuntime.cpp, 417
#
# Problematic Thread: prio=7 tid=0x0002a718 nid=48 lwp_id=22899 runnable
#

Anyone knows what's going on?

Cheers,
Bas ter Brugge
5 REPLIES 5
Steve Steel
Honored Contributor

Re: Java Virtual machine problem

Hi

Just to test have a go at working around the problem.
Basically by disablingimplicit null checks
Add the -XX:-ImplicitNullChecks option to
the java command line.

Then let us know what happens

Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Steve Steel
Honored Contributor

Re: Java Virtual machine problem

Hi

go to

www.hp.com/go/java

get a much later version.

Take care with patches. see release notes


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Alex Glennie
Honored Contributor

Re: Java Virtual machine problem

null exception in compiled code looks like the problem ... whether this is a bug or incorrect coding is your actual question ....

If you have a support contract with HP I'd consider using it, otherwise "file core",output if the application drops core,and O/S details and a stack trace may help someone familiar with java on this ....

also command line compile line options may also shed some light here ...

ps did this work wrt any previous version of java NB I'd also urge you to upgrade your version of java too maybe even goto 1.4
Steven E. Protter
Exalted Contributor

Re: Java Virtual machine problem

Java seems to be something you can install and get working to some degree with out required/recommended patches installed.

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

Better however to have them in.

My tush is still smarting from doing this backwards myself.

P
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Bas ter Brugge
New Member

Re: Java Virtual machine problem

The JVM we previously used was: 1.3.1_01 and everything worked with that one.