Starting an NT service on a W2K server

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I installed WebLogic 5.1 on a Windows 2000 server. I am
able to start the WebLogic server from the WebLogic
console and from a command line.

I also installed it as a service. The install did not
indicate any problems, and it shows up in the services
panel.

However, when I try to start it, I get this message:

"Error 1067: The process terminated unexpectedly."

This is a new W2K server and all other services are
started normally.
 
check the setup for the service and see what account it is using to login
as, maybe the default system account doesn't have some privilege it needs?
also look at the dependencies to be sure you have everything it needs
running.
 
Back
Top