Connector Exception 19: Start Connector with an Invalid Keystore Password
If the eMessage Connector fails to start, it may be due to an invalid keystore password. For more information, refer to Observation 17: Connector fails to start due to invalid keystore password.
If the Connector is configured to use SSL/TLS and an invalid keystore password is provided, messages that appear when the Connector is started include the following lines:
...Unable to start ConnectionServer
java.lang.IllegalStateException:
Error creating Protocol
'com.Thingworx.protocol.emessage.EmessageProtocol'
from ProtocolAdapterPlatform constructor
...
Caused by: io.vertx.core.VertxException:
java.io.IOException: Keystore was tampered with,
or password was incorrect
...
Caused by: java.security.UnrecoverableKeyException:
Password verification failed
...
Was this helpful?