spring-projects / spring-batch-extensions

Spring Batch Extensions
242 stars 258 forks source link

Excel file only read once - subsequent parses hang #12

Closed john-london closed 1 month ago

john-london commented 9 years ago

I don't know for sure if this is an issue with this plugin, or whether it is caused by something I am doing / not doing. Details are here: http://stackoverflow.com/questions/29127028/grails-spring-batch-excel-reader-only-reads-file-once.

When I read an XLSX file, it works the first time, but subsequent attempts to parse the same file (by restarting Grails) just mean the job continues indefinitely. I need to reboot the computer to be able to rerun the job (and then it will only run once before hanging again).

mdeinum commented 1 month ago

Need more information to diagnose is. Please provide a minimal repoducing example we can run to investigate.

For now closing the issue as it is also almost 10 years old.