Each time i start my portal server, it gives the following exception in command prompt although it do start the server.
Caused by: com.ibm.websphere.management.exception.AdminException: ADMU7704E: Failed while trying to start the Windows Service associated with server: WebSphere_Portal;probable error executing WASService.exe: com.ibm.ws.management.tools.ProblemInWASServiceException: ADMU7711E: Unexpected exception associated with WASService.exe: exitCode = -1 during processing of server with name: WebSphere_Portal
Can anyone one point out how to fix it?
Thanking in anticipation
It appears to be a problem with the wasservice utility
http://publib.boulder.ibm.com/infocenter/wpdoc/v6r0/topic/com.ibm.wp.ent.doc/wps/tbl_wp.html
in the logs folder for the server, (e.g. ...\profiles\app\logs\server1 )
there is a file called server1.pid, in this case, this file, contains the process id for the server process.
This file it's supossed to be deleted when the server shuts down, but when the server crash down, or when some 'unusual' situation happens the file is not deleted, then when the server is trying to start and find this file, it doesn't start and give some weird exceptions, I don't know why, because I checked and the process id in the file most of the time it's not used by the OS, anyway the server simply doesn't start.
What works in my case, was simply deleting the file, and start the server, and everything went fine.
I hope this works for you too.
take a look whether this solves your problem:
http://www-128.ibm.com/developerworks/forums/dw_thread.jsp?nav=false&forum=168&thread=162863&cat=9
Look at this link:
http://support.microsoft.com/kb/839803
Erwin Karbasi
Development Architect
Optinity eSolutions
Regards,
guschra
Yes this worked for me as well
Thanks
I am using WAS 6.0.2.17 for Quickr 8.1.1
Thanks!
Then after checking the SystemOut file came to know that I have added a line in winconfig.xml which would have caused the server to start and removed that line and started the server,,,, which worked fine for me.
Thanks
AnandRaj
i am facing the same issue . I tried to follow the solution to delete
server1.pid, but i dont have that file in the location specified.
ANy other suggestion to fix the problem will really help.
thanks
Thanks for the resolution. to bad to see that these issues still occur.
Well, I had the same issue. I didn't had the server1.pid file. To make
WAS 6.1 behave I had to create a new server instance (I used the same
profile) and things started working.
I can't delete the .pid file because it was not created. How can I
create another server instance within the same profile if i'm not able
to log on to the Console.