Hi Michel,
This looks like a password change error got out of sync somewhere from what I could find on the web.
(its related to websphere so might strongly suggest that this APAR is related : https://www.ibm.com/support/pages/apar/PM17130)
seeing the error shows its Keystore related : (Link : https://www.ibm.com/docs/en/was-liberty/nd?topic=messages-cwpki)
CWPKI0033E: The keystore located at {0} did not load because of the following error: {1}
Explanation |
An error occurred while creating or opening the keystore. |
Action |
Check the properties in the keystore configuration and ensure the keystore exists.
|
what you could do is try to solve this way ? (standard disclaimer : use at own risk) :
https://www.reddit.com/r/websphere/comments/hmf8nh/cwpki0033e_the_keystore_located_at/
if that attempt does not work, then last course is to diagnose DCM on the IBM i :
https://www.ibm.com/docs/en/i/7.3?topic=dcm-troubleshooting-certificate-store-key-database-problems
&
https://www.ibm.com/support/docview.wss?uid=nas8N1010356
my gut feel is it points to the keystone that got something that it shouldn't.
could you recreate the IWS server with the same configuration to reproduce on the new configuration ?
------------------------------
Marius le Roux
Owner
MLR Consulting
------------------------------
Original Message:
Sent: Tue January 14, 2025 04:34 PM
From: Michael Cramer
Subject: CWPKI0033E on start up of IWS server
Hi,
I'm getting this error when starting my IWS server. I went thru and redid the TLS configuation on the server to make sure the password was correct for the select DCM system cert. What else am I missing?
<xmp>[1/14/25 13:20:09:653 PST] 00000035 com.ibm.ws.ssl.config.WSKeyStore E CWPKI0033E: The keystore located at /QIBM/USERDATA/ICSS/CERT/Server/DEFAULT.KDB did not load because of the following error: KeyStore error occured (Failing API = ApiQykmExportKeyStore, message = An error occurred. The error code is 0., return code = -1, errno = 0, pof = 247 </xmp>
<xmp>[1/14/25 13:20:09:658 PST] 00000035 com.ibm.ws.ssl.config.WSKeyStore W CWPKI0809W: There is a failure loading the KeyStoreByWebAdmin3 keystore. If an SSL configuration references the KeyStoreByWebAdmin3 keystore, then the SSL configuration will fail to initialize. </xmp>
<xmp>[1/14/25 13:21:10:329 PST] 00000035 com.ibm.ws.ssl.config.WSKeyStore E CWPKI0033E: The keystore located at /QIBM/USERDATA/ICSS/CERT/Server/DEFAULT.KDB did not load because of the following error: KeyStore error occured (Failing API = ApiQykmExportKeyStore, message = An error occurred. The error code is 0., return code = -1, errno = 0, pof = 247 </xmp>
<xmp>[1/14/25 13:21:10:331 PST] 00000035 com.ibm.ws.ssl.config.WSKeyStore W CWPKI0809W: There is a failure loading the KeyStoreByWebAdmin2 keystore. If an SSL configuration references the KeyStoreByWebAdmin2 keystore, then the SSL configuration will fail to initialize. </xmp>
------------------------------
Michael Cramer
------------------------------