RE: Tomcat 5.0.28 memory leak

2006-03-08 Thread VRamchandani
| | cc: | | Subject: RE: Tomcat 5.0.28 memory leak | >--|

Re: Tomcat 5.0.28 memory leak

2006-03-08 Thread Eric Rotick
| > | | Please respond to| > | | "Tomcat Users| > | | List"| > |-+> > > >--- > -----

RE: Tomcat 5.0.28 memory leak

2006-03-07 Thread Tim Lucia
lto:[EMAIL PROTECTED] Sent: Tuesday, March 07, 2006 1:34 PM To: Tomcat Users List Subject: RE: Tomcat 5.0.28 memory leak Why do I have to make my class serializable.It is a simple web application using the "MemberData" class f

RE: Tomcat 5.0.28 memory leak

2006-03-07 Thread Robert Harper
:55 PM To: Tomcat Users List Subject: RE: Tomcat 5.0.28 memory leak > From: Robert Harper [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 5.0.28 memory leak > > OK so when all objects have only have method scope and none > are static. Is that what the profiler says, or is that you

RE: Tomcat 5.0.28 memory leak

2006-03-07 Thread VRamchandani
| | cc: | | Subject: RE: Tomcat 5.0.28 memory leak | >-

RE: Tomcat 5.0.28 memory leak

2006-03-07 Thread Caldarale, Charles R
> From: Robert Harper [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 5.0.28 memory leak > > OK so when all objects have only have method scope and none > are static. Is that what the profiler says, or is that your assessment of your applications? What about loggers, S

RE: Tomcat 5.0.28 memory leak

2006-03-07 Thread Robert Harper
Users List Subject: RE: Tomcat 5.0.28 memory leak > From: Robert Harper [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 5.0.28 memory leak > > I have a similar problem with 1.4.2_07-b05. My app runs with > very little traffic but as time goes on, the system runs out > of memory

RE: Tomcat 5.0.28 memory leak

2006-03-07 Thread Caldarale, Charles R
> From: Robert Harper [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat 5.0.28 memory leak > > I have a similar problem with 1.4.2_07-b05. My app runs with > very little traffic but as time goes on, the system runs out > of memory even though there is plenty of idle time for t

RE: Tomcat 5.0.28 memory leak

2006-03-07 Thread Robert Harper
arale, Charles R [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 07, 2006 12:26 PM To: Tomcat Users List Subject: RE: Tomcat 5.0.28 memory leak > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.0.28 memory leak > > I am using jdk1.4.0_04 and tomcat 5.0.

RE: Tomcat 5.0.28 memory leak

2006-03-07 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.0.28 memory leak > > I am using jdk1.4.0_04 and tomcat 5.0.28. You really need to get off that level ASAP. Use 1.4.2, which fixes many, many bugs compared to 1.4.0. - Chuck THIS COMMUNICAT

Re: Tomcat 5.0.28 memory leak

2006-03-07 Thread VRamchandani
| | cc: | |

Re: Tomcat 5.0.28 memory leak

2006-03-07 Thread Gary Evesson
[EMAIL PROTECTED] wrote: Yes I am putting it out in the session but I get the error after the service has broken and at that point its probably trying to persist data??? and that should be serializable. My issue is why doesthe service break in the first place? I am just doing refesh on a page sev

Re: Tomcat 5.0.28 memory leak

2006-03-07 Thread VRamchandani
: Tomcat Users List | | cc: | | Subject: Re:

Re: Tomcat 5.0.28 memory leak

2006-03-07 Thread Gary Evesson
[EMAIL PROTECTED] wrote: Why do I have to make my class serializable.It is a simple web application using the "MemberData" class for storing some data??? Because you are pushing it onto the session. - Gary - To unsubscribe, e-

RE: Tomcat 5.0.28 memory leak

2006-03-07 Thread VRamchandani
| | To: "'Tomcat Users List'" | | cc:

RE: Tomcat 5.0.28 memory leak

2006-03-07 Thread Tim Lucia
sday, March 07, 2006 1:09 PM To: Tomcat Users List Subject: Re: Tomcat 5.0.28 memory leak Yes I tried JProbe and during memory debugging I see char[] size going up.If I look into bug databases there are various reasons.Some talk to commons-logging others about session persistance. I am gettin

RE: Tomcat 5.0.28 memory leak

2006-03-07 Thread Tim Lucia
The error below is because the class aaa.pm.server.beans.MemberData does not implement java.io.Serializable. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 07, 2006 1:09 PM To: Tomcat Users List Subject: Re: Tomcat 5.0.28 memory leak Yes I

Re: Tomcat 5.0.28 memory leak

2006-03-07 Thread VRamchandani
| | cc: | | Subject:

Re: Tomcat 5.0.28 memory leak

2006-03-07 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Hello All, > > I posted this question before.I am using tomcat5.0.28 somehow my > application blows the service with memory increasing really quicly even > with one user. > If I test same on tomcat 4.1.24 it runs fine. > Any known leaks with this version ???I think tomca

Tomcat 5.0.28 memory leak

2006-03-07 Thread VRamchandani
Hello All, I posted this question before.I am using tomcat5.0.28 somehow my application blows the service with memory increasing really quicly even with one user. If I test same on tomcat 4.1.24 it runs fine. Any known leaks with this version ???I think tomcat 5.0 has problems.I have read issues

Tomcat 5.0.28 memory leak.

2006-03-06 Thread VRamchandani
Hello, We recently upgraded from tomcat 4.1.24 to tomcat 5.0.28.I am running a small application on the server and am running a small load test on it. The application seems to run all right on tomcat 4.1.24 but fails on tomcat 5.0.28.The service breaks after a while when only 3 users are hitting