Consultor Eletrônico



Kbase 21330: Error in Starting AdminServer on Windows
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

FACT(s) (Environment):

Progress 9.1x
Windows NT 32 Intel/Windows 2000

SYMPTOM(s):

Error when starting AdminServer from the command line.

Error parsing file to execute: (c:\progress91b\bin\java)
Error starting JVM, error 3.
The system cannot find the path specified.

C:\progress_91cwrk>proadsv -query -port 20931
PROGRESS PATCH Version 9.1C04 as of August 15, 2001
Error parsing file to execute: (c:\progress91b\bin\java)
Error starting JVM, error 3.
The system cannot find the path specified.

CAUSE:

If you have an invalid JREHOME and JDKHOME set up from Control Panel > System > System variables, you will see the error.
This is because in the proadsv script, we check whether JREHOME is set. If so, we use them (consider %JREHOME%\bin\java as JVM) without validating whether or not there is a valid Java executable in that directory.

FIX:

Remove ALL the Java environment variables from:
Control Panel > System > System variables -> and let the registry take care of them.
Or alternatively, set up ALL the required Java environment variables;
JREHOME alone is not sufficient.