Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

[SOLVED] Weblogic 12c 12.2.1.2.0 won't start after server reboot

apinaNov 8 2022 — edited Nov 9 2022

Hello all,
After restarting the application server, when running the WebLogic start script I get the following error:
Nov 07, 2022 11:59:48 AM oracle.security.jps.internal.idstore.util.LibOvdUtil pu - Pastebin.com (0 Bytes)
For ORA-01017: invalid username/password; logon denied I verified that the following users didn't have their passwords expired and/or were locked out:
- DEV_OPSS
- DEV_IAU_VIEWER
- DEV_IAU_APPEND
- DEV_MDS
- DEV_STB

For JPS-01055: Could NOTCREATE credential store instanceI've checked that the database server is accessible from the application server and have ensured that the listener is enabled. I am able to connect from my Windows machine to the database without any issues.

I'm at a loss and don't know how to proceed. Any help will be deeply appreciated.

This post has been answered by apina on Nov 9 2022
Jump to Answer

Comments

Syed Saad Ali

Hi,
This might be due to OPSS password issue, Have you tried it.
If the password of OPSS is expired use the following DOC ID
Reset OPSS Expired Password (Doc ID 2681307.1)
Reference: WebLogic Server Fails to Start Due to "java.sql.SQLException: ORA-28001: the password has expired" (Doc ID 2609676.1)
Thanks,
Syed Saad Ali

apina
Answer

Hey Syed,

Thank you very much for your reply. This was indeed the issue. I followed the documentation found here:
And was able to fix the issue.
Kind regards,
Axel

Marked as Answer by apina · Nov 9 2022
Syed Saad Ali

@apina3 glad to hear that your issue resolved.

1 - 3

Post Details

Added on Nov 8 2022
3 comments
871 views