Re: Running out of memory too easily in Tomcat 6.0.16

2008-03-20 Thread antwake
: > > yes providing configuration files would assist in debugging this scenario > Thanks > Martin- > - Original Message - > From: "Scott Mueller" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Wednesday, March 19, 2008 6:19 PM >

Re: Running out of memory too easily in Tomcat 6.0.16

2008-03-20 Thread Mark Deneen
Caldarale, Charles R wrote: From: Scott Mueller [mailto:[EMAIL PROTECTED] Subject: Re: Running out of memory too easily in Tomcat 6.0.16 Charles, where's the proper place to put the heap/permgen allocation settings in tomcat's scripts? You don't modify the scripts t

Re: Running out of memory too easily in Tomcat 6.0.16

2008-03-19 Thread Martin Gainty
yes providing configuration files would assist in debugging this scenario Thanks Martin- - Original Message - From: "Scott Mueller" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, March 19, 2008 6:19 PM Subject: Re: Running out of memory too easi

Re: Running out of memory too easily in Tomcat 6.0.16

2008-03-19 Thread Scott Mueller
Hi Martin, I did absolutely zero configuration of tomcat. I use the commons dbcp/pool for hibernate, not tomcat's connection pool. And I use acegi for security, not tomcat or j2ee's mechanism (though this memory problem was happening before I added acegi). The only thing I touch with tomcat is

Re: Running out of memory too easily in Tomcat 6.0.16

2008-03-19 Thread Martin Gainty
Hi Scott-- tough to say without understanding how you structured your app pls send all configuration files Thanks Martin - Original Message - From: "Scott Mueller" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 19, 2008 12:53 PM Subject: Running out of memory too easily in Tomcat 6.0.16

RE: Running out of memory too easily in Tomcat 6.0.16

2008-03-19 Thread Caldarale, Charles R
> From: Scott Mueller [mailto:[EMAIL PROTECTED] > Subject: Re: Running out of memory too easily in Tomcat 6.0.16 > > Charles, where's the proper place to put the heap/permgen > allocation settings in tomcat's scripts? You don't modify the scripts themselves. Se

Re: Running out of memory too easily in Tomcat 6.0.16

2008-03-19 Thread Scott Mueller
tart is needed, so it might be > part of a solution for you. > > Chris > > -Original Message- > From: Scott Mueller [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2008 11:32 AM > To: Tomcat Users List > Subject: Re: Running out of memory too easily in Tomcat

RE: Running out of memory too easily in Tomcat 6.0.16

2008-03-19 Thread Chris Hut
Subject: Re: Running out of memory too easily in Tomcat 6.0.16 Thank you for the response Chuck. Like I said, this is a very simple webapp (aside from the Spring/Hibernate libraries). Stores nothing ever in any sessions and I can't imagine memory leaks with the simple code. Thank you for

Re: Running out of memory too easily in Tomcat 6.0.16

2008-03-19 Thread Scott Mueller
an obvious place to enter the memory sizes. On Wed, Mar 19, 2008 at 11:48 AM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: Scott Mueller [mailto:[EMAIL PROTECTED] > > Subject: Re: Running out of memory too easily in Tomcat 6.0.16 > > > > Stores nothing e

RE: Running out of memory too easily in Tomcat 6.0.16

2008-03-19 Thread Caldarale, Charles R
> From: Scott Mueller [mailto:[EMAIL PROTECTED] > Subject: Re: Running out of memory too easily in Tomcat 6.0.16 > > Stores nothing ever in any sessions and I can't imagine > memory leaks with the simple code. You can't ignore the Spring and Hibernate libraries, which

Re: Running out of memory too easily in Tomcat 6.0.16

2008-03-19 Thread David Fisher
PermGen Space is where classes live. One of the links on the FAQ should get you on track: http://opensource.atlassian.com/confluence/spring/pages/ viewpage.action?pageId=2669 You are likely doing something seemingly innocent, but there is actually a problem. I got similar errors to yours

Re: Running out of memory too easily in Tomcat 6.0.16

2008-03-19 Thread Scott Mueller
Thank you for the response Chuck. Like I said, this is a very simple webapp (aside from the Spring/Hibernate libraries). Stores nothing ever in any sessions and I can't imagine memory leaks with the simple code. Thank you for those links, I guess I should run a profiler to see exactly what's goi

RE: Running out of memory too easily in Tomcat 6.0.16

2008-03-19 Thread Caldarale, Charles R
> From: Scott Mueller [mailto:[EMAIL PROTECTED] > Subject: Running out of memory too easily in Tomcat 6.0.16 > > I have a very small and simple Spring + Hibernate application Once you throw Spring and Hibernate into the mix, nothing is simple. > javax.servlet.ServletException: java.lang.OutOfM