Error when setting Up a WebLogic Server Instance as a Windows Service.
mtbdgrJan 11 2013 — edited Jan 23 2013Hi!
I have the Windows Server 2008 R2 Enterprise and the installed Oracle WebCenter Content Server. I try to set up an Administration Server and a Managed Server to run as Windows services, with follow instruction: [http://docs.oracle.com/cd/E12840_01/wls/docs103/server_start/winservice.html] .
First i try to set up the WebLogic as service.
For its i maked the server-specific script:
SETLOCAL
set DOMAIN_NAME=base_domain
set USERDOMAIN_HOME=c:\Oracle\Middleware\user_projects\domains\base_domain
set SERVER_NAME=WebLogic
set WLS_USER=weblogic
set WLS_PW=password
call "C:\Oracle\Middleware\wlserver_10.3\server\bin\installSvc.cmd"
ENDLOCAL
With this batch file i make the new Windows Service, but when i try to start it, i get the follow error: The beasvc base_domain_WebLogic service on Local Computer started and stopped. Some services stop automatically if they are not in use by other services or programs.
What can be the cause?
I tried clear the Event Log, there were nothing talking about the cause of the problem.
And i tried set the property of the service Log On -> This account, where i set the user and password, which i use for log in the Windows Server.