Consultor Eletrônico



Kbase P176899: Error 11000 when attempting to start the debugger on Linux
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   08/11/2010
Status: Unverified

SYMPTOM(s):

Error 11000 when attempting to start the debugger on Linux

Java is needed to run the debugger. You must set $JREHOME to your jre root directory before attempting to run the Debugger. (11000)

FACT(s) (Environment):

Linux
OpenEdge 10.x

CAUSE:

The JREHOME environment variable has not been set prior to running the Debugger.

FIX:

$JREHOME can be set by running the following command, assuming that $DLC is already set:

. java_env

Part of the pre-requisites of installing Progress is that a specific version of JAVA must be installed. On Linux this must be installed separately prior to the Progress installation, it is not included as part of the Progress installation. The JAVA version that is being used by Progress is configured within the $DLC/bin/java_env file and this is the version that $JREHOME should point to if you don't want to run java_env as per the above example.