https://bz.apache.org/bugzilla/show_bug.cgi?id=65639
--- Comment #16 from Todd Heidenthal <t.heident...@gtisoft.com> --- Thanks, PJ. That form works for me as well. However, due to some other bug with POI locking files, we had to use a different form. (I need to verify whether the locking bug is still a problem - I will do that soon.) The form we use that produces the error is FileInputStream in = new FileInputStream(filename); OPCPackage container = OPCPackage.open(in); The exception occurs in the open() call -- 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