Products | Versions |
---|---|
TIBCO ActiveMatrix Service Grid | - |
TIBCO ActiveMatrix Service Bus | - |
TIBCO ActiveMatrix BusinessWorks Service Engine | - |
Description:
Failed to install httpConnector Resource Instance (RI) configured with pkcs12 keystore.
Symptoms:
Below mentioned exception can be seen in the node logs.
-------------------------------------------------------------------
[ERROR] [] com.tibco.amx.hpa.web.jetty.HTTPConnector - TIBCO-AMX-HPA-014300: The connector HTTPConnector is not started. Likely an invalid connector configuration prevents server from starting.
java.io.IOException: !JsseListener: com.tibco.trinity.runtime.core.provider.identity.subject.SubjectRuntimeException: javax.security.auth.login.FailedLoginException: Key '1' cannot be retrieved: com.tibco.trinity.runtime.base.provider.credential.keystore.KeystoreRuntimeException: No key for alias '1' found in key store..
at org.mortbay.jetty.security.SslSocketConnector.newServerSocket(SslSocketConnector.java:463)
------------------------------------------------------------------------------------------
Cause:
If you do not provide an alias name when generating pkcs12 keystore,
the alias name would be treated as "1". There are some issues retrieving
such keyalias and the httpConnector RI referring to such keystores
would fail to install with the "No key found" exception. Refer to the "Symptoms" section to obtain more details about the exception.