Re: tomcat - OutOfMemoryError

2005-11-03 Thread Anna Seekamp
Yes, that was the problem. The PermSpace was Full, the we get an OutOfMemoryError. Thanks to you. -- anna BTW: Does someone know a good source about the content of the permspace. I read the sun-document, but there are only a few line about class and method-objects. In another place I read a

Re: tomcat - OutOfMemoryError

2005-11-02 Thread Anna Seekamp
Thanks Peter, We will run the tomcat with: -XX:+PrintGCDetails in order to see the PermGen-Size -- anna 2005/11/2, Peter Crowther <[EMAIL PROTECTED]>: > > > From: Anna Seekamp [mailto:[EMAIL PROTECTED] > > > The jvm (1.4.2 Suse-Linux) starts with: > > > -server -Xmx1500m -Xms1500ms > > > > >

RE: tomcat - OutOfMemoryError

2005-11-02 Thread Peter Crowther
> > From: Anna Seekamp [mailto:[EMAIL PROTECTED] > > The jvm (1.4.2 Suse-Linux) starts with: > > -server -Xmx1500m -Xms1500ms > > > > We have 9 webapps. > > One webapp has 50% load. > > The other share the rest. > > If we put 7 webapps online, we > > ran into problems. After a few hours we get Out

Re: tomcat - OutOfMemoryError

2005-11-02 Thread Anna Seekamp
n the system. Is it sufficiently available ? > > -Original Message- > From: Anna Seekamp [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 02, 2005 3:48 PM > To: users@tomcat.apache.org > Subject: tomcat - OutOfMemoryError > > Hi, > > We have a production-e

RE: tomcat - OutOfMemoryError

2005-11-02 Thread Lenin Lakshminarayanan -X \(lelakshm - HCL at Cisco\)
Check out the swap space available in the system ? How much swap do you have in the system. Is it sufficiently available ? -Original Message- From: Anna Seekamp [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 02, 2005 3:48 PM To: users@tomcat.apache.org Subject: tomcat

tomcat - OutOfMemoryError

2005-11-02 Thread Anna Seekamp
Hi, We have a production-environment with heavy load. A cluster of DualXeonServers. Each is running: apache (prefork) mod_jk tomcat 5.0.28 spring 1.1.5 hibernate 2.1 velocity (-> no JSPs) c3p0-Connection-Pool. The jvm (1.4.2 Suse-Linux) starts with: -server -Xmx1500m -Xms1500ms W