oh weird.
have you tried a different jvm? other than that nothing screams out as an obvious problem.
Chris wrote:
I have a simple app which extracts text from a directory of Excel files. I'm using the POI HSSF event model to iterate through the cells.
After a few dozen files have been processed, the app simply quits in the middle of processing a file. The JVM terminates. There are no error messages. Nothing.
It always quits while processing the same file, unless I remove that particular file from the directory. In that case, it will process a few more before quitting.
When I step through the code using a debugger (Eclipse), the problem does not occur. I tried varying the amount of memory available to the JVM, thinking that it was dying on a silent out-of-memory error, but that did not affect the number of files processed.
What can possibly be causing this problem?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
