Kbase P28494: A java process is left in memory after shutting down AdminServer and the WebSpeed broker
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/03/2010 |
|
Status: Verified
SYMPTOM(s):
A java process is left in memory after shutting down AdminServer and the WebSpeed broker
FACT(s) (Environment):
AdminServer and the WebSpeed broker were shut down using the script
The NameServer process left in the memory very often
The NameServer is set to auto start in the ubroker.properties file
The NameServer is not being shutdown using the script
Uses UNIX kill command to terminate the orphaned java process
UNIX
Progress 9.x
OpenEdge 10.x
CAUSE:
The exact cause is unknown at the time of this writing
FIX:
If this kind of situation arises very often, it is a good practice to stop the NameServer process before stopping the AdminServer process using following command in the the script:
nsman -name <NameServer name> -stop
This way it will ensure stopping of the NameServer process.