[ https://issues.apache.org/jira/browse/TIKA-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14112167#comment-14112167
]
Felix Schwarz commented on TIKA-1284:
-------------------------------------
It looks to as if this ticket is the about the same problem as TIKA-1189. The good news is
that this ticket can be closed because TIKA-1380 upgrades POI and using the resulting jar
build ( https://builds.apache.org/job/tika-trunk-jdk1.6/127/org.apache.tika$tika-app/ ) resolves
the problem for me. (I could reproduce the issue described in this ticket with tika 1.5 but
not anymore with the dev build referenced above).
> TikaException for Microsoft Powerpoint Document [ ppt ]
> --------------------------------------------------------
>
> Key: TIKA-1284
> URL: https://issues.apache.org/jira/browse/TIKA-1284
> Project: Tika
> Issue Type: Bug
> Components: parser
> Affects Versions: 1.1, 1.3, 1.5
> Reporter: Chetan Laddha
> Attachments: Problem2.ppt, problem1.ppt
>
>
> Attach PPT file is not getting extracted. Giving exception as
> Exception in thread "main" org.apache.tika.exception.TikaException: Unexpected RuntimeException
from org.apache.tika.parser.microsoft.OfficeParser@2d536558
> at org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:244)
> at org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:242)
> at org.apache.tika.parser.AutoDetectParser.parse(AutoDetectParser.java:120)
> at org.apache.tika.cli.TikaCLI$OutputType.process(TikaCLI.java:142)
> at org.apache.tika.cli.TikaCLI.process(TikaCLI.java:418)
> at org.apache.tika.cli.TikaCLI.main(TikaCLI.java:112)
> Caused by: 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.BinaryTagDataBlob : java.lang.reflect.InvocationTargetException
> Cause was : java.lang.RuntimeException: Couldn't instantiate the class for type with
id 4012 on class class org.apache.poi.hslf.record.StyleTextProp9Atom : java.lang.reflect.InvocationTargetException
> Cause was : java.lang.ArrayIndexOutOfBoundsException: 20
--
This message was sent by Atlassian JIRA
(v6.2#6252)
|