Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Server installed as NT Service with incorrect password for user system

3 views
Skip to first unread message

Jason Chen

unread,
Aug 13, 2001, 1:33:27 AM8/13/01
to

hi guys,
I'm getting following error when I try to start my weblogic6.0sp2 installed
as a NT service.
in CmdLine parameter, I did set
-Dweblogic.management.password=system1234
but it seems it read the password from somewhere else.
can sb provide me some guidance on this? thanks.

####<Aug 13, 2001 12:32:17 AM EDT> <Error> <Security> <srv1> <srv1> <main> <>
<> <090052> <Server installed as NT Service with incorrect password for user system.>

####<Aug 13, 2001 12:32:17 AM EDT> <Emergency> <Server> <srv1> <srv1> <main> <>
<> <000000> <Unable to initialize the server: 'Fatal initialization exception
Throwable: java.lang.SecurityException: Authentication for user system denied;
contact your administrator to correct NT Service attributes
java.lang.SecurityException: Authentication for user system denied; contact your
administrator to correct NT Service attributes
at weblogic.security.SecurityService.initializeSuid(SecurityService.java:311)
at weblogic.security.SecurityService.initialize(SecurityService.java:125)
at weblogic.t3.srvr.T3Srvr.initialize(C:/Karel/dev/cracks/weblogic/weblogic/t3/srvr/T3Srvr.java:475)
at weblogic.t3.srvr.T3Srvr.run(C:/Karel/dev/cracks/weblogic/weblogic/t3/srvr/T3Srvr.java:735)
at weblogic.Server.main(Server.java:35)
'>

Stefan

unread,
Aug 14, 2001, 4:09:21 PM8/14/01
to

I had a similar "experience". One way to run the service properly is to provide
a file "password.ini" in the server directory with the "system" password in clear.
Stefan

Eric Gross

unread,
Aug 14, 2001, 3:09:58 PM8/14/01
to
You need to add the following for the password to work:

-password:"passwordhere"

This is at this part in the installNTService.cmd:

"D:\weblogic\wlserver6.0\bin\beasvc" -install -svcname:myserver -javahome:"D
:\weblogic\jdk130" -execdir:"D:\weblogic\wlserver6.0" -extrapath:"D:\weblogi
c\wlserver6.0\bin" -cmdline:%CMDLINE% -password:"yourpasswordhere"

Regards,

Eric


"Stefan" <stefan...@marshmc.com> wrote in message
news:3b797761$1...@newsgroups.bea.com...

0 new messages