R12.2.x Resetting weblogic password when it is lost or not known
I am following the doc, https://docs.oracle.com/cd/E26401_01/doc.122/e22953.pdf for changing the Oracle WLS password (if the Admin Password of
an EBS WebLogic Domain is lost or forgotten - Ch. 3-45 --).
Step 4.2 : java <s_nm_jvm_startup_properties> -Dweblogic.system.StoreBootIdentity=true -Dweblogic.Name=AdminServer weblogic.Server
s_nm_jvm_startup_properties -- is a multi line arguments
When I ran it, it is throwing the error : Error: Could not find or load main class weblogic.Server
Any thoughts ?
The workaround may be a better choice which worked:
Workaround: Go to <EBS_DOMAIN_HOME>/server/AdminServer/security and create the boot.properits file with username=weblogic and password=welcome123