Bugs item #941769, was opened at 2004-04-25 07:00
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=941769&group_id=16035

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: getting ConcurrentModificationException: concurrent acces

Initial Comment:
I am getting attached exceptions for the following lines 
of code 

Element work = DocumentHelper.createElement("work");

Exception :

java.util.ConcurrentModificationException: concurrent 
acces
 to HashMap attempted by 50
       at java.util.HashMap.onExit(HashMap.java(Compiled 
Code))
       at java.util.HashMap.rehash(HashMap.java
(Compiled Code))
       at java.util.HashMap.put(HashMap.java(Compiled 
Code))
       at org.dom4j.tree.QNameCache.get
(QNameCache.java(Compiled Code))
       at org.dom4j.DocumentFactory.createQName
(DocumentFactory.java:161)
       at org.dom4j.DocumentFactory.createElement
(DocumentFactory.java:108)
       at org.dom4j.DocumentHelper.createElement
(DocumentHelper.java:50)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=941769&group_id=16035


-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to