Re: could not serialize the page java.lang.OutOfMemoryError: PermGen space

2010-10-14 Thread Thomas Kappler
On 10/13/10 16:25, fachhoch wrote: could not serialize the pagejava.lang.OutOfMemoryError: PermGen space , This is not *the* heap (for objects) as others have said, it's the permanent generation heap, which is a different memory section used by the JVM, for instance for interning

Re: could not serialize the page java.lang.OutOfMemoryError: PermGen space

2010-10-14 Thread Erik van Oosten
fachhoch, Please investigate whether any of your components can have references to something too big. Regards, Erik. Op 13-10-10 16:25, fachhoch schreef: could not serialize the pagejava.lang.OutOfMemoryError: PermGen space , I got this error, it happens once in a while , its hard

could not serialize the page java.lang.OutOfMemoryError: PermGen space

2010-10-13 Thread fachhoch
could not serialize the pagejava.lang.OutOfMemoryError: PermGen space , I got this error, it happens once in a while , its hard to reproduce, please tell me can wicket cause memory errors for any reason ? I am using 1.4.8 -- View this message in context: http://apache-wicket.1842946

RE: could not serialize the page java.lang.OutOfMemoryError: PermGen space

2010-10-13 Thread CREMONINI Daniele
not serialize the page java.lang.OutOfMemoryError: PermGen space could not serialize the pagejava.lang.OutOfMemoryError: PermGen space , I got this error, it happens once in a while , its hard to reproduce, please tell me can wicket cause memory errors for any reason ? I am using 1.4.8 -- View

Re: could not serialize the page java.lang.OutOfMemoryError: PermGen space

2010-10-13 Thread Altuğ Bilgin Altıntaş
not serialize the pagejava.lang.OutOfMemoryError: PermGen space , I got this error, it happens once in a while , its hard to reproduce, please tell me can wicket cause memory errors for any reason ? I am using 1.4.8 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com

Re: could not serialize the page java.lang.OutOfMemoryError: PermGen space

2010-10-13 Thread fachhoch
I got this error when running my app on jetty and tomact maven plugin. and I added -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m to JRE VM arguments in Run configration eclipse. but I cannot start my Jetty it complains Error occurred during initialization of VM Could

RE: could not serialize the page java.lang.OutOfMemoryError: PermGen space

2010-10-13 Thread fachhoch
I added this to eclipse -XX:PermSize=256m -XX:MaxPermSize=512m but the problem is I cannot start my jetty container I get this error Error occurred during initialization of VM Could not reserve enough space for object heap -- View this message in context:

Re: could not serialize the page java.lang.OutOfMemoryError: PermGen space

2010-10-13 Thread Altuğ Bilgin Altıntaş
http://javahowto.blogspot.com/2006/06/6-common-errors-in-setting-java-heap.html 2010/10/13 fachhoch fachh...@gmail.com I added this to eclipse -XX:PermSize=256m -XX:MaxPermSize=512m but the problem is I cannot start my jetty container I get this error Error occurred during