Thingworx 8.4 tomcat error: java.security.UnrecoverableKeyException: Password verification failed
- March 26, 2019
- 1 reply
- 4607 views
Hi,
I do NOT enable SSL in tomcat, but launch tomcat raise error below. You can find the complete log and the server.xml in the attachment.
ThingWorx version: 8.4
OS: Windows server 2016
Tomcat: 9.0 (Tomcat 8.5 has the same issue)
Database: PostgreSql 10
==================================================================
Caused by: java.io.IOException: Keystore was tampered with, or password was incorrect
at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:879)
at java.security.KeyStore.load(Unknown Source)
at com.thingworx.security.provider.keystore.KeyStoreProvider.loadKeystore(KeyStoreProvider.java:154)
at com.thingworx.security.provider.keystore.KeyStoreProvider.<init>(KeyStoreProvider.java:44)
... 32 common frames omitted
Caused by: java.security.UnrecoverableKeyException: Password verification failed
... 36 common frames omitted

