I have out of memory issues with following environment:

Tomcat 5.1.23 Using XFire WebServices Framework JDK 1.5

Used YourKit to profile it and found out multiple instances of class org.apache.tomcat.util.threads.ThreadWithAttributes has huge ArrayList object (Stack Local) with java.lang.Object array containing duplicate string.

Following are some screenshots.

Any idea why ThreadWithAttributes hold references to such ArrayList objects and those strings seem to be input to software deployed in tomcat?

Does it have to do something with known memory leak issue with tomcat?

Screenshot 1

Screenshot 2

link|improve this question
It has been two days .. no response! Looks like no one has ever experienced this before. Anyone? – Adnan Memon Sep 14 '09 at 17:40
Please Adnan Memon - can you explain what was the issue in your code that caused this error? We are having a similar issue. Will be great if you can share – Soumya Feb 29 at 16:00
feedback

1 Answer

up vote 0 down vote accepted

Never mind! It was our code causing those Tomcat threads to keep the data in stack local.

link|improve this answer
Hi, we are having a similar issue (a ThreadWithAttributes of 700M!) can you please provide more information... although it's been almost a year. – Ubersoldat Sep 22 '10 at 13:49
It was actually internal application code not the tomcat itself. – Adnan Memon May 8 at 7:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.