Hi all,

Running "nutch crawl" on my box had the crawl fail when the fetcher was
called for the first time, complaining it hadn't been passed a segment
directory. I made this change:

--Fetcher.java--Line 734:
            } else                                      // root is
required parameter
                directory = args[i];
        }

          if (directory == ""){        
            System.err.println(usage);
            System.exit(-1);        
        }
--ends

And it seemed to fix it.

Regards,
Ben Nolan

Director, Ripcord Technology

www.ripcord.co.nz
Phone: +6421770662
Email: [EMAIL PROTECTED]

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.659 / Virus Database: 423 - Release Date: 15/04/2004
 



-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Nutch-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to