pradeepsjsu / beanio

Automatically exported from code.google.com/p/beanio
Apache License 2.0
0 stars 0 forks source link

unexpected eof in prolog #133

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Steps: 
1. create 45 files to be processed concurrently
2place these files in a directory
3. the java multithreaded program is picking all these files concurrenty and t 
should be processed each by one thread.
4. facing error for few files
5. when the same file is tested as a single file(no multithreading) then it 
works fine

error:
malformed record at line -1:unexpected eof in prolog
failing at
unmarshallingcontext.nextRecord(unmarshallingcontext.java:436)

Original issue reported on code.google.com by n4kr...@gmail.com on 25 Jul 2015 at 7:36