Connector Exception 20: Start Connector with the Keystore File Missing
If the eMessage Connector is configured to use SSL/TLS and the configuration specifies a keystore file that does not exist, this exception appears. For more information, refer to Observation 18: Connector fails to start due to missing keystore file.
Here are a some lines from the error message:
...Unable to start ConnectionServer
java.lang.IllegalStateException: Error creating Protocol
'com.Thingworx.protocol.emessage.EmessageProtocol'
from ProtocolAdapterPlatform constructor
Caused by: io.vertx.core.VertxException:
io.vertx.core.file.FileSystemException:
java.nio.file.NoSuchFileException: /tmp/ptciot.io.jks
Was this helpful?