Re: OutOfMemory issue

2011-02-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aparna, On 2/2/2011 2:41 AM, Aparna1 V wrote: > JSP buffer over flow I don't know of any JSP buffers that can overflow, unless you are using some kind of try/catch tag library that needs to buffer the entire (huge) content that you are generating. I

Re: OutOfMemory issue

2011-02-01 Thread Aparna1 V
JSP buffer over flow From: Christopher Schultz To: Tomcat Users List Date: 02/02/2011 04:33 AM Subject: Re: OutOfMemory issue -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aparna, On 2/1/2011 8:27 AM, Aparna1 V wrote: > Yes, we were on jdk 1.4 and now we have moved to 1.6. > Afte

Re: OutOfMemory issue

2011-02-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aparna, On 2/1/2011 8:27 AM, Aparna1 V wrote: > Yes, we were on jdk 1.4 and now we have moved to 1.6. > After this, we were facing the BufferOverFlow on this particular page so > we increased the buffer size to 4 MB ( yes .. 4 MiB). What buffer i

RE: OutOfMemory issue

2011-02-01 Thread Caldarale, Charles R
> From: Aparna1 V [mailto:aparna...@tcs.com] > Subject: RE: OutOfMemory issue > There is no heap dump. You have to take one. Again, read the link: http://wiki.apache.org/tomcat/OutOfMemory - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERI

RE: OutOfMemory issue

2011-02-01 Thread Aparna1 V
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) From: "Caldarale, Charles R" To: Tomcat Users List Date: 02/01/2011 07:45 PM Subject: RE: OutOfMemory issue > From: Aparna1 V [mailto:aparna...@tcs.com] > Subject: Re: OutOfMemory issue > The heap space is set to 128

RE: OutOfMemory issue

2011-02-01 Thread Caldarale, Charles R
> From: Aparna1 V [mailto:aparna...@tcs.com] > Subject: Re: OutOfMemory issue > The heap space is set to 128 MB, > and Max Perm is set to 64mb. The longer you avoid looking inside the heap or collecting real data, the longer it's going to be before you have an answer. To r

Re: OutOfMemory issue

2011-02-01 Thread Aparna1 V
is set to 64mb. Thanks, Aparna From: Christopher Schultz To: Tomcat Users List Date: 02/01/2011 03:37 AM Subject: Re: OutOfMemory issue -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aparna, On 1/31/2011 8:42 AM, Aparna1 V wrote: > I am facing a frequent OutOfMemoryError on the Java h

Re: OutOfMemory issue

2011-01-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aparna, On 1/31/2011 8:42 AM, Aparna1 V wrote: > I am facing a frequent OutOfMemoryError on the Java heap space after just > a few hits on the application. (The page buffer for a few jsps are of the > range 4000kb) 4000kb is 4MiB. Is that what you

RE: OutOfMemory issue

2011-01-31 Thread Caldarale, Charles R
> From: Aparna1 V [mailto:aparna...@tcs.com] > Subject: OutOfMemory issue > I am facing a frequent OutOfMemoryError on the Java heap space > after just a few hits on the application. And a heap dump shows??? GC logging shows??? http://wiki.apache.org/tomcat/OutOfMemory -

OutOfMemory issue

2011-01-31 Thread Aparna1 V
Hi all, I am facing a frequent OutOfMemoryError on the Java heap space after just a few hits on the application. (The page buffer for a few jsps are of the range 4000kb) The heap size for the app is 128 MB. The server i am using is TC 6.0.24 and tomcat-dbcp for pooling and MS SQL server 200

RE: InvocationTargetException results OutOfMemory issue ascodecache is full in tomcat 5.5

2009-10-08 Thread subrahmanyam
/InvocationTargetException-results-OutOfMemory-issue-as-codecache-is-full-in-tomcat-5.5-tp25745877p25815858.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

RE: InvocationTargetException results OutOfMemory issue ascodecache is full in tomcat 5.5

2009-10-06 Thread Caldarale, Charles R
> From: subrahmanyam [mailto:venkata.ad...@genpact.com] > Subject: RE: InvocationTargetException results OutOfMemory issue > ascodecache is full in tomcat 5.5 > > Is there any setting in JAVA_OPTS to refresh the codecache > once it reaches to maximum? No, but you can raise t

RE: InvocationTargetException results OutOfMemory issue as codecache is full in tomcat 5.5

2009-10-06 Thread subrahmanyam
context: http://www.nabble.com/InvocationTargetException-results-OutOfMemory-issue-as-codecache-is-full-in-tomcat-5.5-tp25745877p25767299.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: InvocationTargetException results OutOfMemory issue as codecache is full in tomcat 5.5

2009-10-06 Thread subrahmanyam
cally. Using probe we observered code cache is reaching it's maximum size. -- View this message in context: http://www.nabble.com/InvocationTargetException-results-OutOfMemory-issue-as-codecache-is-full-in-tomcat-5.5-tp25745877p25764679.html Sent from the Tomcat - User mailing list archive at

Re: InvocationTargetException results OutOfMemory issue as codecache is full in tomcat 5.5

2009-10-05 Thread Pid Ster
XP what - one presumes not "home"? Are you using a 64bit OS and 64bit JVM? p > Thanks & Regards > Venkata > > -- > View this message in context: > http://www.nabble.com/InvocationTargetException-results-OutOfMemory-issue-as-codecache-is-full-in-tomcat-5.5-tp25745877p25750784.h

Re: InvocationTargetException results OutOfMemory issue as codecache is full in tomcat 5.5

2009-10-05 Thread Pid Ster
On 5 Oct 2009, at 14:34, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Pid, > > On 10/5/2009 6:26 AM, Pid Ster wrote: >> What are your JAVA_OPTS? >> How much memory Is in the machine? >> OS? JVM version? Tomcat version? > > ... and what makes the OP think it's a

RE: InvocationTargetException results OutOfMemory issue as codecache is full in tomcat 5.5

2009-10-05 Thread Martin Gainty
une responsabilité pour le contenu fourni. > Date: Mon, 5 Oct 2009 06:24:16 -0700 > From: venkata.ad...@genpact.com > To: users@tomcat.apache.org > Subject: Re: InvocationTargetException results OutOfMemory issue as codecache > is full in tomcat 5.5 > > > &g

Re: InvocationTargetException results OutOfMemory issue as codecache is full in tomcat 5.5

2009-10-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 10/5/2009 6:26 AM, Pid Ster wrote: > What are your JAVA_OPTS? > How much memory Is in the machine? > OS? JVM version? Tomcat version? ... and what makes the OP think it's a code cache problem? - -chris -BEGIN PGP SIGNATURE- Version:

Re: InvocationTargetException results OutOfMemory issue as codecache is full in tomcat 5.5

2009-10-05 Thread subrahmanyam
d released) Thanks & Regards Venkata -- View this message in context: http://www.nabble.com/InvocationTargetException-results-OutOfMemory-issue-as-codecache-is-full-in-tomcat-5.5-tp25745877p25750784.html Sent from the Tomcat - User mailing list archive

Re: InvocationTargetException results OutOfMemory issue as codecache is full in tomcat 5.5

2009-10-05 Thread Pid Ster
> org.codehaus.janino.ReflectionIClass.getDeclaredIMethods2 > (ReflectionIClass.java) > at org.codehaus.janino.IClass.getDeclaredIMethods(IClass.java) > at org.codehaus.janino.IClass.getDeclaredIMethods(IClass.java)

InvocationTargetException results OutOfMemory issue as codecache is full in tomcat 5.5

2009-10-04 Thread subrahmanyam
org.codehaus.janino.UnitCompiler.getIMethods(UnitCompiler.java) at org.codehaus.janino.UnitCompiler.findIMethod(UnitCompiler.java) at o -- View this message in context: http://www.nabble.com/InvocationTargetException-results-OutOfMemory-issue-as-codecache-is-full-in-tomcat-5.5-tp25745877p25745877.html