https://bz.apache.org/bugzilla/show_bug.cgi?id=60160
Javen O'Neal <one...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Javen O'Neal <one...@apache.org> --- Could you include the file that caused this problem? FYI, it is simpler to open the document via a POIFSFileSystem. POIFSFileSystem fs = POIFSFileSystem.create(file); HWPFDocument doc = new HWPFDocument(fs); doc.getDocumentText(); ... doc.close(); fs.close(); -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org