Date Posted:
Product: TIBCO Spotfire®
Product: TIBCO Spotfire®
Problem:
For TIBCO Spotfire Server, when you configure HTTPS you can get an error "Failed to initialize end point associated with ProtocolHandler ["https-jsse-nio-443"]"
Solution:
For TIBCO Spotfire Server, when you configure HTTPS you might get an error during the server startup in catalina log:
Failed to initialize end point associated with ProtocolHandler ["https-jsse-nio-443"] .. Caused by: java.io.IOException: Alias name [spotfire.example.com] does not identify a key entry
This most likely means keyAlias you have specified in server.xml is not found in your keystore. In this case you want to make sure to specify the correct Keyalias and to make sure the keystore has the correct content.
You can use the keytool command to list the content of your keystore. This will also show you what keyaliases exist in the keystore.
Example of the command (replace the placeholder with values corresponding to your environment):
cd <Spotfire Server installation directory>\jdk\bin keytool -list -v -keystore "<Spotfire Server installation directory>\certs\YourKeystore.p12"
Comments
0 comments
Article is closed for comments.