You can try to recover your lost password by doing the following:
1) cd /apps/oracle-weblogic/domains/mwdomain/bin
2) . ./setDomainEnv.sh
3) java weblogic.WLST
4) While in wlst promt use the following :
from weblogic.security.internal import BootProperties
BootProperties.load(“/apps/oracle-weblogic/domains/mwidomain/servers/AdminServer/security/boot.properties”, false)
prop = BootProperties.getBootProperties()
print “username: ” + prop.getOneClient()
print “password: ” + prop.getTwoClient()
5) Start the WebLogic admin server and try to login with the recovered username and password.
Is your organization in need of help supporting your existing WebCenter environment? Contact Inspired ECM to learn about our managed support offerings, or how we can procure full-time talent.