qiuwei / jing-trang

Automatically exported from code.google.com/p/jing-trang
Other
1 stars 1 forks source link

Exception in thread "main" java.util.ConcurrentModificationException #149

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. try to infere the rng schema from the attached xml file
2.
3.

What is the expected output? What do you see instead?

Exception in thread "main" java.util.ConcurrentModificationException
    at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
    at java.util.AbstractList$Itr.next(AbstractList.java:343)
    at com.thaiopensource.relaxng.input.xml.Inferrer.<init>(Unknown Source)
    at com.thaiopensource.relaxng.input.xml.Inferrer.infer(Unknown Source)
    at com.thaiopensource.relaxng.input.xml.XmlInputFormat.load(Unknown Source)
    at com.thaiopensource.relaxng.input.AbstractMultiInputFormat.load(Unknown Source)
    at com.thaiopensource.relaxng.translate.Driver.doMain(Unknown Source)
    at com.thaiopensource.relaxng.translate.Driver.main(Unknown Source)

What version of the product are you using? On what operating system?
Version = trang-20081028
this problem arises on Linux, Windows, MacOS.

Please provide any additional information below.

Original issue reported on code.google.com by philippe...@gmail.com on 31 Jan 2012 at 3:52

Attachments:

GoogleCodeExporter commented 8 years ago
I cannot reproduce this. Please try with trang-20091111 and let us know if you 
still have this problem:
http://jing-trang.googlecode.com/files/trang-20091111.zip

Original comment by georgebina76 on 27 Feb 2012 at 1:03

GoogleCodeExporter commented 8 years ago
I was facing the exact same stack with my xml file with Trang 20081028. The 
problem was solved by using trang 20091111

Original comment by yohann.r...@gmail.com on 15 Jul 2014 at 3:23