https://bz.apache.org/bugzilla/show_bug.cgi?id=65649
--- Comment #1 from PJ Fanning <[email protected]> --- The sample file loads ok for me (latest POI trunk code). ``` @Test void bug65649() throws IOException { try (XWPFDocument document = new XWPFDocument(samples.openResourceAsStream("bug65649.docx"))) { assertEquals(731, document.getParagraphs().size()); } } ``` Can you provide more detail as to what code you are using that fails? Can you provide the full stack trace including all the caused bys? - you seem to have removed the caused by with the actual line where the error happens. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
