Monday, June 7, 2010

Issue: PeopleSoft Webserver(WebSphere) not getting Stopped

Issue: Not Able to stop PeopleSoft Webserver(WebSphere).
Symptoms: When trying to stop service with command 'stopServer.sh server1', it has shown the following message
0000000a SSLConfigMana I CWPKI0027I: Disabling default hostname verification for HTTPS URL connections.
0000000a AdminTool A ADMU3201I: Server stop request issued. Waiting for stop status.


and after that i neither get the following confirmation message nor error message:

0000000a AdminTool A ADMU4000I: Server server1 stop completed.

Resolution: Resolution is to kill the WebService process. Difficult part is to find process ID to be killed. there is a way to findout the process ID of the WebService. in the following path

PSHOME:/psoft/[instance name]/webserv/[Instance Name]/logs/server1/

'*.pid' file will contain Process ID of the WebService. Before you kill make sure that you kill child processes if any.

No comments:

Post a Comment