Weblogic logon/pwd refused

classic Classic list List threaded Threaded
3 messages Options
big
Reply | Threaded
Open this post in threaded view
|

Weblogic logon/pwd refused

big
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.

Reply | Threaded
Open this post in threaded view
|

Re: Weblogic logon/pwd refused

ErmanArslansOracleBlog
Administrator
That BEA-09518 is something we don't wanna see. So please create a new boot.properties file with username and password in clear text. Save the file and restart the server.
Let's first get rid of that error.

Actually, you may follow -> EBS Setup Guide;

https://docs.oracle.com/cd/E26401_01/doc.122/e22953/T174296T589913.htm (12.2 Setup Guide) under the section:"If the Admin Password of an EBS WebLogic Domain is lost or forgotten" or
big
Reply | Threaded
Open this post in threaded view
|

Re: Weblogic logon/pwd refused

big
Hi,
Thank you.

I will try this: delete and create boot.properties in clear  text.

Regards.