jetty
jetty

Reputation: 859

websphere not starting with error ADMU7704E

I created websphere server. I was able to launch my application with it. However after I enable the debugging , the server is not starting. I am getting the following error

"ADMU7704E: Failed while trying to start the Windows Service associated with server: server1; probable error executing WASService.exe"

On some sites a workaround was to delete server.pid file but I am not seeing any such files in the location. Please suggest

Upvotes: 1

Views: 6085

Answers (1)

VSGill
VSGill

Reputation: 379

The first thing to test is to disable the WAS Windows service from Windows Services Panel and then try to start server using command line ie startserver.bat You run this command from PROFILE_HOME/bin. if this starts fine, you can recreate the service using wasservicecmd http://www-01.ibm.com/support/docview.wss?uid=swg21397335

If the manual startup fails , please check if any logs created under PROFILE_HOME/logs// Check for any error messages in SystemOut.log, SystemErr.log , native_stderr and native_stdout logs.

PROFILE_HOME is home directory of WAS profile.

VG, opinions are my own and not those of my employer

Upvotes: 1

Related Questions