Memory leak « IceFaces « JSF Q&A





1. Memory leak in ICEfaces 1.7.2 SP1?    icefaces.org

Hi All, We are finding that our Seam + ICEfaces application grinds to a halt once it has been hit by about 1600 users (not necessarily within a short time period). We have been analysing heap dumps as it appeared that the GC would continually run and could not free up any memory. There seems to be a huge amount of ...

2. Memory leak in ICEfaces 1.8.0    icefaces.org

Hi, I upgraded from ICEfaces 1.7 to ICEfaces 1.8.0 and included ajax push functionality using SessionRenderer in my application. But after running server continuously for 36 hours we are getting "Out of memory error". Previously i tried with ICEfaces 1.8 Development release candidate and got the same issue and so reverted it to ICEfaces1.7. Now i am getting out of memory ...

3. Memory leak in view state saving    icefaces.org

4. Memory leak in IceFaces    icefaces.org

Hi, We are using Icefaces(1.8.2) + Jboss Portal (2.7.0) + Spring(2.5.5). We have these parameters in web.xml : concurrentDOMViews = true standardRequestScope = false When I check with JProfile I can see that with a single user a lot of Views are present in memory. I can easily kill my System. For that I only have to press the Key F5 ...

5. Memory Leak on single page app    icefaces.org

Hi, I have a very simple one page application, that allows a user to select a client and retrieve some data (typically 20 rows) which i display in an ice:dataTable. Each row of the table I have a refresh Price button that simply called a backing bean method that locates my view object represented by the row, simply updates 2 random ...

6. potential memory leak    icefaces.org

7. Memory leak with ICEFaces 1.7    icefaces.org

Hello, The problem described is with the last 1.7 releace, "just-ice" version with facelets, both Tomcat 6.0 and IBM WAS 6.1 enviroments, Firefox 2.0 browser. We don't use "standard request scope". We do use server push. We are facing a memory leak problem. The JSF component tree does not get garbage collected after page is closed. Initially, we had "com.icesoft.faces.concurrentDOMViews" set ...

8. ICEFaces 1.7 potential memory leak    icefaces.org

9. My icefaces application have a memory leak    icefaces.org

I tried to implement DisposableBean - no effect. I read few issues about this problem (memory leak, bean are not dispose etc.) and its all are fixed in ICEFaces v. 1.7.1. But I used this version too. Am I NEO? :) SOS! P. S. There is a mistake in my first message: proper variant is 'standardRequestScope = false'.