Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.7K On-Premises Infrastructure
- 138.7K Analytics Software
- 38.6K Application Development Software
- 6.1K Cloud Platform
- 109.6K Database Software
- 17.6K Enterprise Manager
- 8.8K Hardware
- 71.3K Infrastructure Software
- 105.4K Integration
- 41.6K Security Software
Weblogic 10.3.6 Admin server authentication issue

We are getting below exception while starting the admin server
<Jun 1, 2015 9:58:23 AM UTC> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
<Jun 1, 2015 9:58:23 AM UTC> <Critical> <Security> <BEA-090402> <Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.>
have tried below options but no luck.Appreciate quick help
1) Backup the WLS Domain
2) Rename/Delete $DOMAIN_DIR\security\DefaultAuthenticatorInit.ldift
3) Run the Java command:
java weblogic.security.utils.AdminAccount <new-admin-user-name> <new-admin-user-pwd> <$DOMAIN_DIR\security>
4) Delete the contents inside the file [boot.properties] under $DOMAIN_DIR\servers\<admin-server-name>\security.
5) Add the folllowing contents.
username=<new-admin-user-name>
password=<new-admin-user-pwd>
6) Delete the folder: $DOMAIN_DIR\servers\<admin-server-name>\data\ldap
7) Restart the WLS server
Answers
-
Hi,
is it w Abelogic Server or WebLogic Portal domain ?
-
Hi,
Its Weblogic server
-
We started seeing the same issue with Weblogic Portal 10.3.6 domains created on developer machines - the issue started occurring on Friday last week 6/5/15 (not sure if this date is significant?). Issue started occurring on multiple developer machines. The only workaround we've found so far is to reinstall WLP. Even creating a new domain on the existing install does not fix the issue.
Did something break that is date/time sensitive regarding encryption of this boot.properties file?
-
Remove the boot.properties file and start the weblogic server using the command line startWebLogic.sh. You will be prompted for the username and password. Enter the username and password that you think is correct and see if weblogic server starts.
If it starts, then shutdown the WebLogic Server and then create the boot.properties file with the username and password and then start the server again and see what happens.
Thanks
Amit