[5.4-alpha-23] Memory Leak on GlassFish 4.0.1-b03

2013-10-25 Thread Andreas Ernst
] (value [{1=DEFINED, 2=DEFINED, 3=DEFINED, 4=DEFINED, 5=DEFINED, 6=DEFINED, 7=DEFINED, 8=DEFINED, 9=DEFINED, 10=DEFINED, 11=DEFINED}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.]] After some

Re: Misleading PerthreadManagerImpl memory leak?

2012-08-05 Thread Howard Lewis Ship
es.PerthreadManagerImpl$MapHolder@64efc9fb]) > and a value of type [java.util.HashMap] (value [{1=DEFINED, 2=DEFINED, > 3=DEFINED, 4=DEFINED, 5=DEFINED, 6=DEFINED, 7=DEFINED, 8=DEFINED, 9=DEFINED, > 10=DEFINED, 11=DEFINED}]) but failed to remove it when the web application > was stopped

Misleading PerthreadManagerImpl memory leak?

2012-08-05 Thread petr.charvat
=DEFINED, 3=DEFINED, 4=DEFINED, 5=DEFINED, 6=DEFINED, 7=DEFINED, 8=DEFINED, 9=DEFINED, 10=DEFINED, 11=DEFINED}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak. >From the memory dump it seems, that GC can't remove previous versio

Re: Memory Leak

2012-06-06 Thread Thiago H de Paula Figueiredo
On Wed, 06 Jun 2012 19:37:41 -0300, George Christman wrote: Hi Thiago, I'm not saying T-IoC is the issue, I don't know enough about T-IoC to know whether or not I'm using it correctly. I know I have a memory issue, three mornings in a row the server has been brought down with an out of me

Re: Memory Leak

2012-06-06 Thread George Christman
most of your services are singletons while this is more than > > needed? Like some services actually deserve to be per-thread ? Or per > > session ? > > I'd check your code memory usage without Tapestry-IoC and then with T-IoC > > before saying there's a memory

Re: Memory Leak

2012-06-06 Thread Thiago H de Paula Figueiredo
T-IoC before saying there's a memory leak in T-IoC. In addition, knowing how Java handles memory is very important, specially when doing benchmarks like that. -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail: user

Re: Memory Leak

2012-06-06 Thread Muhammad Gelbana
> > that might help identify what, if anything, is leaking. > > > > I'll look into that as well. Thanks Howard. > > > > > On Wed, Jun 6, 2012 at 12:19 PM, George Christman > > <[hidden email] <http://user/SendEmail.jtp?type=node&node=5713671&i=0

Re: Memory Leak

2012-06-06 Thread George Christman
n Wed, Jun 6, 2012 at 12:19 PM, George Christman > <[hidden email] <http://user/SendEmail.jtp?type=node&node=5713671&i=0>> > wrote: > > > Hello, I've created a scheduler service and noticed a memory leak. I'm > using > > the exact code below to perf

Re: Memory Leak

2012-06-06 Thread Howard Lewis Ship
27;ve created a scheduler service and noticed a memory leak. I'm using > the exact code below to perform the test. I read an article related to class > reloading causing memory leaks, > http://tapestry.apache.org/class-reloading.html However, I don't really > understand what

Memory Leak

2012-06-06 Thread George Christman
Hello, I've created a scheduler service and noticed a memory leak. I'm using the exact code below to perform the test. I read an article related to class reloading causing memory leaks, http://tapestry.apache.org/class-reloading.html However, I don't really understand what is bei

Re: tomee - "this is likely to cause a memory leak"

2012-06-01 Thread Chris Mylonas
gt;> WARNING: No mappings of FacesServlet found. Abort destroy MyFaces. >>>> Jun 1, 2012 12:27:43 PM org.apache.catalina.loader.WebappClassLoader >>>> clearReferencesThreads >>>> SEVERE: The web application [/Ev

Re: tomee - "this is likely to cause a memory leak"

2012-06-01 Thread Geoff Callender
e.myfaces.webapp.AbstractFacesInitializer >>> destroyFaces >>> WARNING: No mappings of FacesServlet found. Abort destroy MyFaces. >>> Jun 1, 2012 12:27:43 PM org.apache.catalina.loader.WebappClassLoader >>> clearReferencesThreads >>> SEVERE: The web applicatio

Re: tomee - "this is likely to cause a memory leak"

2012-05-31 Thread Lenny Primak
; Jun 1, 2012 12:27:43 PM org.apache.myfaces.webapp.AbstractFacesInitializer >>> destroyFaces >>> WARNING: No mappings of FacesServlet found. Abort destroy MyFaces. >>> Jun 1, 2012 12:27:43 PM org.apache.catalina.loader.WebappClassLoader >>> clearReferencesThreads >

Re: tomee - "this is likely to cause a memory leak"

2012-05-31 Thread Chris Mylonas
eferencesThreads >> SEVERE: The web application [/EventViewer] appears to have started a thread >> named [org.apache.openejb.pool.scheduler.6] but has failed to stop it. This >> is very likely to create a memory leak. >> Jun 1, 2012 12:27:43 PM org.apache.catalina.loade

Re: tomee - "this is likely to cause a memory leak"

2012-05-31 Thread Chris Mylonas
che.catalina.loader.WebappClassLoader >> clearReferencesThreads >> SEVERE: The web application [/EventViewer] appears to have started a thread >> named [org.apache.openejb.pool.scheduler.6] but has failed to stop it. This >> is very likely to create a memory leak. >> Ju

Re: tomee - "this is likely to cause a memory leak"

2012-05-31 Thread Lenny Primak
erencesThreads > SEVERE: The web application [/EventViewer] appears to have started a thread > named [org.apache.openejb.pool.scheduler.6] but has failed to stop it. This > is very likely to create a memory leak. > Jun 1, 2012 12:27:43 PM org.apache.catalina.loader.WebappCl

tomee - "this is likely to cause a memory leak"

2012-05-31 Thread Chris Mylonas
2:27:43 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads SEVERE: The web application [/EventViewer] appears to have started a thread named [org.apache.openejb.pool.scheduler.6] but has failed to stop it. This is very likely to create a memory leak. Jun 1, 2012 1

Re: Memory leak in internet explorer with many links on page

2011-07-05 Thread Taha Hafeez
link, internet explorer starts >> leaking memory. >> >> What I have found is that the leak is caused by updateZoneOnEvent being >> called. The more links are linked the more memory leak it is >> >> >> regards >> Taha >> >> >

Re: Memory leak in internet explorer with many links on page

2011-07-04 Thread Taha Hafeez
nk, internet explorer starts > leaking memory. > > What I have found is that the leak is caused by updateZoneOnEvent being > called. The more links are linked the more memory leak it is > > > regards > Taha > >

Re: Zone might result in memory leak

2011-07-04 Thread Thiago H. de Paula Figueiredo
On Mon, 04 Jul 2011 08:20:01 -0300, Taha Hafeez wrote: Hi Thiago Hi! I learned it the very hard way but am not sure why this happens I guess this happens because the Zone JavaScript logic is executed once when the page is rendered. When the Zone is updated, if you return the whole Z

Re: Zone might result in memory leak

2011-07-04 Thread Thiago H. de Paula Figueiredo
On Mon, 04 Jul 2011 00:36:01 -0300, Taha Hafeez wrote: Hi Hi! Finally I disabled the timer and used fast manual clicks to check if the problem was with the zone itself. What I found was that if I return zone.getBody() then there is no memory leak but if I return zone then there is a

Memory leak in internet explorer with many links on page

2011-07-04 Thread Taha Hafeez
Hi I am attaching a small web-application with just one page manylinksinpage. If you run it and keep on clicking on any link, internet explorer starts leaking memory. What I have found is that the leak is caused by updateZoneOnEvent being called. The more links are linked the more memory leak it

Re: Zone might result in memory leak

2011-07-03 Thread Nikla Ratinen
ct update1() { return zone1; } Cheers, --Nikla On 4.7.2011 6:36, Taha Hafeez wrote: Hi While working on the Zone-refresh component, I was testing it on IE8 and found that it resulted in memory leak... After working on it the whole day I couldn't get around it. Finally I disabled the

Re: Zone might result in memory leak

2011-07-03 Thread Taha Hafeez
use for memory profiling in IE? > On Jul 3, 2011 8:36 PM, "Taha Hafeez" wrote: > > Hi > > > > While working on the Zone-refresh component, I was testing it on IE8 and > > found that it resulted in memory leak... After working on it the whole > day > I >

Re: Zone might result in memory leak

2011-07-03 Thread Josh Canfield
What do you use for memory profiling in IE? On Jul 3, 2011 8:36 PM, "Taha Hafeez" wrote: > Hi > > While working on the Zone-refresh component, I was testing it on IE8 and > found that it resulted in memory leak... After working on it the whole day I > couldn'

Zone might result in memory leak

2011-07-03 Thread Taha Hafeez
Hi While working on the Zone-refresh component, I was testing it on IE8 and found that it resulted in memory leak... After working on it the whole day I couldn't get around it. Finally I disabled the timer and used fast manual clicks to check if the problem was with the zone itself. What I

Re: Possible memory leak in zone update?

2010-04-06 Thread Jochen Berger
Andreas, sorry for not responding for so long, but I have been busy with a lot of other stuff. Andreas Andreou wrote: > Chrome's Developer Tools (ctrl+shift+i) have a "profiles" tab. > Once selected, you'll find a "Take heap snapshot" at the bottom... > press it once at the start, then again at t

Re: Possible memory leak in zone update?

2010-03-22 Thread Massimo Lusetti
On Mon, Mar 22, 2010 at 5:28 PM, Andreas Andreou wrote: > Chrome's Developer Tools (ctrl+shift+i) have a "profiles" tab. > Once selected, you'll find a "Take heap snapshot" at the bottom... > press it once at the start, then again at the end of the activity > you want to perform and it'll show yo

Re: Possible memory leak in zone update?

2010-03-22 Thread Andreas Andreou
Chrome's Developer Tools (ctrl+shift+i) have a "profiles" tab. Once selected, you'll find a "Take heap snapshot" at the bottom... press it once at the start, then again at the end of the activity you want to perform and it'll show you what changed On Mon, Mar 22, 2010 at 17:36, Jochen Berger wrot

Possible memory leak in zone update?

2010-03-22 Thread Jochen Berger
Hi, I am currently writing a webapp with tapestry 5 and have come to a point where I want a zone to be updated regularly. That works quite well using just a small amount of custom JavaScript. However, I noticed that the browser's memory seems to fill up over the time. The application updates two z

Re: [T5] How to tackle memory leak problem (Perm Gem Out of Space)

2009-03-19 Thread Geoffrey Wiseman
On Thu, Mar 19, 2009 at 8:48 AM, Christoph Jäger < christoph.jae...@polleninfo.org> wrote: > I also have the same problem, searched the web, read lots of blog entries > and articles of how you can avoid it. The advice found basically is: > increase the memory available for the permgen, and do not

Re: [T5] How to tackle memory leak problem (Perm Gem Out of Space)

2009-03-19 Thread Christoph Jäger
Hi, I also have the same problem, searched the web, read lots of blog entries and articles of how you can avoid it. The advice found basically is: increase the memory available for the permgen, and do not redeploy your application too often. Am I the only one who is not satisfied with thi

Re: [T5] How to tackle memory leak problem (Perm Gem Out of Space)

2009-03-17 Thread Christian Edward Gruber
Yeah, I can't remember how they partition. I do believe it is generational though, but it's been a while. Mostly I try to not think about it, but I get occasional flashbacks. Christian. On Mar 16, 2009, at 9:43 PM, Geoffrey Wiseman wrote: On Mon, Mar 16, 2009 at 7:07 PM, Christian Edward

Re: [T5] How to tackle memory leak problem (Perm Gem Out of Space)

2009-03-16 Thread Geoffrey Wiseman
On Mon, Mar 16, 2009 at 7:07 PM, Christian Edward Gruber < christianedwardgru...@gmail.com> wrote: > Your behaviour could simply be that the defaults in JRockit are set such > that you get more permgen space, or that the space is used more efficiently. > In such a case, you're masking the problem

Re: [T5] How to tackle memory leak problem (Perm Gem Out of Space)

2009-03-16 Thread Christian Edward Gruber
That's funny, since jrockit is recommended for deployment, not development (by BEA anyway). I'd be careful. We got some crazy garbage collection behaviour on that VM before (using BEA portal, not T5). Your behaviour could simply be that the defaults in JRockit are set such that you get

Re: [T5] How to tackle memory leak problem (Perm Gem Out of Space)

2009-03-16 Thread Koka Kiknadze
On Mon, Mar 16, 2009 at 2:20 AM, Peter Lundberg wrote: > > While developing I get > PermGenSpace errors daily but a restart is so fast that it does not affect > me. > I s3witched to using jrockit jvm for development, no permgen errors there.

Re: [T5] How to tackle memory leak problem (Perm Gem Out of Space)

2009-03-15 Thread Peter Lundberg
container. Perhaps you are holding references to Pages in non-tapestry code? See http://tapestry.apache.org/tapestry5/guide/reload.html BR Peter CG-6 wrote: > > Is this normal ? > > CG > > -- View this message in context: http://www.nabble.com/-T5--How-to-tackle-memory-le

Re: [T5] How to tackle memory leak problem (Perm Gem Out of Space)

2009-03-15 Thread CG
ever, after using for a while  , it will run into problem of >> PermGem out of space (on Server) >> >> After doing some googling , i get to know that it may due to program >> memory leak problem. >> >> I would like to trace in to code to but I have no idea

Re: [T5] How to tackle memory leak problem (Perm Gem Out of Space)

2009-03-15 Thread Peter Lundberg
; After doing some googling , i get to know that it may due to program > memory leak problem. > > I would like to trace in to code to but I have no idea how can do to > narrow down to the problematic code. > > Hopefully some experience Java/T5 developer can give me some guidance &g

Re: [T5] How to tackle memory leak problem (Perm Gem Out of Space)

2009-03-15 Thread CG
ile  , it will run into problem of >> PermGem out of space (on Server) >> >> After doing some googling , i get to know that it may due to program >> memory leak problem. > > >  It's possible -- although the most likely explanation for Perm-Gen space is > that you&

Re: [T5] How to tackle memory leak problem (Perm Gem Out of Space)

2009-03-14 Thread Geoffrey Wiseman
On Sat, Mar 14, 2009 at 5:14 AM, CG wrote: > Hi all, I have used T5 to write an application , it works fine , > however, after using for a while , it will run into problem of > PermGem out of space (on Server) > > After doing some googling , i get to know that it may due to p

Re: [T5] How to tackle memory leak problem (Perm Gem Out of Space)

2009-03-14 Thread Martin Strand
t it may due to program > memory leak problem. > > I would like to trace in to code to but I have no idea how can do to > narrow down to the problematic code. > > Hopefully some experience Java/T5 developer can give me some guidance >

[T5] How to tackle memory leak problem (Perm Gem Out of Space)

2009-03-14 Thread CG
Hi all, I have used T5 to write an application , it works fine , however, after using for a while , it will run into problem of PermGem out of space (on Server) After doing some googling , i get to know that it may due to program memory leak problem. I would like to trace in to code to but I

Re: Tapestry Perm Memory Leak and ThreadLocal

2006-06-18 Thread Henri Dupre
On 6/18/06, Cliff Zhao <[EMAIL PROTECTED]> wrote: Tapestry jar files are in my war files. That is then surprising... Why would you be affected with your own ThreadLocal but not the ones from Tapestry and Hivemind (none of them are calling ThreadLocal.remove())? Thanks, Henri.

Re: Tapestry Perm Memory Leak and ThreadLocal

2006-06-18 Thread Cliff Zhao
Tapestry jar files are in my war files. On 6/18/06, Henri Dupre <[EMAIL PROTECTED]> wrote: This is very interesting... I don't have any threadlocal in my app but at every redeployment the memory is increasing. I had a quick look at the tapestry source code and there is a bunch of ThreadLocal.se

Re: Tapestry Perm Memory Leak and ThreadLocal

2006-06-18 Thread Henri Dupre
This is very interesting... I don't have any threadlocal in my app but at every redeployment the memory is increasing. I had a quick look at the tapestry source code and there is a bunch of ThreadLocal.set(null). But it seems that in your case, they are not affecting the perm memory? Where are you

Re: Tapestry Perm Memory Leak and ThreadLocal

2006-06-13 Thread Cliff Zhao
I did some tests and the results are very promising. I use one ThreadLocal variable in my Tapestry application. It took about 4.5MB for every re-deployment from Perm Memory and never went down. After I changed the ThreadLocal.set(null) to ThreadLocal.remove(), the Perm Memory was stablized at 31M