Skip to content
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

Fix problem with MongoDB #3

Open
stuehmer opened this issue Nov 22, 2013 · 1 comment
Open

Fix problem with MongoDB #3

stuehmer opened this issue Nov 22, 2013 · 1 comment
Labels

Comments

@stuehmer
Copy link
Member

Tomcat crashes sometimes (irregularily) with this message:

SEVERE: The web application [/play] appears to have started a thread named [MongoCleaner1574466115] but has failed to stop it. This is very likely to create a memory leak.

There is a related Mongo issue https://jira.mongodb.org/browse/JAVA-306

@stuehmer
Copy link
Member Author

Updating the mongo-java-driver (to a version >=2.11.0) helped resolve a similar issue in Tomcat: SHA: bec59e1

SEVERE: The web application [/play] created a ThreadLocal with key of
type [com.mongodb.DBTCPConnector$1] [...] but failed to remove it when
the web application was stopped. This is very likely to create a memory
leak.

... however the issue above remains.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant