For update on the forum..
After days of research finally the reason for the memory leak seems to be a
leak in the JDK version.
Evidance to support the theory:
http://tomcat.apache.org/faq/misc.html#cpu
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4724129
Also:
Segue load tests with the new
can u go to localhost:8080 does that work?did tomcat get installed
properly.
|-+>
| | "Kuruganti, |
| | Lakshmi" |
| | <[EMAIL PROTECTED]|
| | m> |
| |
I have similar issues and I am using struts and logging using log4j.What I
don't understand is why that shud cause a problem with meory.
I ran the application on tomcat 4.1.24 and it runs with no errors.I also
tried increasing permgen space but didn't help.
|-+
Also the server doesn't break if I start it as an application and not as a
sevice?Though it just seems to increase in memory slowly but doesn't run
out of memory. I tried running a simple load test with 3 users.
Again after researching could using log4j and logging be an issue?
I am using jdk1.4.0_
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 several times??
I was reading
Why do I have to make my class serializable.It is a simple web application
using the "MemberData" class for storing some data???
|-+>
| | "Tim Lucia" |
| | <[EMAIL PROTECTED]|
| | om> |
|
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 getting the following error in my log4j log for the application.Also I
noticed if I run tomcat as an a
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
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