Consultor Eletrônico



Kbase P21487: AdminServer dies when CTRL-C is performed within the session where it started
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   9/22/2005
Status: Verified

FACT(s) (Environment):

Progress 9.1x
UNIX

SYMPTOM(s):

Adminserver shuts down unexpectedly

CTRL-C is entered within the session where the Adminserver is started

No errors detected on the Adminserver startup & / or log files

Problem is seen on Bourne and CSH shells

Problem is not seen on Korne and Bash shells

Tried starting Adminserver (PROADSV command) with nohup option, however no change in behavior;
nohup proadsv -start

CAUSE:

The exact cause is unknown at the time of this writing.

FIX:

Start the Adminserver as a background process with the "nohup" option in the Bourne and CSh shells. To do this use:

nohup proadsv -start &

Adminserver will continue to run after a after CTRL-C is performed within the session.