####
####
####
Solution :
Root cause #1
The Weblogic boot.properties file is corrupted or contains invalid principal and credentials
Solution >> boot.properties reset
· Backup and clear the cache and data directories under
· Recreate boot.properties (put back your plain text username and password) under
Root cause #2
The Weblogic boot.properties file is valid but the security realm is corrupted or in an invalid state
Solution >> Weblogic Admin username and password reset
· Backup your Weblogic server domain
· Rename or delete
· Run the following Java command:
java weblogic.security.utils.AdminAccount
· Delete the contents inside the file boot.properties under
· Add the following contents inside the boot.properties
username=
password=
· Backup and delete the folder:
· Restart your Weblogic server
No comments:
Post a Comment