You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Nick Burch (JIRA)" <ji...@apache.org> on 2010/06/04 14:58:55 UTC

[jira] Commented: (TIKA-436) Tika throws RuntimeException when parsing PPTX with null creation date

    [ https://issues.apache.org/jira/browse/TIKA-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875581#action_12875581 ] 

Nick Burch commented on TIKA-436:
---------------------------------

Bug fixed upstream in poi in r951384. Fix will be in 3.7 beta 1

> Tika throws RuntimeException when parsing PPTX with null creation date
> ----------------------------------------------------------------------
>
>                 Key: TIKA-436
>                 URL: https://issues.apache.org/jira/browse/TIKA-436
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 0.6, 0.7
>            Reporter: rick cameron
>         Attachments: tika-436-bug.pptx
>
>
> When parsing a PowerPoint (XML format) file with a null creation date, Tika throws a RuntimeException in MetadataExtractor.extractMetada on the call 
>         addProperty(metadata, Metadata.DATE, propsHolder
>                 .getCreatedPropertyString());
> because getCreatePropertyString throws an NPE. (I will report this problem to the POI team)
> I would like to attack the PPTX file, but this form doesn't appear to allow file attachments. Please feel free to contact me at rickDOTcameronATsapDOTcom.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.