Just installed Oracle Application Server, login to find the password is wrong, fainted!
Let's take a look at how to reset the password. It's easy to find it.
Stop the ap first. You can use the command (opmnctl stopall) or menu (stop SOA suite ),
Then find the system-jazn-data.xml,
Modify
<User>
<Name> oc4jadmin </Name>
<Display-Name> Solaris administrator </display-Name>
<Guid> 401a4a600e9e11de9f3c171d5c64f0c9 </GUID>
<Description> Solaris administrator </description>
<Credentials>{903} pdqgmbrfvlnwlbuhoipx3jhcsbwc0bz</Credentials>
</User>
Change
<User>
<Name> oc4jadmin </Name>
<Display-Name> Solaris administrator </display-Name>
<Guid> 401a4a600e9e11de9f3c171d5c64f0c9 </GUID>
<Description> Solaris administrator </description>
<Credentials>! Newpassword</Credentials>
</User>
The exclamation point must be added to the front.
Enable AP again. The XML file will automatically update the format {903.