You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Andrzej Bialecki (JIRA)" <ji...@apache.org> on 2010/04/17 02:17:24 UTC

[jira] Created: (NUTCH-812) Crawl.java incorrectly uses the Generator API resulting in NPE

Crawl.java incorrectly uses the Generator API resulting in NPE
--------------------------------------------------------------

                 Key: NUTCH-812
                 URL: https://issues.apache.org/jira/browse/NUTCH-812
             Project: Nutch
          Issue Type: Bug
            Reporter: Andrzej Bialecki 


As reported by Phil Barnett on nutch-user:

{quote}
The Fix.

In line 131 of Crawl.java

Generate no longer returns segments like it used to. Now it returns segs.

line 131 needs to read

 If (segs == null)

 Instead of the current

If (segments == null)

After that change and a recompile, crawl is working just fine.
{quote}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (NUTCH-812) Crawl.java incorrectly uses the Generator API resulting in NPE

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

Andrzej Bialecki  updated NUTCH-812:
------------------------------------

    Affects Version/s: 1.1
             Priority: Critical  (was: Major)

> Crawl.java incorrectly uses the Generator API resulting in NPE
> --------------------------------------------------------------
>
>                 Key: NUTCH-812
>                 URL: https://issues.apache.org/jira/browse/NUTCH-812
>             Project: Nutch
>          Issue Type: Bug
>    Affects Versions: 1.1
>            Reporter: Andrzej Bialecki 
>            Priority: Critical
>
> As reported by Phil Barnett on nutch-user:
> {quote}
> The Fix.
> In line 131 of Crawl.java
> Generate no longer returns segments like it used to. Now it returns segs.
> line 131 needs to read
>  If (segs == null)
>  Instead of the current
> If (segments == null)
> After that change and a recompile, crawl is working just fine.
> {quote}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (NUTCH-812) Crawl.java incorrectly uses the Generator API resulting in NPE

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

Chris A. Mattmann reassigned NUTCH-812:
---------------------------------------

    Assignee: Chris A. Mattmann

> Crawl.java incorrectly uses the Generator API resulting in NPE
> --------------------------------------------------------------
>
>                 Key: NUTCH-812
>                 URL: https://issues.apache.org/jira/browse/NUTCH-812
>             Project: Nutch
>          Issue Type: Bug
>    Affects Versions: 1.1
>            Reporter: Andrzej Bialecki 
>            Assignee: Chris A. Mattmann
>            Priority: Critical
>
> As reported by Phil Barnett on nutch-user:
> {quote}
> The Fix.
> In line 131 of Crawl.java
> Generate no longer returns segments like it used to. Now it returns segs.
> line 131 needs to read
>  If (segs == null)
>  Instead of the current
> If (segments == null)
> After that change and a recompile, crawl is working just fine.
> {quote}

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


[jira] Resolved: (NUTCH-812) Crawl.java incorrectly uses the Generator API resulting in NPE

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

Chris A. Mattmann resolved NUTCH-812.
-------------------------------------

    Fix Version/s: 1.1
       Resolution: Fixed

- fixed in r935453. Thanks, Phil and Andrzej!

> Crawl.java incorrectly uses the Generator API resulting in NPE
> --------------------------------------------------------------
>
>                 Key: NUTCH-812
>                 URL: https://issues.apache.org/jira/browse/NUTCH-812
>             Project: Nutch
>          Issue Type: Bug
>    Affects Versions: 1.1
>            Reporter: Andrzej Bialecki 
>            Assignee: Chris A. Mattmann
>            Priority: Critical
>             Fix For: 1.1
>
>
> As reported by Phil Barnett on nutch-user:
> {quote}
> The Fix.
> In line 131 of Crawl.java
> Generate no longer returns segments like it used to. Now it returns segs.
> line 131 needs to read
>  If (segs == null)
>  Instead of the current
> If (segments == null)
> After that change and a recompile, crawl is working just fine.
> {quote}

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


[jira] Work started: (NUTCH-812) Crawl.java incorrectly uses the Generator API resulting in NPE

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

Work on NUTCH-812 started by Chris A. Mattmann.

> Crawl.java incorrectly uses the Generator API resulting in NPE
> --------------------------------------------------------------
>
>                 Key: NUTCH-812
>                 URL: https://issues.apache.org/jira/browse/NUTCH-812
>             Project: Nutch
>          Issue Type: Bug
>    Affects Versions: 1.1
>            Reporter: Andrzej Bialecki 
>            Assignee: Chris A. Mattmann
>            Priority: Critical
>
> As reported by Phil Barnett on nutch-user:
> {quote}
> The Fix.
> In line 131 of Crawl.java
> Generate no longer returns segments like it used to. Now it returns segs.
> line 131 needs to read
>  If (segs == null)
>  Instead of the current
> If (segments == null)
> After that change and a recompile, crawl is working just fine.
> {quote}

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


[jira] Commented: (NUTCH-812) Crawl.java incorrectly uses the Generator API resulting in NPE

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/NUTCH-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12858760#action_12858760 ] 

Hudson commented on NUTCH-812:
------------------------------

Integrated in Nutch-trunk #1129 (See [http://hudson.zones.apache.org/hudson/job/Nutch-trunk/1129/])
    - fix for NUTCH-812 Crawl.java incorrectly uses the Generator API resulting in NPE


> Crawl.java incorrectly uses the Generator API resulting in NPE
> --------------------------------------------------------------
>
>                 Key: NUTCH-812
>                 URL: https://issues.apache.org/jira/browse/NUTCH-812
>             Project: Nutch
>          Issue Type: Bug
>    Affects Versions: 1.1
>            Reporter: Andrzej Bialecki 
>            Assignee: Chris A. Mattmann
>            Priority: Critical
>             Fix For: 1.1
>
>
> As reported by Phil Barnett on nutch-user:
> {quote}
> The Fix.
> In line 131 of Crawl.java
> Generate no longer returns segments like it used to. Now it returns segs.
> line 131 needs to read
>  If (segs == null)
>  Instead of the current
> If (segments == null)
> After that change and a recompile, crawl is working just fine.
> {quote}

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