Re: apache-tomcat-6.0.10 OutOfMemoryError

2007-04-10 Thread prakash shanmugam
hi acec, have u got the solution for outof Memory error. On 3/16/07, acec acec [EMAIL PROTECTED] wrote: Hi, Prakash I just tested tomcat example jsp page, there is not any object to assign null. Thanks. Arden --- prakash shanmugam [EMAIL PROTECTED] wrote: hi i personally fell disabling

Re: apache-tomcat-6.0.10 OutOfMemoryError

2007-04-09 Thread prakash shanmugam
hai christopher, What u said is correct running garbage collector is not a good practice because it will slow down the application, can you suggest any other alternative way to overcome the out of memory error. On 3/16/07, Christopher Schultz [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED

Re: apache-tomcat-6.0.10 OutOfMemoryError

2007-03-16 Thread prakash shanmugam
/07, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Vinu Varghese [mailto:[EMAIL PROTECTED] Subject: Re: apache-tomcat-6.0.10 OutOfMemoryError Please check this http://my.opera.com/karmazilla/blog/2007/03/13/good-riddance-p ermgen-outofmemoryerror Unfortunately, the blogger is simply

Re: apache-tomcat-6.0.10 OutOfMemoryError

2007-03-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Prakash, prakash shanmugam wrote: One more way to over memory.out.oferror is to run the garbage collector at reasonable intervals. This is bad advice: the garbage collector will run itself at appropriate intervals. Also, there's no way to force

Re: apache-tomcat-6.0.10 OutOfMemoryError

2007-03-15 Thread prakash shanmugam
hi i personally fell disabling the session in tomcat is not the correct solution to overcome the memory out of error. just try to asign null for unused objects. hope it resolve your issue. bye with regards prakash.s On 3/13/07, acec acec [EMAIL PROTECTED] wrote: Hi, Remy After I added %@

Re: apache-tomcat-6.0.10 OutOfMemoryError

2007-03-15 Thread Vinu Varghese
Hi all Please check this http://my.opera.com/karmazilla/blog/2007/03/13/good-riddance-permgen-outofmemoryerror regards vinu prakash shanmugam wrote: hi i personally fell disabling the session in tomcat is not the correct solution to overcome the memory out of error. just try to asign null

RE: apache-tomcat-6.0.10 OutOfMemoryError

2007-03-15 Thread Caldarale, Charles R
From: Vinu Varghese [mailto:[EMAIL PROTECTED] Subject: Re: apache-tomcat-6.0.10 OutOfMemoryError Please check this http://my.opera.com/karmazilla/blog/2007/03/13/good-riddance-p ermgen-outofmemoryerror Unfortunately, the blogger is simply wrong in his premise that the default GC

Re: apache-tomcat-6.0.10 OutOfMemoryError

2007-03-15 Thread acec acec
Hi, Prakash I just tested tomcat example jsp page, there is not any object to assign null. Thanks. Arden --- prakash shanmugam [EMAIL PROTECTED] wrote: hi i personally fell disabling the session in tomcat is not the correct solution to overcome the memory out of error. just try to asign null

Re: apache-tomcat-6.0.10 OutOfMemoryError

2007-03-13 Thread acec acec
Hi, Remy After I added %@ page session=false % into /apache-tomcat-6.0.10/webapps/examples/jsp/tagplugin/foreach.jsp , I could not reproduce OutOfMemoryError. But if I add %@ page session=false % into my application, my jsp could not get information from session. How can I walk around this

Re: apache-tomcat-6.0.10 OutOfMemoryError

2007-03-12 Thread Filip Hanik - Dev Lists
add -XX:+HeapDumpOnOutOfMemoryError to your JAVA_OPTS, then you can zip up the file that gets generated, make it available to us and I'll take a look at it Filip acec acec wrote: Hi, I tested tomcat 6.0.10 using jmeter. I found the following problem. I defined three thread groups:

Re: apache-tomcat-6.0.10 OutOfMemoryError

2007-03-12 Thread Rémy Maucherat
On 3/12/07, Filip Hanik - Dev Lists [EMAIL PROTECTED] wrote: add -XX:+HeapDumpOnOutOfMemoryError to your JAVA_OPTS, then you can zip up the file that gets generated, make it available to us and I'll take a look at it Most likely it's because of session creation. (you should not be too naive

Re: apache-tomcat-6.0.10 OutOfMemoryError

2007-03-12 Thread Martin Gainty
est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: Filip Hanik - Dev Lists [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, March 12, 2007 4:16 PM Subject: Re: apache-tomcat-6.0.10 OutOfMemoryError add