Operating System - HP-UX
1851360 Members
2195 Online
104058 Solutions
New Discussion

Re: Problem during SNVP 9 installation on HPUX B.11.23 U ia64

 
Stoyan Markov
Occasional Contributor

Problem during SNVP 9 installation on HPUX B.11.23 U ia64

Hello,
SNVP9 installation is stopping due to the following error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: findLoadedClass0
at java.lang.ClassLoader.findLoadedClass0(Native Method)
at java.lang.ClassLoader.findLoadedClass(ClassLoader.java:757)
at java.lang.ClassLoader.loadClass(ClassLoader.java:278)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)

You can see the whole log file attached.
It seems that this is some kind of JAVA problem however I am not a Java specialist so all the help will be highly appreciated.
This is the java ver:
java version "1.4.2.13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2.13-070317-13:26)
Java HotSpot(TM) Server VM (build 1.4.2 1.4.2.13-070317-18:29-IA64N IA64, mixed mode)
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Problem during SNVP 9 installation on HPUX B.11.23 U ia64

Shalom,

Check the documentation for SNVP 9 to see what version of Java is required. Make sure that version is installed. If you need patches for Java or different version of Java, see http://www.hp.com/go/java

Also see that the environment JAVA_PATH and such are correct for this version of Java and SNVP

SEP
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
Stoyan Markov
Occasional Contributor

Re: Problem during SNVP 9 installation on HPUX B.11.23 U ia64

Toda raba (I hope I am writing it right) for your answer.
However in the docs there is no version requirement the whole problem is that the installation is going perfect till that component. Anyway I've tried doing that with JRE 1.4 and JRE 1.5 - same result.
Stoyan Markov
Occasional Contributor

Re: Problem during SNVP 9 installation on HPUX B.11.23 U ia64

OK i found it ... the problem was that actually the package installation is not using /opt/javax.x but /opt/OV/nonOV/jre/1.4/bin/java which appeared to be broken on my install the solution was to put the package in DEBUG so I can find out where was the problem and then simply rename the java binary in /opt/OV/.... to something else and put symlink to the working one those solving the problem