My Oracle Support Banner

Unable To Start Weblogic Server, error received: PKI-02002: Unable to open the wallet. Check password. (Doc ID 2576540.1)

Last updated on APRIL 27, 2021

Applies to:

Oracle Platform Security for Java - Version 11.1.1.5.0 and later
SunOS
Oracle Solaris on SPARC (32-bit)
Oracle Solaris on SPARC (64-bit)
Oracle Solaris on x86 (32-bit)
Oracle Solaris on x86-64 (64-bit)
Issues received when we starting Weblogic for our OAM stack on SSO on Solaris operating system:

Caused by: oracle.security.jps.service.credstore.CredStoreException: JPS-01050: Opening of wallet based credential store failed. Reason java.io.IOException: PKI-02002: Unable to open the wallet. Check password.
at oracle.security.jps.internal.credstore.ssp.CsfWalletManager.openWallet(CsfWalletManager.java:189)
at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.doInit(SspCredentialStore.java:378)

Caused by: java.io.IOException: PKI-02002: Unable to open the wallet. Check password.
at oracle.security.pki.OracleWallet.open(Unknown Source)
at oracle.security.jps.internal.credstore.ssp.CsfWalletManager.openWallet(CsfWalletManager.java:177)
... 60 more
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded


Goal

In the startup process, the WLS will access the bootstrap/cwallet.sso wallet file in order to extract some information. The opening process of cwallet file will generate a temporary file pki_data*.tmp in the temporary directory of operating system. Usually this is /tmp on the Unix/Linux system, but in case of Solaris is double: /tmp PLUS /var/tmp.
If the startup will fail to open this file, the error PKI-02002 will be presented.

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.