Consultor Eletrônico



Kbase P135783: Error running the Progress installation utility
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Unverified

SYMPTOM(s):

Error running the Progress installation utility

Error running the proinst utility

A JVM has not been detected

Installation of products that require JAVA will not be allowed.

java -version returns the wrong Java version required on this platform

The detected version is 1.4.2

Correct JVM is installed on the server

FACT(s) (Environment):

UNIX
OpenEdge 10.1C

CAUSE:

Incorrect Java configuration settings

FIX:

Set the following environment variables:

JAVA_HOME=<directory where the correct java version has been installed>; export JAVA_HOME
PATH=$JAVA_HOME/bin:$PATH; export PATH

To confirm if the the above variables where properly set, run the command:
java -version

The output should be something like:

java version "1.5.0_11"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
Java HotSpot(TM) Server VM (build 1.5.0_11-b03, mixed mode)