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=43675>. 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=43675 Summary: Classloader leak in org.apache.tomcat.util.http.ServerCookie Product: Tomcat 5 Version: 5.5.24 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I'm investigating problems related to PermGen saturation on hot redeploy of my web applications. Using jhat I found that the class org.apache.catalina.util.http.ServerCookie has a static reference to my webapp classloader through the log field. This is what jhat shows: Static reference from org.apache.tomcat.util.http.ServerCookie.log (from class org.apache.tomcat.util.http.ServerCookie) : --> [EMAIL PROTECTED] (16 bytes) (??:) --> class org.apache.commons.logging.impl.Log4JLogger (84 bytes) (??:) --> [EMAIL PROTECTED] (152 bytes) It is similar to bug#42172. The problem shows in Tomcat 5.5.25 -- 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. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]