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
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