Return-Path: Delivered-To: apmail-nutch-dev-archive@www.apache.org Received: (qmail 31976 invoked from network); 11 May 2010 14:30:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 May 2010 14:30:06 -0000 Received: (qmail 61009 invoked by uid 500); 11 May 2010 14:30:05 -0000 Delivered-To: apmail-nutch-dev-archive@nutch.apache.org Received: (qmail 60976 invoked by uid 500); 11 May 2010 14:30:05 -0000 Mailing-List: contact dev-help@nutch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nutch.apache.org Delivered-To: mailing list dev@nutch.apache.org Received: (qmail 60969 invoked by uid 500); 11 May 2010 14:30:05 -0000 Delivered-To: apmail-lucene-nutch-dev@lucene.apache.org Received: (qmail 60966 invoked by uid 99); 11 May 2010 14:30:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 May 2010 14:30:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 May 2010 14:30:03 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4BETgIW007333 for ; Tue, 11 May 2010 14:29:42 GMT Message-ID: <32213802.4041273588182171.JavaMail.jira@thor> Date: Tue, 11 May 2010 10:29:42 -0400 (EDT) From: "Julien Nioche (JIRA)" To: nutch-dev@lucene.apache.org Subject: [jira] Updated: (NUTCH-818) Parse-tika uses minorCodes instead of majorCodes in ParseStatus In-Reply-To: <381495.3991273588061770.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on 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.