You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2005/03/16 14:09:47 UTC

DO NOT REPLY [Bug 21186] - Using ThreadLocal Call objects in a servlet memory leak both on client and server side

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=21186>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=21186





------- Additional Comments From c.grigoroscuta@moodmedia.ro  2005-03-16 14:09 -------
I confirm this bug with Axis 1.1
Indeed, if you have a web application that has axis in WEB-INF/lib, it will
never be garbage collected when you stop it. 
This is indeed because axis puts ThreadLocalS in tomcat's threads, which
prevents the web application class loader from being garbage collected.

I can not tell right now where all these thread locals are, but I will locate
them shortly. 
Anyway, does anyone have any idea how can you reopen a bug in axis JIRA? (they
closed it!), or do I have to create a new one?


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.