Kbase P26647: 9.1B's Admin Server doesn't respond.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  02/07/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1B
FACT(s) (Environment):
Solaris SPARC 8 32-bit
SYMPTOM(s):
Admin Server broker doesn't respond.
Patch 9.1B12 applied
proadsv -query answers: Admin Server not alive (8543)
proadsv -stop answers: Failed connecting to AdminServer. Verify it is running.
(8546)
proadsv -start answers: AdminServer failed to start: adminport <port#> already in
use. (ADMMsg040).
UNIX command ps shows that the AdminServer is asleep.
FIX:
Deactivate the JIT compiler
Declare the environment variable JIT like this:
JIT=-nojit; export JIT
or in $DLC/bin/java_env modify:
JIT="" with JIT="-nojit".