You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Julien Nioche (JIRA)" <ji...@apache.org> on 2010/05/11 16:27:41 UTC

[jira] Created: (NUTCH-818) Parse-tika uses minorCodes instead of majorCodes in ParseStatus

Parse-tika uses minorCodes instead of majorCodes in ParseStatus
---------------------------------------------------------------

                 Key: NUTCH-818
                 URL: https://issues.apache.org/jira/browse/NUTCH-818
             Project: Nutch
          Issue Type: Bug
            Reporter: Julien Nioche


Parse-tika uses minorCodes instead of majorCodes in ParseStatus which results in a IAOOB Exception in ParseSegment as the values are outside the range of majorCodes.
This happens for instance when no parser implementation can be found for a given mimetype.

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


[jira] Updated: (NUTCH-818) Parse-tika uses minorCodes instead of majorCodes in ParseStatus

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

Julien Nioche updated NUTCH-818:
--------------------------------

    Attachment: NUTCH-818.patch

Will commit shortly

> Parse-tika uses minorCodes instead of majorCodes in ParseStatus
> ---------------------------------------------------------------
>
>                 Key: NUTCH-818
>                 URL: https://issues.apache.org/jira/browse/NUTCH-818
>             Project: Nutch
>          Issue Type: Bug
>          Components: parser
>            Reporter: Julien Nioche
>             Fix For: 1.1
>
>         Attachments: NUTCH-818.patch
>
>
> Parse-tika uses minorCodes instead of majorCodes in ParseStatus which results in a IAOOB Exception in ParseSegment as the values are outside the range of majorCodes.
> This happens for instance when no parser implementation can be found for a given mimetype.

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


[jira] Closed: (NUTCH-818) Parse-tika uses minorCodes instead of majorCodes in ParseStatus

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

Julien Nioche closed NUTCH-818.
-------------------------------

    Resolution: Fixed

Committed revision 943128

> Parse-tika uses minorCodes instead of majorCodes in ParseStatus
> ---------------------------------------------------------------
>
>                 Key: NUTCH-818
>                 URL: https://issues.apache.org/jira/browse/NUTCH-818
>             Project: Nutch
>          Issue Type: Bug
>          Components: parser
>            Reporter: Julien Nioche
>            Assignee: Julien Nioche
>            Priority: Blocker
>             Fix For: 1.1
>
>         Attachments: NUTCH-818.patch
>
>
> Parse-tika uses minorCodes instead of majorCodes in ParseStatus which results in a IAOOB Exception in ParseSegment as the values are outside the range of majorCodes.
> This happens for instance when no parser implementation can be found for a given mimetype.

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


[jira] Updated: (NUTCH-818) Parse-tika uses minorCodes instead of majorCodes in ParseStatus

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

Julien Nioche updated NUTCH-818:
--------------------------------

         Assignee: Julien Nioche
    Fix Version/s: 1.1
       Patch Info: [Patch Available]
         Priority: Blocker  (was: Major)
      Component/s: parser

> Parse-tika uses minorCodes instead of majorCodes in ParseStatus
> ---------------------------------------------------------------
>
>                 Key: NUTCH-818
>                 URL: https://issues.apache.org/jira/browse/NUTCH-818
>             Project: Nutch
>          Issue Type: Bug
>          Components: parser
>            Reporter: Julien Nioche
>            Assignee: Julien Nioche
>            Priority: Blocker
>             Fix For: 1.1
>
>         Attachments: NUTCH-818.patch
>
>
> Parse-tika uses minorCodes instead of majorCodes in ParseStatus which results in a IAOOB Exception in ParseSegment as the values are outside the range of majorCodes.
> This happens for instance when no parser implementation can be found for a given mimetype.

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