Re: permGen Space

2009-06-03 Thread spaway
PermGen space is the space used to hold classes. IN an app server you often need more than the normal amount, since there is so much extra code. Tapestry itself adds many dependencies, plus extra class loaders, plus many runtime-generated classes. More PermGen space is a good idea. On Tue, Jun

Re: permGen Space

2009-06-03 Thread Javier Molina
spaway escribió: many thanks, I am using netbeans IDE and have updated netbeans.conf file in my home user netbeans/6.1/etc folder as follows: -J-Xss2m -J-Xms32m -J-XX:PermSize=64m -J-XX:MaxPermSize=1024m That will only affect Netbeans itself, not the tomcat server your application runs on,

permGen Space

2009-06-02 Thread spaway
I will appreciate if anybody could assist with how I can get to the root cause of a permGen Space error that comes at atimes for me. At this instance see the dump below: - java.lang.ClassLoader.defineClass1(Native Method) - java.lang.ClassLoader.defineClass(ClassLoader.java:620

Re: permGen Space

2009-06-02 Thread Thiago H. de Paula Figueiredo
Try raising the permgen space maximum allocated memory. -- Thiago - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: permGen Space

2009-06-02 Thread Estevam Henrique Portela Mota e Silva
-XX:PermSize=0m (default) -XX:MaxPermSize=64m (default) Example: JAVA_OPTS=-XX:PermSize=64m -XX:MaxPermSize=128m On Tue, Jun 2, 2009 at 11:05 AM, Thiago H. de Paula Figueiredo thiag...@gmail.com wrote: Try raising the permgen space maximum allocated memory. -- Thiago

Re: permGen Space

2009-06-02 Thread Howard Lewis Ship
FYI PermGen space is the space used to hold classes. IN an app server you often need more than the normal amount, since there is so much extra code. Tapestry itself adds many dependencies, plus extra class loaders, plus many runtime-generated classes. More PermGen space is a good idea. On Tue

Re: Tomcat 5.5.26 + JDK 6_05 - java.lang.OutOfMemoryError: PermGen Space

2008-06-14 Thread Estevam Henrique Portela Mota e Silva
Sorry, forgot put link When you can test there link: http://www.lambdaprobe.org/d/index.htm -- Regards, Estevam Henrique Portela Mota e Silva Handicapped Auditory = deaf [EMAIL PROTECTED] / [EMAIL PROTECTED] Programmer Java and Tapestry Brazil - Fortaleza / CE

Re: Tomcat 5.5.26 + JDK 6_05 - java.lang.OutOfMemoryError: PermGen Space

2008-06-13 Thread 9902468
Processing of request failed with uncaught exception: PermGen space java.lang.OutOfMemoryError: PermGen Space How resolved? -- Regards, Estevam Henrique Portela Mota e Silva Handicapped Auditory = deaf [EMAIL PROTECTED] / [EMAIL PROTECTED] Programmer Java and Tapestry Brazil

Re: Tomcat 5.5.26 + JDK 6_05 - java.lang.OutOfMemoryError: PermGen Space

2008-06-13 Thread Marcelo Lotif
clicked generate PDF (Jasper) in my project, was wrong ... See below pra [ERROR] RequestExceptionHandler Processing of request failed with uncaught exception: PermGen space java.lang.OutOfMemoryError: PermGen Space How resolved? -- Regards, Estevam Henrique Portela Mota e Silva Handicapped

Re: Tomcat 5.5.26 + JDK 6_05 - java.lang.OutOfMemoryError: PermGen Space

2008-06-13 Thread Kristian Marinkovic
@tapestry.apache.org An Tapestry users users@tapestry.apache.org Kopie Thema Re: Tomcat 5.5.26 + JDK 6_05 - java.lang.OutOfMemoryError: PermGen Space Hi guys, I had some problems like this too, and i want to know from you, tapestry experts: Do you think that the wrong usage of @Persist annotation can

Re: Tomcat 5.5.26 + JDK 6_05 - java.lang.OutOfMemoryError: PermGen Space

2008-06-13 Thread 9902468
: PermGen space java.lang.OutOfMemoryError: PermGen Space How resolved? -- Regards, Estevam Henrique Portela Mota e Silva Handicapped Auditory = deaf [EMAIL PROTECTED] / [EMAIL PROTECTED] Programmer Java and Tapestry Brazil - Fortaleza / CE -- View this message in context: http

Re: Tomcat 5.5.26 + JDK 6_05 - java.lang.OutOfMemoryError: PermGen Space

2008-06-13 Thread Javier Sanchez
on another server (IIS 5.0 and Win 2000) Note: -- All programs are installed executable (EXE) When I clicked generate PDF (Jasper) in my project, was wrong ... See below pra [ERROR] RequestExceptionHandler Processing of request failed with uncaught exception: PermGen space

Re: Tomcat 5.5.26 + JDK 6_05 - java.lang.OutOfMemoryError: PermGen Space

2008-06-13 Thread Estevam Henrique Portela Mota e Silva
today at work I was looking for a mistake adnd Isaw that the memory was being full. The tables were making the memory full. I believe that I am having problems with the aplication. How do I erase the memory and have it full? I believe that its a persistence on the memory. I used the probe to find

Tomcat 5.5.26 + JDK 6_05 - java.lang.OutOfMemoryError: PermGen Space

2008-06-12 Thread Estevam Henrique Portela Mota e Silva
with uncaught exception: PermGen space java.lang.OutOfMemoryError: PermGen Space How resolved? -- Regards, Estevam Henrique Portela Mota e Silva Handicapped Auditory = deaf [EMAIL PROTECTED] / [EMAIL PROTECTED] Programmer Java and Tapestry Brazil - Fortaleza / CE

Re: Tomcat 5.5.26 + JDK 6_05 - java.lang.OutOfMemoryError: PermGen Space

2008-06-12 Thread Filip S. Adamsen
executable (EXE) When I clicked generate PDF (Jasper) in my project, was wrong ... See below pra [ERROR] RequestExceptionHandler Processing of request failed with uncaught exception: PermGen space java.lang.OutOfMemoryError: PermGen Space How resolved

Re: Tomcat 5.5.26 + JDK 6_05 - java.lang.OutOfMemoryError: PermGen Space

2008-06-12 Thread Norbert Sándor
Try to set some more memory for permgen space, eg. /-XX:MaxPermSize=128m/ in case of Sun's JVM. The correct value depends on the environment, you can use for example JConsole to diagnose the JVM. Regards: Norbi Estevam Henrique Portela Mota e Silva írta: Good Afternoon, Who knows

Re: PermGen space - Caching is ON

2006-07-26 Thread Ryan Cuprak
about HiveMind to be dangerous. Regards, -Ryan On Monday, July 24, 2006, at 11:01AM, Martin Strand [EMAIL PROTECTED] wrote: What I meant is that the redeploy ant task you mentioned likely causes the same error as Eclipse's hot redeploy - old unused classes are still left in permgen space

RE: PermGen space - Caching is ON

2006-07-24 Thread Ben Sommerville
. I've tried to find similar problems myself it’s a long, hard road :( Regards, Ben Sommerville -Original Message- From: Henri Dupre [mailto:[EMAIL PROTECTED] Sent: Monday, 24 July 2006 2:12 PM To: Tapestry users Subject: Re: PermGen space - Caching is ON The tomcat folks state

RE: PermGen space - Caching is ON

2006-07-24 Thread Danny Angus
Harvey, David [EMAIL PROTECTED] wrote on 24/07/2006 02:50:17: Thanks for your comments, discussion. However, this occurs when caching is turned on, i.e. -Dorg.apache.tapestry.disable-caching=false. I sure hope there's a fix, I don't know if MaxPermSize can be made any larger in

RE: PermGen space - Caching is ON

2006-07-24 Thread James Carman
and it sounds from your discussion that making it larger will just delay the OOM condition anyway. Anybody else have any ideas? -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Sunday, July 23, 2006 6:03 AM To: Tapestry users Subject: Re: PermGen space Actually, Tapestry

RE: PermGen space - Caching is ON

2006-07-24 Thread Harvey, David
Roughly 100 unique pages. Several pages have multiple Ajax round trips for autocomplete using the Tacos toolkit. -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 5:03 AM To: Tapestry users Subject: RE: PermGen space - Caching is ON How

Re: PermGen space - Caching is ON

2006-07-24 Thread Martin Strand
Carman [mailto:[EMAIL PROTECTED] Sent: Sunday, July 23, 2006 6:03 AM To: Tapestry users Subject: Re: PermGen space Actually, Tapestry (and HiveMind as well) uses Javassist to generate classes at runtime, but all the rest is still true with Javassist as it is with CGLIB (hibernate uses CGLIB

Re: PermGen space - Caching is ON

2006-07-24 Thread Henri Dupre
have any ideas? -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Sunday, July 23, 2006 6:03 AM To: Tapestry users Subject: Re: PermGen space Actually, Tapestry (and HiveMind as well) uses Javassist to generate classes at runtime, but all the rest is still true

Re: PermGen space - Caching is ON

2006-07-24 Thread Konstantin Ignatyev
and then creating objects from it. That would clog PermGen space. Do you run anything non-standard or suspicious? --- Henri Dupre [EMAIL PROTECTED] wrote: Yes I've seen the same issue on linux and windows with all JDKs using Tomcat or JBoss. I'd be curious to know if other containers

Re: PermGen space - Caching is ON

2006-07-24 Thread Martin Strand
users Subject: Re: PermGen space Actually, Tapestry (and HiveMind as well) uses Javassist to generate classes at runtime, but all the rest is still true with Javassist as it is with CGLIB (hibernate uses CGLIB). As Martin said, enabling caching should fix the problem. Tapestry will only

RE: PermGen space - Caching is ON

2006-07-24 Thread David . Harvey
be. Thanks for your help. -Original Message- From: Konstantin Ignatyev [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 9:52 AM To: Tapestry users Subject: Re: PermGen space - Caching is ON Just an idea: could it be that some aspectizing container (Spring or HiveMind)has

RE: PermGen space - Caching is ON

2006-07-24 Thread David . Harvey
can be. Thanks for your help. -Original Message- From: Martin Strand [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 10:31 AM To: Tapestry users Subject: Re: PermGen space - Caching is ON Hot redeploy is when you edit your code in Eclipse and Eclipse automatically adds

Re: PermGen space - Caching is ON

2006-07-24 Thread Martin Strand
What I meant is that the redeploy ant task you mentioned likely causes the same error as Eclipse's hot redeploy - old unused classes are still left in permgen space. Restarting tomcat rather than redeploying would probably cure the problem. Also, if you check google: http://www.google.com

Re: PermGen space

2006-07-23 Thread James Carman
] Error invoking listener on component $AjaxForm_40 org.apache.hivemind.ApplicationRuntimeException: PermGen space [context:/WEB-INF/pages/claims/addEdit.page, line 6, column 93] at org.apache.tapestry.engine.RequestCycle.rewindForm(RequestCycle.java:461

RE: PermGen space - Caching is ON

2006-07-23 Thread Harvey, David
will just delay the OOM condition anyway. Anybody else have any ideas? -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Sunday, July 23, 2006 6:03 AM To: Tapestry users Subject: Re: PermGen space Actually, Tapestry (and HiveMind as well) uses Javassist to generate

Re: PermGen space - Caching is ON

2006-07-23 Thread Jesse Kuhnert
have any ideas? -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Sunday, July 23, 2006 6:03 AM To: Tapestry users Subject: Re: PermGen space Actually, Tapestry (and HiveMind as well) uses Javassist to generate classes at runtime, but all the rest is still true

Re: PermGen space - Caching is ON

2006-07-23 Thread Henri Dupre
your discussion that making it larger will just delay the OOM condition anyway. Anybody else have any ideas? -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Sunday, July 23, 2006 6:03 AM To: Tapestry users Subject: Re: PermGen space Actually, Tapestry

Re: PermGen space

2006-07-21 Thread Martin Strand
, these classes are never removed from the permgen heap space by the jvm and eventually there won't be room for more classes. If you enable caching, everything should be fine. You can raise the permgen space limit by passing in -XX:PermSize=128m but that will only delay the crash. I haven't tried