Re: InvocationTargetException on startup after upgrade to 8.5.13

2017-04-26 Thread Mark Thomas
On 26/04/17 16:34, Frank Taffelt wrote: >> I can't reproduce this. It may be configuration related. Please provide the >> steps minimal to reproduce this from a clean 8.5.14 install. > > http://www.glesir.de/~frank/tomcat-startup.zip > > Sample CATALINA_BASE structure with a prebuilt webapp. To

RE: InvocationTargetException on startup after upgrade to 8.5.13

2017-04-26 Thread Frank Taffelt
>I can't reproduce this. It may be configuration related. Please provide the >steps minimal to reproduce this from a clean 8.5.14 install. http://www.glesir.de/~frank/tomcat-startup.zip Sample CATALINA_BASE structure with a prebuilt webapp. To run it you have to adjust the contained

Re: InvocationTargetException on startup after upgrade to 8.5.13

2017-04-25 Thread Mark Thomas
On 25/04/17 08:17, Frank Taffelt wrote: >> Fixed in 9.0.x and 8.5.x for the next release of each. >> > > after upgrading to 8.5.14 the issue still occurs: I can't reproduce this. It may be configuration related. Please provide the steps minimal to reproduce this from a clean 8.5.14 install.

RE: InvocationTargetException on startup after upgrade to 8.5.13

2017-04-25 Thread Frank Taffelt
>Fixed in 9.0.x and 8.5.x for the next release of each. > after upgrading to 8.5.14 the issue still occurs: INFO: Starting Servlet Engine: Apache Tomcat/8.5.14 Apr 25, 2017 1:57:21 AM org.apache.tomcat.util.IntrospectionUtils getProperty WARNING: IntrospectionUtils: InvocationTargetException for

Re: InvocationTargetException on startup after upgrade to 8.5.13

2017-04-03 Thread Mark Thomas
On 4/3/2017 10:39 AM, Konstantin Kolinko wrote: 3. This getter has a side-effect. It callsAbstractHttp11Protocol.registerDefaultSSLHostConfig() Note that this happens when Tomcat is already running. The call is from a web application. This results in NPE trying to read a key file. I guess

Re: InvocationTargetException on startup after upgrade to 8.5.13

2017-04-03 Thread Konstantin Kolinko
2017-04-03 11:51 GMT+03:00 Frank Taffelt : > after upgrading from 8.5.12 to 8.5.13 the following exception is thrown on > startup. > > WARNING: IntrospectionUtils: InvocationTargetException for class > org.apache.coyote.http11.Http11NioProtocol ciphers) >

RE: InvocationTargetException on startup after upgrade to 8.5.13

2017-04-03 Thread Frank Taffelt
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

Re: InvocationTargetException on startup after upgrade to 8.5.13

2017-04-03 Thread Rémy Maucherat
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.(FileInputStream.java:130) > at