vote up 0 vote down star

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

flag
It has been two days .. no response! Looks like no one has ever experienced this before. Anyone? – Adnan Memon Sep 14 at 17:40

1 Answer

vote up 0 vote down check

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

link|flag

Your Answer

Get an OpenID
or

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