https://issues.apache.org/bugzilla/show_bug.cgi?id=44723
Summary: java.lang.reflect.InvocationTargetException
Product: POI
Version: unspecified
Platform: Sun
OS/Version: Solaris
Status: NEW
Severity: blocker
Priority: P1
Component: HSLF
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Usage :
PowerPointExtractor ppe = null;
ppe = new PowerPointExtractor(isr);
convertedText = ppe.getText(true, true);
WARNING: Unable to Index MS PowerPoint Document : Couldn't instantiate the
class for type with id 1006 on class class org.apache.poi.hslf.record.Slide :
java.lang.reflect.InvocationTargetException
Cause was : java.lang.RuntimeException: Couldn't instantiate the class for type
with id 1036 on class class org.apache.poi.hslf.record.PPDrawing :
java.lang.reflect.InvocationTargetException
Cause was : java.lang.ArrayIndexOutOfBoundsException
WARNING: Unable to Index MS PowerPoint Document : Couldn't instantiate the
class for type with id 1006 on class class org.apache.poi.hslf.record.Slide :
java.lang.reflect.InvocationTargetException
Cause was : java.lang.RuntimeException: Couldn't instantiate the class for type
with id 1036 on class class org.apache.poi.hslf.record.PPDrawing :
java.lang.reflect.InvocationTargetException
Cause was : java.lang.ArrayIndexOutOfBoundsException
java.lang.RuntimeException: Couldn't instantiate the class for type with id
1006 on class class org.apache.poi.hslf.record.Slide :
java.lang.reflect.InvocationTargetException
Cause was : java.lang.RuntimeException: Couldn't instantiate the class for type
with id 1036 on class class org.apache.poi.hslf.record.PPDrawing :
java.lang.reflect.InvocationTargetException
Cause was : java.lang.ArrayIndexOutOfBoundsException
at
org.apache.poi.hslf.record.Record.createRecordForType(Record.java:190)
at
org.apache.poi.hslf.record.Record.buildRecordAtOffset(Record.java:105)
at org.apache.poi.hslf.HSLFSlideShow.read(HSLFSlideShow.java:264)
at
org.apache.poi.hslf.HSLFSlideShow.buildRecords(HSLFSlideShow.java:235)
at org.apache.poi.hslf.HSLFSlideShow.<init>(HSLFSlideShow.java:145)
at
org.apache.poi.hslf.extractor.PowerPointExtractor.<init>(PowerPointExtractor.java:92)
at
org.apache.poi.hslf.extractor.PowerPointExtractor.<init>(PowerPointExtractor.java:85)
--
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]