Showing posts with label memory leak. Show all posts
Showing posts with label memory leak. Show all posts

Thursday, May 23, 2013

Nasty Tomcat memory leak messages with JAXRS

So my JAX-RS service kept on giving me warnings of memory leaks. Sometimes, many, depending on how long my services was running, it seemed. I was a bit concerned. But then I found a nice little helpful snippet on the web:

http://java.net/jira/browse/JAXB-831

And while still annoyed, I feel alot better knowing that I can ignore the message (assuming of course the information in the ticket is correct - I did not bother to validate it myself)