Although the Oracle Documentation explains how to reset your password in Weblogic, it fails to mention some points of interest. Shiva Molabanti wrote a comprehensive blogpost. In short:
- Set your environment variables
- execute java weblogic.security.utils.AdminAccount weblogic weblogic123 . (the dot is crucial!)
- edit your boot.properties with the same user and password
- remove the data/ldap directory.
Thanks for sharing, Shiva!