• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Hung threads caused by HashMap in dom4j ??

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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)
 
reply
    Bookmark Topic Watch Topic
  • New Topic