Kbase P54150: Port is in use AdminServer fails to start.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  24/02/2010 |
|
Status: Verified
SYMPTOM(s):
AdminServer failed to start: Admin Server port 20931 already in use.
Above error when attempting to start admin server.
netstat -na shows the Admin Server port is listening.
FACT(s) (Environment):
UNIX
Progress 9.x
OpenEdge 10.x
CAUSE:
The AdminServer port is in use by a hung Java Process.
FIX:
1.- List the Java processes issuing the command:
ps -fea |grep java
to list all the currently running java processes.
2.- Use:
kill -15
to terminate these Java processes.
3.- Restart the Admin server.