Kbase 21334: Processes Crashing on SCO OpenServer -- Progress 9.1C
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.x
SCO OpenServer
Caldera Open UNIX/SCO UnixWare
SYMPTOM(s):
AdminServer and Universal Brokers crashing on SCO OpenServer
Error connecting Progress Explorer to an Adminserver on SCO OpenServer
Connection failed. Server is not available. (7447)
Nameserver continues running after AdminServer disappears.
AppServer crashes when queried.
Connecting to Progress AdminServer using
rmi://localhost:20931/Chimera (8280)
Searching for asbroker1 (8288)
Connecting to asbroker1 (8276)
null
CAUSE:
Progress Version 9 requires JDK / JRE 1.2.2 (or 1.3) on SCO OpenServer. This problem is caused by the JIT compiler. The JIT compiler runs by default on JDK 1.2.2 and 1.3.
FIX:
To resolve the problem, disable the JIT compiler. For JDK 1.3 use the -nojit parameter. For JDK 1.2, set the JAVA_COMPILER environment variable to the empty value before starting the AdminServer. For example:
JAVA_COMPILER= ;export JAVA_COMPILER