Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14

2008-02-11 Thread Dan D.
to 6.0.14 From: Dan D. [mailto:[EMAIL PROTECTED] Subject: Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14 Would it work to then change the appBase to /home/user/html/ROOT, or would it be better to have a secondary directory (/home/user/html/webapps) with a ROOT directory inside

Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14

2008-02-11 Thread Dan D.
5.0.27 to 6.0.14 From: Dan D. [mailto:[EMAIL PROTECTED] Subject: Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14 Host name='www.domain.com' appBase='/home/user/html' Context path='' docBase='' debug='0' reloadable='false'/ /Host Right there is the first problem: docBase

Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14

2008-02-07 Thread Dan D.
@tomcat.apache.org Sent: Thursday, February 07, 2008 2:46 PM Subject: RE: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14 From: Dan D. [mailto:[EMAIL PROTECTED] Subject: Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14 Customer has the following directory structure: /home

RE: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14

2008-02-07 Thread Caldarale, Charles R
From: Dan D. [mailto:[EMAIL PROTECTED] Subject: Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14 Host name='www.domain.com' appBase='/home/user/html' Context path='' docBase='' debug='0' reloadable='false'/ /Host Right there is the first problem: docBase and appBase must

Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14

2008-02-06 Thread prakash shanmugam
hai dan, If I am not wrong, try to close all the connection string and make the user defined variables as null. (Eg) 1) (Statement object)--à st.close(); 2) (String)às=null; Hope it will solve your problem to some extend, even then if your problem is not solved. Then you have to

Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14

2008-02-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan, (While others are handling your primary question, I thought I'd mention a couple of things) Dan D. wrote: | I'm currently working on upgrading our systems from using Tomcat | 5.0.27 to 6.0.14. While you're at it, you might want to: * If

Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14

2008-02-04 Thread Filip Hanik - Dev Lists
what's the message after java.lang.OutOfMemoryError as there can be many different types of errors. Filip Dan D. wrote: Hello all, I'm currently working on upgrading our systems from using Tomcat 5.0.27 to 6.0.14. The upgrades are not being done in place (ie, we will have both systems out

Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14

2008-02-04 Thread Dan D.
for a little while, and eventually the process just dies off. - Original Message - From: Filip Hanik - Dev Lists [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, February 04, 2008 5:22 PM Subject: Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14

Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14

2008-02-04 Thread Filip Hanik - Dev Lists
@tomcat.apache.org Sent: Monday, February 04, 2008 5:22 PM Subject: Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14 what's the message after java.lang.OutOfMemoryError as there can be many different types of errors. Filip Dan D. wrote: Hello all, I'm currently working on upgrading our systems

RE: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14

2008-02-04 Thread Caldarale, Charles R
From: Dan D. [mailto:[EMAIL PROTECTED] Subject: Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14 [Full GC 1982271K-1982271K(1999424K), 7.5088700 secs] You obviously have a serious memory leak - the 2 GB heap is filled with live objects, so the GC doesn't really accomplish