MySQL Forums
Forum List  »  Oracle

NESTED ERROR when making admin server a windows service
Posted by: Erick Ortiz
Date: May 06, 2013 08:49AM

I created a script to make my admin server a windows service. I successfully made it a service but when it starts it then shuts itself down. i ran a debug and found a error. I dont get what to do. I have tried changing the variables in the script and try it over and over again .....here is my script code and here is the error i got from debug output:

script

SETLOCAL

set DOMAIN_NAME=FRClassicDomain

set USERDOMAIN_HOME=C:/Oracle/Middleware/user_projects/domains/FRClassicDomain

set SERVER_NAME=FRweblogic

set WLS_USER=FRweblogic

set WLS_PW=hidden

set ADMIN_URL=http://hidden:7001

set JAVA_VENDOR=Sun

set JAVA_HOME=C:/Program Files/Java/jdk1.7.0

set PRODUCTION_MODE=true

set MEM_ARGS=-Xms512m –Xmx512m

call "C:/Oracle/Middleware/user_projects/domains/FRClassicDomain/bin/setDomainEnv.cmd"

call "C:/Oracle/Middleware/wlserver_10.3/server/bin/installSvc.cmd"

ENDLOCAL

my debug output:

...............

There are 1 nested errors:

weblogic.management.ManagementException: [Management:141223]The server name FRwe
blogic specified with -Dweblogic.Name does not exist. The configuration includes
the following servers {AdminServer,WLS_FORMS,WLS_REPORTS,FRasserver}.
at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(Runtim
eAccessImpl.java:149)
at weblogic.management.provider.internal.RuntimeAccessService.start(Runt
imeAccessService.java:41)
at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesMan
ager.java:461)
at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServ
icesManager.java:166)
at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
at weblogic.Server.main(Server.java:71)


<Apr 30, 2013 9:49:06 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
te changed to FAILED>
<Apr 30, 2013 9:49:06 AM EDT> <Error> <WebLogicServer> <BEA-000383> <Apr 30, 2013 9:49:06 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
te changed to FORCE_SHUTTING_DOWN>

C:\Oracle\Middleware\wlserver_10.3\server\bin>

Options: ReplyQuote


Subject
Views
Written By
Posted
NESTED ERROR when making admin server a windows service
5626
May 06, 2013 08:49AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.