weblogic.security.SecurityInitializationException: Authentication denied: Boot i
dentity not valid; The user name and/or password from the boot identity file (bo
ot.properties) is not valid. The boot identity may have been changed since the b
oot identity file was created. Please edit and update the boot identity file wit
h the proper values of username and password. The first time the updated boot id
entity file is used to start the server, these new values are encrypted.
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.do
BootAuthorization(Unknown Source)
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.in
itialize(Unknown Source)
at weblogic.security.service.SecurityServiceManager.initialize(Unknown S
ource)
at weblogic.security.SecurityService.start(SecurityService.java:141)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
Truncated. see log file for complete stacktrace
Solution
---------
C:\bea1001\user_projects\domains\otc_domain\servers\AdminServer\security
find the boot.properties
backup the property file.
Edit,it will look like this:
username={3DES}3xhQwbNOXngKswp63s8oqg==
password={3DES}B+/Hy/ELjHZztOCHsMxzpg==
change to your admin password you changed in plain
like:
username=weblogic
password=weblogic
run your
C:\bea1001\user_projects\domains\otc_domain\bin>startWebLogic.cmd
Nice server started
Look at your boo.properties
now it should like this after startup
password={3DES}3xhQwbNOXngKswp63s8oqg\=\=
username={3DES}3xhQwbNOXngKswp63s8oqg\=\=
Good your are safe and good to go!
1 Comment:
signed to your rss
Post a Comment