Kbase P19735: Can't start new debugger - Unable to startup PROGRESS Debugger. (4106)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  03/11/2005 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
Error (4106) when starting the new Debugger
Unable to startup PROGRESS Debugger. (4106)
Installed Service Pack 5 for 9.1D which introduces the new debugger
The system cannot find the file specified
The system cannot find the path specified.
Using INI file within the Progress session
CAUSE:
The INI file does not contain a [JAVA] section and as the registry is suppressed when using an ini file, this causes the debugger to fail on startup as it is Java based.
FIX:
Place the following lines at the bottom of the INI file (use path related to your installation) and restart your Progress session:
[JAVA]
JDKHOME=c:\progra~1\progress\JDK
JREHOME=c:\progra~1\progress\jre
JRECP=c:\progra~1\progress\jre\lib\rt.jar;c:\progra~1\progress\jre\lib\i18n.jar
JDKCP=c:\progra~1\progress\jdk\lib\tools.jar
FATHOMCP=
REPLCP=
PROGRESSCP=c:\progra~1\progress\Java\progress.jar;c:\progra~1\progress\Java\messages.jar;
JVMEXE=Java
JVMARGS=-ms8m
JAVAPOLICY=c:\progra~1\progress\Java\java.policy