:
>
> 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
>
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
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
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
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
> 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
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
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
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
> 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
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
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
> 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
13 matches
Mail list logo