Re: OutOfMemoryError (not PermGen) in PageSavingThread

2008-02-22 Thread Meetesh Karia
Thanks Henrik, We don't store Page references (we use getPage()) except in one case but that's a reference to the current page. I did come across this information about a JVM bug: http://bugs.sun.com/bugdatabase/view_bug.do;jsessionid=414ae2ad0e65bfabc12f25012527?bug_id=4879883 It l

Re: OutOfMemoryError (not PermGen) in PageSavingThread

2008-02-22 Thread Henrik Lundahl
Hi One thing you can check is if you have any references (instance variables, possibly implicit) to pages from your component hierarchy. That seems to cause memory leaks in the serialization. I reported a Jira issue about this yesterday (https://issues.apache.org/jira/browse/WICKET-1365). Another

OutOfMemoryError (not PermGen) in PageSavingThread

2008-02-22 Thread Meetesh Karia
Hi all, We're getting an OutOfMemoryError (Wicket 1.3.1 on Tomcat 5.5.17 with Sun JVM 1.5.0_06-b05) in the PageSavingThread occasionally and I was just wondering if anyone had seen this before. Is it likely just a side-effect of some other problem in our application? Or is this an issue wit