DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42941>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42941 Summary: java.io.IOException: block[ 0 ] already removed Product: POI Version: 3.0 Platform: All OS/Version: All Status: NEW Severity: blocker Priority: P2 Component: HSSF AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] When performing the following: ---------------- public void insertAllValues(String filename) { try { POIFSFileSystem fs = new POIFSFileSystem(new FileInputStream(filename + ".xls")); HSSFWorkbook average = new HSSFWorkbook(fs); POIFSFileSystem input = new POIFSFileSystem(new FileInputStream(path + "/respondees/AnzelleBekker.xls")); HSSFWorkbook respwb = new HSSFWorkbook(input); ---------------- i get: java.io.IOException: block[ 0 ] already removed Don't know why but in this particular instance I get that error. Other times when I open two input streams it works fine. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
