Server Management - Systems Insight Manager
1834931 Members
2477 Online
110071 Solutions
New Discussion

Re: JVM not found

 
Westphal, Robert-Peter
Occasional Contributor

JVM not found

Hi everybody,

I started a blank new installation on w2k, sp4, multiple security-fixes and HP-suppaq 7.10 of SIM 4.1 SP2. Next I tried to integrate webadmin, but when I try to run mxmode or any other mx programm, I get the error-message, that JVM ist not found in the required path. After this I installed java RTE 1.41_04 and 1.41_07, but the problem still persists. What can I do - does anyone else have the same problem ?

Many thanks for further answers
Robert
7 REPLIES 7
Terry Auspitz
Frequent Advisor

Re: JVM not found

The latest version of Java is 1.4.2_06, available at http://java.sun.com/j2se/1.4.2/download.html. Try installing that and see if it resolves your problem.

-Terry
David Grimmer
New Member

Re: JVM not found


Latest is 1.5.0

http://java.sun.com/j2se/1.5.0/download.jsp

works with IE6. haven't got it to work with FireFox 1.0 though.
Terry Auspitz
Frequent Advisor

Re: JVM not found

I'm using Firefox, guess that's why I wasn't aware of 1.5.0. I have had success with 1.4.2 on both Firefox and IE.

-Terry
Joel Rubenstein
Honored Contributor

Re: JVM not found

You have a problem with your PATH statement. The mx commands require the version of java included with SIM. if you open a command prompt and type
"java -version" you should see

java version "1.4.1_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_04-b0
Java HotSpot(TM) Client VM (build 1.4.1_04-b01, mixed mode)

Your PATH statement should include entries similar to the following

Path=C:\PROGRA~1\HP\SYSTEM~2\j2re\bin;C:\PROGRA~1\HP\SYSTEM~2\j2r
e\bin\server

BEFORE any other references to java from other applications.
Westphal, Robert-Peter
Occasional Contributor

Re: JVM not found

Hi Joel,

many thanks for the hints ! This is my actual path-statement :
C:\Programme\HP\Systems Insight Manager>set path
Path=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Programme\The Open Gro
up\WMI Mapper\\bin;c:\programme\hp\systems insight manager\j2re\bin;c:\programme
\hp\systems insight manager\bin
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
There is only TrendMicro and HP-SIM installed onto my server - is this correct ? I will try to deinstall java 1.4.2_06 and install 1.4.1_4 which is included in SIM.

Robert
Joel Rubenstein
Honored Contributor

Re: JVM not found

Hi Robert,

That should work OK. the java 1.4.1_4 is not a separate installation it is included as part of the SIM install.

The only entry that seems to be missing on your system is
(converted for your system)

c:\programme\hp\systems insight manager\j2re\bin\server

You might try adding this entry

what is displayed when you type
"java -version"
Rob Buxton
Honored Contributor

Re: JVM not found

Another thing to check, in IE go to Advanced Settings. Is there a Java (Sun) Section and below that a check box for something like:
Use Java 2 v.....
If so, try unchecking this and restarting the Browser.
This allows the application to load the JVM rather than the Browser forcing a particular JVM to load.