hmm my SSL Config didn't change and is part of an CI system that worked with 
each of the 8.5.X versions until the latest. but will cross check.

As the exception occurs during the processing of some JMX beans, i thought that 
it's somewhere related to #60853 that now exposes the SSLHostConfig and 
SSLHostConfigCertificate objects via JMX.

Frank

-----Original Message-----
From: Rémy Maucherat [mailto:r...@apache.org] 
Sent: Monday, April 03, 2017 11:10 AM
To: Tomcat Users List
Subject: Re: InvocationTargetException on startup after upgrade to 8.5.13

2017-04-03 10:51 GMT+02:00 Frank Taffelt <
frank.taff...@interface-projects.de>:

> after upgrading from 8.5.12 to 8.5.13 the following exception is 
> thrown on startup.
>
> Caused by: java.lang.NullPointerException
>         at java.io.FileInputStream.<init>(FileInputStream.java:130)
>         at java.io.FileInputStream.<init>(FileInputStream.java:93)
>         at java.io.FileReader.<init>(FileReader.java:58)
>         at org.apache.tomcat.util.net.jsse.PEMFile.<init>(PEMFile.java:74)
>         at org.apache.tomcat.util.net.jsse.JSSEUtil.getKeyManagers(
> JSSEUtil.java:193)
>         at org.apache.tomcat.util.net.openssl.OpenSSLUtil.
> getKeyManagers(OpenSSLUtil.java:79)
>         at org.apache.tomcat.util.net.AbstractJsseEndpoint.
> createSSLContext(AbstractJsseEndpoint.java:112)
>         ... 45 more
>
> as my app is running normally this seems more like a minor issue ?
>
> There is no relevant changes in 8.5.13, and your SSL configuration is
probably invalid.

Rémy

Reply via email to