-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shutting down context by removing known leaks freezes application #148
Comments
Are you able to get a heap dump in the frozen state? |
I've tried getting a heap dump with jcmd, but I wasn't able to and got this error message:
But I did manage to get a threaddump, in which I found a single thread related to the library and it looked like this:
|
Interestingly on my local tomcat server this problem does not occur. The next log entry (which is supposed to be following the freeze) is |
I've made org.postgres not be provided in our jboss build config and I can now see |
I haven't been able to further investigate this. |
I am using the servlet 2.5 version with the listener correctly before any other, and in an attempt to solve this I also added
ClassLoaderLeakPreventor.executeShutdownHooks - false
On shutdown I get this as the last log entries before the freeze
How can I go about solving this issue?
The text was updated successfully, but these errors were encountered: