How to properly enable logging in "org.apache.catalina.core.StandardContext"

2024-02-29 Thread David Karr
In our SpringBoot services, we sometimes run into situations where we get an exception like this: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat It do

contextVersion NullPointerException due to race condition

2024-02-29 Thread FRANTS Patrick
Not sure this is the right mailing list or that it should go to dev. One of our unit tests will occasionally have a null pointer exception durin= g shutdown. Unfortunately I have not been able to create a small reproducti= on yet. The scenario is as follows. * SpringApplicationShutdo