It's all about the answers!

Ask a question

SunX509 KeyManagerFactory not available


Steve Zielinski (61) | asked Mar 11 '10, 10:43 a.m.
am not able to get Tomcat running properly. I receive a "SunX509 KeyManagerFactory not available" error. I don't understand why its looking for SunX509. Here is a portion of the server.xml file I'm using:

<Connector port="9443"
connectionTimeout="20000"
maxHttpHeaderSize="8192"
maxThreads="150"
minSpareThreads="25"
maxSpareThreads="75"
enableLookups="false"
disableUploadTimeout="true"
acceptCount="100"
scheme="https"
secure="true"
clientAuth="false"
keystoreFile="ibm-team-ssl.keystore"
keystorePass="ibm-team"
sslProtocol="SSL_TLS"
algorithm="IbmX509"
URIEncoding="UTF-8" />
Any help would be appreciated.

Be the first one to answer this question!


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.