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


Yegor Kozlov <ye...@dinom.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEEDINFO
           Severity|blocker                     |normal


--- Comment #4 from Yegor Kozlov <ye...@dinom.ru> 2009-08-08 04:07:38 PDT ---
Which version of POI are you using? Try the latest trunk, daily builds can be
downloaded from http://encore.torchbox.com/poi-svn-build/. If the problem
persists, please attach the problem file. Without it we can't do much.

Yegor

(In reply to comment #3)
> 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