-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Frank,
On 3/20/14, 1:03 PM, Frank Lugalla wrote: > INFO: Initializing ProtocolHandler ["http-bio-8443"] Mar 20, 2014 > 11:54:02 AM org.apache.tomcat.util.net.jsse.JSSESocketFactory > getStore SEVERE: Failed to load keystore type JKS with path > C:/Application/jetty-distribution-9.0.3.v20130506/webapps/root/certificates/lsetmlocal > due to > C:\Application\jetty-distribution-9.0.3.v20130506\webapps\root\certificates\lsetmlocal > (The system cannot find the path specified) > java.io.FileNotFoundException: > C:\Application\jetty-distribution-9.0.3.v20130506\webapps\root\certificates\lsetmlocal > (The system cannot find the path specified) at > java.io.FileInputStream.open(Native Method) I'm guessing that you have a keystore configured that can't be read. Does that file exist? Is that the file you intended to set in your <Connector> configuration? Could you post said configuration (with passwords removed, please)? > java.lang.UnsupportedClassVersionError: > com/sbc/etm/servlet/EtmAdminServlet : Unsupported major.minor > version 51.0 (unable to load class > com.sbc.etm.servlet.EtmAdminServlet) at > org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:2822) This > problem is easier to solve: you have compiled the com.sbc.etm.servlet package with a newer JDK than you are trying to run it under (e.g. compiled with Java 7 and you are running under Java 6). You have three options, here: 1. Run your code with the newer Java 2. Re-compile the code using the older Java 3. Re-compile your code in the newer Java, but with -target=older.java - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBCAAGBQJTKyDsAAoJEBzwKT+lPKRYtC4P/3fhR8iJiDdSDCMC17Defpl6 ZVk/ZFqxE3TpUovLRRE57VwlKJfzA5sPBdmMF+p6UGnH8o2esLUkDpwPRyHnfBwY Bb92vtYQRH0rSccCEr8gdD5GO59B3bvA3mQyC2Q7xHWMeDZSptxIh17o72NrxB/I vchhPyOFfcZGQIDioqGP1qWnXMWYk9hR9ek9tPm0d5LSuiXbzCeIsTq2P4z5fn2K KUrXOChnSezNjdnVPLzvWJ3qKGrNZ3Sis0fRHotuB7bnwQ3ipnw8VxsU4CofsxZl DxKjwkNqb8hkvulhAcrmw2DU3qUENn3VzokxFImoQfRv4HD8m7uKAYZCysyIRPo9 zxJqvZlk/U9Q5ObsqTvWAoimPJ1w4nyR5vBdkVhPnaT4yxKfN3I7sf5yhZobI1UX kN4y2NCSdnrwtS1CHkNgo0FUz75u6BsmC7tXo2lox6SrPlfabDLJ9AKC6cieqX+i qHWL1vpN89JmE0ORQcHz9dqBK7pYCT50OmpCf5a0VCCL28oUBMTcd1LvxIkFJgLK q/bhhgL6K6rCB2wXuzrI/Zk6fJLI7cxMBpy2vtD7NpTuKUzcwmJ7AsRYaws0ZeXJ bCg8eNGmLE+UZyO42IeBmkLFszFFK67DiJL6xCg1je6Kp12W/uDs3m6pPz8CdsWz EFaU/ijudxmL2Zm+nN3/ =UVp6 -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org