You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "rick cameron (JIRA)" <ji...@apache.org> on 2010/06/03 23:53:54 UTC

[jira] Updated: (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:all-tabpanel ]

rick cameron updated TIKA-436:
------------------------------

    Attachment: tika-436-bug.pptx

> 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.