Kbase P138136: Progress debugger hangs when chosen from menu of AIX client
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/12/2008 |
|
Status: Unverified
SYMPTOM(s):
Progress debugger hangs when chosen from menu of AIX client
If hung client is not aborted using ^C, the following messages are eventually received:
While waiting for a connection from the Debugger, a timeout occurred or you have interrupted the wait. (11632)
SYSTEM ERROR: Cannot read field from record, not enough fields. (450)
SYSTEM ERROR: Failed to extract field <field-num> from <file-name> record (table <table-num>) with recid <RECID>. (3191)
SYSTEM ERROR: Failed to extract field <22> from <_Connect> record (table <-16385>) with recid <1>. (3191)
Client's recvcnt is not equal to server's sendcnt . (1433)
If user exits hung client using ^C, the following message is received instead of the above messages:
Unable to startup PROGRESS Debugger. (4106)
FACT(s) (Environment):
UNIX
OpenEdge 10.x
CAUSE:
The JREHOME environment variable was not set correctly. The Progress debugger is written in Java, and needs to locate the JVM in order to run.
FIX:
Set JREHOME to the jre subdirectory of the Java installation directory. If the Java runtime environment was supplied with OpenEdge, this will normally be $DLC/jre.