https://issues.apache.org/bugzilla/show_bug.cgi?id=44770


Gitu <gi.bijl...@sap.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


--- Comment #3 from Gitu <gi.bijl...@sap.com> 2009-08-03 20:50:19 PDT ---
Hi there,

I get the following exception when trying to read a ppt document.
The method that throws this exception is :
reader.read(file.getInputStream());

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 5000 on class class
org.apache.poi.hslf.record.DummyPositionSensitiveRecordWithChildren :
java.lang.reflect.InvocationTargetException
Cause was : java.lang.RuntimeException: Couldn't instantiate the class for type
with id 5002 on class class
org.apache.poi.hslf.record.DummyPositionSensitiveRecordWithChildren :
java.lang.reflect.InvocationTargetException
Cause was : java.lang.RuntimeException: Couldn't instantiate the class for type
with id 5003 on class class
org.apache.poi.hslf.record.DummyPositionSensitiveRecordWithChildren :
java.lang.reflect.InvocationTargetException
Cause was : java.lang.RuntimeException: Couldn't instantiate the class for type
with id 12000 on class class org.apache.poi.hslf.record.Comment2000 :
java.lang.reflect.InvocationTargetException
Cause was : java.lang.IllegalStateException: Third child record wasn't a
CString, was of type 12001

I also see a java.lang.RuntimeException for some of the word and ppt documents
when we try to open the document using the following line;

POIFSFileSystem poifs = new POIFSFileSystem(is);

-- 
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: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to