Kbase 21166: Adminserver dies when the user who started the Adminserver's session is terminated
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/11/2010 |
|
Status: Verified
SYMPTOM(s):
Adminserver shuts down unexpectedly
Problem is not seen on Korne and Bash shells
User who starts Adminserver logs out of session
User who starts Adminserver exits session
No errors detected on AdminServer startup & / or log files
Problem seen on Bourne and CSH shells
CTRL-C is entered within the session where the Adminserver is started
FACT(s) (Environment):
UNIX
OpenEdge 10.x
Progress 9.1x
CAUSE:
This is a JVM issue. See related bug at java.sun.com bugParade bug #4784574
FIX:
Option #1
Start the Adminserver with the "nohup" option. Use the nohup option in front of the PROADSV command when using the Bourne or CSH shell.
To start the AdminServer with the nohup option use:
nohup proadsv -start&
The AdminServer will continue to run after user session ends and/or when user logs out.
Option #2
In the proadsv script $DLC/bin/proadsv, add "-d" after "exec $JVMSTRT"
Add a "&" after the proadsv start line to put it in the background.