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 - Chuck THIS COMMUN