Open GoogleCodeExporter opened 9 years ago
Just a complement to the issue described above, the exception seems to be
caused by the static sets in "ParallelDecoder.java", that is to say when
different instances of the decoder use the same sets.
public static ArrayList<DSet> sets = new ArrayList<DSet>();
Regards,
Abou
Original comment by abdoulay...@neofonie.de
on 18 Nov 2013 at 7:57
Using srl-4.3 with anna-3.3 i have the same issue, with slightly different
errors:
java.lang.ArrayIndexOutOfBoundsException: 17
at is2.parser.Extractor.basic(Extractor.java:120)
at is2.parser.ParallelExtract.call(ParallelExtract.java:79)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
java.lang.NullPointerException
at is2.parser.ParallelDecoder.call(ParallelDecoder.java:93)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Original comment by piero.mo...@gmail.com
on 21 Nov 2013 at 2:33
Original issue reported on code.google.com by
abdoulay...@neofonie.de
on 14 Nov 2013 at 2:40