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:51:54 UTC

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

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.7, 0.6
            Reporter: rick cameron


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.


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

Posted by "Nick Burch (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Nick Burch (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Burch closed TIKA-436.
---------------------------

    Fix Version/s: 0.8
       Resolution: Fixed

The file can be parsed by Tika without error now we're on POI 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
>             Fix For: 0.8
>
>         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.


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

Posted by "rick cameron (JIRA)" <ji...@apache.org>.
     [ 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.