Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error when setting Up a WebLogic Server Instance as a Windows Service.

mtbdgrJan 11 2013 — edited Jan 23 2013
Hi!

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.
This post has been answered by Jiri.Machotka-Oracle on Jan 21 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 20 2013
Added on Jan 11 2013
7 comments
6,792 views