HP's 1.4.2_10 IS and IS 6.1

Hello,

does someone succeed to use JVM 1.4.2_10 from HP under UP-UX 11i ?

I’ve tried and the I.S. won’t start with the following message :

Error occurred during initialization of VM
java.lang.NoClassDefFoundError: java/lang/ArrayIndexOutOfBoundsException

Any idea ?

Best regards,

Laurent

Hi Laurent,

where did you install the JVM?

How is the path to java configured in your server.sh?
Which Version of HP-UX 11i are you using? V1 (B.11.11) or V2 (B.11.23)?
On which architecture? PA-RISC or Itanium?

I have recently upgraded some of my systems from HP 1.4.2_06 to 1.4.2_10 without any problems (Beside copying the tools.jar to certain places for IS_Tomcat_6-1_SP1_Fix1).

IS 6.1 on HP-UX itself is delivered with 1.4.2_02.

Regards,
Holger

Laurent,

Using HP-UX 11i and IS6.1, we clearly still have some issues related to this 32-bit JVM: the DataDirect jdbc driver ( SR 1-65607401 ) with the TN Console export consistently hangs using the newest drivers. Also, during IS start-up, the omi.wm.bp,is,tn inits throw java.lang.reflect.InvocationTargetException: com/sun/management/jmx/Trace

But I seem to recall seeing this NoClassDefFoundError appear sometime during the first installation, but it never returned since. When that error first appeared, no java commands worked anywhere, not just for IS. I discussed with with our UNIX team. It seemed as if the JVM was not installed correctly.

(Obvious stuff)
What about your non-wM apps? Do they have JVM problems too?

Try: java -version …
java version “1.4.2.10”
Java™ 2 Runtime Environment, Standard Edition (build 1.4.2.10-060112-14:28)
Java HotSpot™ Server VM (build 1.4.2 1.4.2.10-060112-16:07-PA_RISC2.0 PA2.0 (aCC_AP), mixed mode)

Try: which java …
/opt/java1.4/bin/java

Regards,
Ken

Hello and thanks for your replies,

Holger :

How is the path to java configured in your server.sh?
Which Version of HP-UX 11i are you using? V1 (B.11.11) or V2 (B.11.23)?
On which architecture? PA-RISC or Itanium?

The machine is an PA one and is running 11.11.
In server.sh, we have defined :
JAVA_DIR=/opt/java1.4/jre

Ken :

But I seem to recall seeing this NoClassDefFoundError appear sometime during
the first installation, but it never returned since. […] It seemed as if the JVM was
not installed correctly.

It’s one of our guess : we will retry to install this JVM.
Unfortunately, we haven’t any other java application running on this machine so I haven’t tested.
About SR 1-65607401, is your problem only with _10 or also with ealier version ? Here, we don’t such trouble with _08.

We’ll do another try this afternoon or monday and I’ll feeback in this forum.

Bye

Laurent