Consultor Eletrônico



Kbase P133157: Webspeed broker stays registered after being killed using "kill -15" command
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   14/07/2008
Status: Unverified

SYMPTOM(s):

Webspeed broker stay registered after being killed using "kill -15" command

FACT(s) (Environment):

The broker stay registered with name server

The broker continues to accept requests and spawn agents
Linux Intel
Progress 9.x
OpenEdge 10.x

CAUSE:

On Linux, all java threads show up as java processes. The "kill -15" command killed the server thread process instead of broker process

FIX:

Use "ps -ef |grep broker_name" to identify all server thread processes as well as the broker process, and "kill -15" the broker process which should be parent process to all server thread processes