search for: keystoreexception

Displaying 1 result from an estimated 1 matches for "keystoreexception".

2007 Mar 21
0
CentOS 5 (beta): tomcat/keystore issue
...Type="JKS" algorithm="SunX509" /> With those settings -- either implicitly (since they're the default) or explicitly -- Tomcat fails to start an SSL listener. The catalina.out log reports: SEVERE: Exception trying to load keystore /path/to/keystore java.security.KeyStoreException: JKS If I set keystoreType="gkr", the error changes: SEVERE: Error initializing endpoint java.io.IOException: SunX509 I've taken some wild stabs at guessing the algorithm string ("X.509", "X509", "GnuX509", "GNU-CRYPTOX509", and some o...