Kbase P3093: Admin Service dies after exiting session
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Verified
FACT(s) (Environment):
UNIX
Progress 9.x
OpenEdge 10.x
SYMPTOM(s):
AdminServer process dies
"proadsv -query" returns: AdminServer not alive. (8543)
Unified Brokers (NameServer, AppServer, WebSpeed, ...) still running but not responding
Session where "proadsv -start" was executed has been closed
CAUSE:
This is a JVM issue
FIX:
Possible Workarounds:
1. Use "nohup proadsv -start"
2. Change the shell to ksh or csh before starting the AdminServer
3. Start admin Server from within the cron
4. Edit the proadsv script and place nohup on the exec line and the ampersand at the end of the line, as:
exec nohup $JVMSTRT [<param=value>...] $ADMSRVRCLASS $@&