https://issues.apache.org/bugzilla/show_bug.cgi?id=41246
--- Comment #9 from [email protected] 2012-04-09 23:03:04 UTC --- (In reply to comment #5) > (In reply to comment #4) > > Got this Exception (through Tika) (POI r1175705) : > > > > java.lang.ArrayIndexOutOfBoundsException: 16 > > at > > org.apache.poi.hslf.usermodel.SlideShow.buildSlidesAndNotes(SlideShow.java:405) > > at org.apache.poi.hslf.usermodel.SlideShow.<init>(SlideShow.java:109) > > Any chance you could post a file that shows the problem? I also have a file that gives similar errors in POI 3.8. I can send it, but not onto a public forum, and I can't clean it up because if I make any changes to it, it no longer gives the error! Is there a way to send it to just a few people, and not have it be available to everyone? java.lang.ArrayIndexOutOfBoundsException: 60 at org.apache.poi.util.LittleEndian.getInt(LittleEndian.java:163) at org.apache.poi.hslf.record.StyleTextPropAtom.setParentTextSize(StyleTextPropAtom.java:319) at org.apache.poi.hslf.model.TextRun.<init>(TextRun.java:100) at org.apache.poi.hslf.model.TextRun.<init>(TextRun.java:77) at org.apache.poi.hslf.model.Sheet.findTextRuns(Sheet.java:170) at org.apache.poi.hslf.model.Sheet.findTextRuns(Sheet.java:131) at org.apache.poi.hslf.model.Slide.<init>(Slide.java:70) at org.apache.poi.hslf.usermodel.SlideShow.buildSlidesAndNotes(SlideShow.java:411) at org.apache.poi.hslf.usermodel.SlideShow.<init>(SlideShow.java:109) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
