Hi,
On R12.2.9 DB 19c Weblogic 10.3.6 on AIX
When connecting to adminserver console Login/pwd is refused:
To see the password I tried :
wls:/offline> prop = BootProperties.getBootProperties()
wls:/offline> print "username: " + prop.getOneClient()
But I got:
<Nov 29, 2021 12:30:11 PM CET> <Critical> <Security> <BEA-090518> <Could not decrypt the username attribute value of {AES}YpZqVdDd0RwrGwpZti3WUYeNTkqfsc= from the file
username:
wls:/offline> print "password: " + prop.getTwoClient()
<Nov 29, 2021 12:32:30 PM CET> <Critical> <Security> <BEA-090518> <Could not decrypt the password
But when I run :
./admanagedsrvctl.sh status forms-c4ws_server1
And give the same password , it works:
Enter the WebLogic Admin password:
forms-c4ws_server1 is shutdown
Any explanation or solution to login to admin server console?
Thank you Erman.