Re: CleanerThread never terminates, causes leaks in webapp

2011-04-14 Thread Martin Jacobson
threads in my application and noticed that Batik CleanerThread was still running. I incorporated the patch. Will have to see if the issue reappears. -- View this message in context: http://batik.2283329.n4.nabble.com/CleanerThread-never-terminates-causes-leaks-in-webapp-tp2978944p3445621.html

Re: CleanerThread never terminates, causes leaks in webapp

2011-04-13 Thread tiwaris
the patch. Will have to see if the issue reappears. -- View this message in context: http://batik.2283329.n4.nabble.com/CleanerThread-never-terminates-causes-leaks-in-webapp-tp2978944p3445621.html Sent from the Batik - Users mailing list archive at Nabble.com

Re: CleanerThread never terminates, causes leaks in webapp

2010-02-18 Thread thomas . deweese
Hi Joel, Joel Carranza j...@gatekeeper.com wrote on 02/17/2010 05:57:50 PM: We are using Batik in a webapp context and the thread org.apache.batik.util.CleanerThread never terminates. Correct, it is a daemon thread. My understanding is that this signals the JVM that it can terminate it

Re: CleanerThread never terminates, causes leaks in webapp

2010-02-18 Thread Joel Carranza
;) -- View this message in context: http://old.nabble.com/CleanerThread-never-terminates%2C-causes-leaks-in-webapp-tp27631790p27642863.html Sent from the Batik - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: CleanerThread never terminates, causes leaks in webapp

2010-02-18 Thread Helder Magalhães
Hi everyone, GeoTools basically has the identical problem [http://jira.codehaus.org/browse/GEOT-2742]. I will investigate how to apply a similar approach and submit a patch. I've just noticed bug 48771 [1] was created. (In general, it's always good to have a link between mailing list threads

CleanerThread never terminates, causes leaks in webapp

2010-02-17 Thread Joel Carranza
exits? Many thanks Joel Carranza j...@gatekeeper.com Gatekeeper System -- View this message in context: http://old.nabble.com/CleanerThread-never-terminates%2C-causes-leaks-in-webapp-tp27631790p27631790.html Sent from the Batik - Users mailing list archive at Nabble.com

Re: CleanerThread never terminates, causes leaks in webapp

2010-02-17 Thread Helder Magalhães
Hi Joel, We are using Batik in a webapp context and the thread org.apache.batik.util.CleanerThread never terminates. This is a serious problem as it prevents the webapp's classloader from being garbage collected. Am I doing something wrong?  Is there a way to clean up and stop this thread