aspose file tools
The moose likes XML and Related Technologies and the fly likes Hung threads caused by HashMap in dom4j ?? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Hung threads caused by HashMap in dom4j ?? " Watch "Hung threads caused by HashMap in dom4j ?? " New topic
Author

Hung threads caused by HashMap in dom4j ??

Surender Suri
Ranch Hand

Joined: May 28, 2010
Posts: 41
Hi,

we are using dom4j for creating the XML request and making a http post call to external client, but since few weeks we are experiencing hung threads issue and when i got the thread dump, this is what i see and lot of them . Is this a known issue ? or am i missing something ?

Any help whould be appreciated.

"http-80-20" - Thread t@688
java.lang.Thread.State: RUNNABLE
at java.util.HashMap.get(HashMap.java:303)
at org.dom4j.tree.QNameCache.get(QNameCache.java:79)
at org.dom4j.DocumentFactory.createQName(DocumentFactory.java:157)
at org.dom4j.tree.AbstractElement.addElement(AbstractElement.java:704)
at com.hypertechsolutions.ipm.cars.carconnector.CarServiceHandler.ā(CarServiceHandler.java:1062)

Thanks,
Suri
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Hung threads caused by HashMap in dom4j ??
 
Similar Threads
HELP! Websphere ThreadMonitor Exception
Websphere Troubleshooting..
Hung threads in WAS5.1 logs
Hung threads caused by HashMap in dom4j?
Is this thread dump indicating tomcat is low on memory?