Re: Memory leak in Tomcat

2012-02-02 Thread Trenton D. Adams
Oh, yes, here's the docs on that. As you can see, you can write a ServletContextListener to unregister the class loader from the logger library. http://wiki.apache.org/commons/Logging/UndeployMemoryLeak So, if you can find that there is something similar in the library you're having a proble

Re: Memory leak in Tomcat

2012-02-02 Thread Trenton D. Adams
I have seen instances where a library in tomcat itself is the same library I'm using, and it is that library that is holding on to a reference to the class loader of the webapp. Normally, once the classloader is discarded for garbage collection, every reference it holds will also end up being

RE: Memory leak in Tomcat

2012-02-02 Thread James Annesley
Just saw this: https://issues.apache.org/jira/browse/AXIOM-390 From: James Annesley [mailto:james.annes...@infoshare-is.com] Sent: 02 February 2012 12:05 To: java-user@axis.apache.org Subject: RE: Memory leak in Tomcat Thanks for this - very interesting. I have analysed a memory dump and

RE: Memory leak in Tomcat

2012-02-02 Thread James Annesley
k-classic-1.0.0.jar logback-core-1.0.0.jar Perhaps the logging functions are holding on to something? Can anyone confirm Axiom has a memory leak? James From: Okken,Brett [mailto:bok...@cerner.com] Sent: 01 February 2012 19:17 To: java-user@axis.apache.org Subject: RE: Memory leak in

RE: Memory leak in Tomcat

2012-02-02 Thread James Annesley
redeployment. Please see my other reply. I'll try your suggestions, Thanks. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: 02 February 2012 11:00 To: java-user@axis.apache.org Subject: Re: Memory leak in Tomcat On 01/02/2012 17:10, Moises Alberto Lindo Gutarra wrote: >

Re: Memory leak in Tomcat

2012-02-02 Thread Pid
If you need assistance with this, ask at the Tomcat Users mailing list. p >> Is this enough info? >> >> James >> >> >> -Original Message- >> From: Moises Alberto Lindo Gutarra [mailto:mli...@gmail.com] >> Sent: 01 February 2012 16:31 >&g

RE: Memory leak in Tomcat

2012-02-01 Thread Okken,Brett
Sent: Wednesday, February 01, 2012 10:25 AM To: java-user@axis.apache.org Subject: Memory leak in Tomcat Hi, I have an XML beans based AXIS 2 1.6.0 stub. After using the client's UI for a short period of time - say a few minutes - having un-deployed the web app I get about 50 or so messages as fo

Re: Memory leak in Tomcat

2012-02-01 Thread Moises Alberto Lindo Gutarra
; From: Moises Alberto Lindo Gutarra [mailto:mli...@gmail.com] > Sent: 01 February 2012 16:31 > To: java-user@axis.apache.org > Subject: Re: Memory leak in Tomcat > > can you tell us your tomcat memory configuration and harware ram, cpu, type > (32 or 64 bits) characteristics??? >

RE: Memory leak in Tomcat

2012-02-01 Thread James Annesley
Alberto Lindo Gutarra [mailto:mli...@gmail.com] Sent: 01 February 2012 16:31 To: java-user@axis.apache.org Subject: Re: Memory leak in Tomcat can you tell us your tomcat memory configuration and harware ram, cpu, type (32 or 64 bits) characteristics??? 2012/2/1 James Annesley > > Hi, > >

Re: Memory leak in Tomcat

2012-02-01 Thread Moises Alberto Lindo Gutarra
can you tell us your tomcat memory configuration and harware ram, cpu, type (32 or 64 bits) characteristics??? 2012/2/1 James Annesley > > Hi, > > > > I have an XML beans based AXIS 2 1.6.0 stub. After using the client’s UI for > a short period of time – say a few minutes – having un-deployed th