RE: [SOLVED] - Tomcat 9.0.96 first start throws java.lang.NullPointerException. Works in the same conditions with 9.0.91.

2024-11-06 Thread Lucian Jurj
> Ok, so the idea is that init() has to be successful or the component will > never become started later on. > Connectors are a bit special though. You can use bindOnInit to do the socket > bind and TLS start either in init (you don't want it to fail, and you want > the server to start accepting

RE: Tomcat 9.0.96 first start throws java.lang.NullPointerException. Works in the same conditions with 9.0.91.

2024-10-28 Thread Lucian Jurj
> Looking at "https-openssl-nio-9727" connector (ignoring "http-nio-9728") I see > 24-Oct-2024 12:27:14.109 INFO [main] > org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler > ["https-openssl-nio-9727"] > 24-Oct-2024 12:27:14.156 SEVERE [main] > org.apache.catalina.util.Lifecy

RE: Tomcat 9.0.96 first start throws java.lang.NullPointerException. Works in the same conditions with 9.0.91.

2024-10-25 Thread Lucian Jurj
Thank you Rémy for your quick response. We still have a few questions for better understanding. >> 24-Oct-2024 11:53:15.217 INFO [main] >> org.apache.catalina.startup.Catalina.load Server initialization in >> [1871] milliseconds >> 24-Oct-2024 11:53:15.280 INFO [main] >> org.apache.catalina.c

Tomcat 9.0.96 first start throws java.lang.NullPointerException. Works in the same conditions with 9.0.91.

2024-10-24 Thread Lucian Jurj
96, without doing any changes to our side of the code. In other words, Something seemed to be changed in releases post 9.0.93 which causes this behavior at our end. - Would somebody provide a pointer or a direction I should start looking into? Your help would be really appreci