Resolving the CWPKI0033E message.
We are configuring z/OSMF in z/OS V2R1 system and get the following error during initialization:
[ERROR ] CWPKI0033E: The keystore located at safkeyringhybrid:///ZSMFRING did not load because of the following error: Errors encountered loading keyring. Keyring could not be loaded as a JCECCARACFKS or JCERACFKS keystore.
Your application is configured to look for a keyring called 'ZSMFRING' according to the error message.
The keyring listing shows KEYRING LABEL = IZUKeyring.IZUDFLT.
These should match.
You either change the KEYRING LABEL = IZUKeyring.IZUDFLT to 'ZSMFRING'
Or
Change the application to use 'IZUKeyring.IZUDFLT' instead of 'ZSMFRING' .
After making the changes, you need to recycle the application.