Group,
Can anyone help me with this error below from the catalina.log?
I have attached my server.xml as well. I have done some searches on the
internet and cannot find much on this error.
________________________________________________
SEVERE: Error initializing endpoint
java.io.IOException: AnyCert TrustManagerFactory not available
at
org.apache.tomcat.util.net.jsse.JSSESocketFactory.init(JSSESocketFactory.java:527)
at
org.apache.tomcat.util.net.jsse.JSSESocketFactory.createSocket(JSSESocketFactory.java:156)
at
org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:538)
at
org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:176)
at
org.apache.catalina.connector.Connector.initialize(Connector.java:1022)
at
org.apache.catalina.core.StandardService.initialize(StandardService.java:703)
at
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:838)
at org.apache.catalina.startup.Catalina.load(Catalina.java:538)
at org.apache.catalina.startup.Catalina.load(Catalina.java:562)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:261)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Dec 12, 2011 3:08:45 PM org.apache.catalina.core.StandardService
initialize
SEVERE: Failed to initialize connector [Connector[HTTP/1.1-8543]]
LifecycleException: Protocol handler initialization failed:
java.io.IOException: AnyCert TrustManagerFactory not available
at
org.apache.catalina.connector.Connector.initialize(Connector.java:1024)
at
org.apache.catalina.core.StandardService.initialize(StandardService.java:703)
at
org.apache.catalina.core.StandardServer.initialize(StandardServer.java:838)
at org.apache.catalina.startup.Catalina.load(Catalina.java:538)
at org.apache.catalina.startup.Catalina.load(Catalina.java:562)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:261)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
________________________________________________
Server.xml .....
<Server port="8405" shutdown="Shutdown.SerenaCommonTomcat">
<!-- <Listener
className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on"
/> -->
<Listener className="org.apache.catalina.core.JasperListener"/>
<Listener
className="org.apache.catalina.mbeans.ServerLifecycleListener"/>
<Listener
className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"/>
<GlobalNamingResources>
<!-- Editable user database that can also be used by
UserDatabaseRealm to authenticate users
-->
<Resource name="UserDatabase" auth="Container"
type="org.apache.catalina.UserDatabase"
description="User database that can be updated and saved"
factory="org.apache.catalina.users.MemoryUserDatabaseFactory"
pathname="conf/tomcat-users.xml" />
</GlobalNamingResources>
<Service name="Catalina">
<Connector connectionTimeout="20000" port="18080" protocol="HTTP/1.1"
redirectPort="8443" server="Unknown Web Server/1.0"/>
<!-- Define a SSL HTTP/1.1 Connector on port 8443, using only 128-bit+
encryption (remove ciphers attribute if not needed). -->
<!-- <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true" clientAuth="false"
sslProtocol="TLS" ciphers="TLS_DHE_RSA_WITH_AES_128_CBC_SHA,
SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_RC4_128_SHA,
TLS_RSA_WITH_AES_128_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA"
server="Unknown Web Server/1.0"/> -->
<Connector SSLEnabled="true" acceptCount="100" clientAuth="false"
disableUploadTimeout="true" enableLookups="false" keyAlias="tomcat"
keystoreFile="conf/sample-ssl.jks" keystorePass="*****"
maxHttpHeaderSize="8192" maxSpareThreads="75" maxThreads="150"
minSpareThreads="25" port="8443" scheme="https" secure="true"
sslProtocol="TLS" strategy="ms" truststoreFile="conf/sample-ssl.jks"
truststorePass="*****"/>
<Connector SSLEnabled="true" acceptCount="100" clientAuth="true"
disableUploadTimeout="true" enableLookups="false" keyAlias="tomcat"
keystoreFile="conf/sample-ssl.jks" keystorePass="*****"
maxHttpHeaderSize="8192" maxSpareThreads="75" maxThreads="150"
minSpareThreads="25" port="8543" scheme="https" secure="true"
sslProtocol="TLS" strategy="ms" truststoreAlgorithm="AnyCert"
truststoreFile="conf/sample-ssl.jks" truststorePass="*****"/>
<!-- Define an AJP 1.3 Connector on port 8409. -->
<Connector port="8409" protocol="AJP/1.3" redirectPort="8443"
server="Unknown Web Server/1.0"/>
<Engine defaultHost="localhost" name="Catalina">
<!-- This Realm uses the UserDatabase configured in the global JNDI
resources under the key "UserDatabase". Any edits
that are performed against this UserDatabase are immediately
available for use by the Realm. -->
<Realm className="org.apache.catalina.realm.UserDatabaseRealm"
resourceName="UserDatabase"/>
<Host appBase="webapps" autoDeploy="true" name="localhost"
unpackWARs="true" xmlNamespaceAware="false" xmlValidation="false"/>
</Engine>
</Service>
</Server>
Thanks,
Justin
******************************************************************************
This email and any files transmitted with it are intended solely for
the use of the individual or agency to whom they are addressed.
If you have received this email in error please notify the Navy
Exchange Service Command e-mail administrator. This footnote
also confirms that this email message has been scanned for the
presence of computer viruses.
Thank You!
******************************************************************************