Hi, all.
One of my applications runs on a Windows Service instance of Tomcat 5.5, running Java 1.6. We've got an issue in the code where the application creates a NullPointerException if a SOAP request times out.
We had an issue, this morning, where the component on the other side of the SOAP request was unavailable. The result was about ten thousand NullPointerExceptions. After we got the failed component running again, the exceptions stopped. However, we noticed that our application was still performing sluggishly.
After restarting the Tomcat service, application performance immediately improved. I find that this is merely a handy coincidence, but my teammates are skeptical.
Is it possible that all of those NPEs caused performance issues within Tomcat, but long after the exceptions had stopped?
Thanks!
IVR Avenger