hello,

I get the following (well-known) exception after launching a local crawl on a specific domain

Exception in thread "main" java.io.FileNotFoundException: db/webdb/pagesByURL/data (No such file or directory)
at java.io.RandomAccessFile.open(Native Method)
at java.io.RandomAccessFile.<init>(RandomAccessFile.java:204)
at java.io.RandomAccessFile.<init>(RandomAccessFile.java:94)
at net.nutch.io.SequenceFile$BufferedRandomAccessFile.<init>(SequenceFil
e.java:267)
at net.nutch.io.SequenceFile$BufferedRandomAccessFile.<init>(SequenceFil
e.java:262)
at net.nutch.io.SequenceFile$Writer.<init>(SequenceFile.java:38)
at net.nutch.io.MapFile$Writer.<init>(MapFile.java:74)
at net.nutch.db.WebDBWriter.<init>(WebDBWriter.java:1497)
at net.nutch.db.WebDBWriter.createWebDB(WebDBWriter.java:1424)
at net.nutch.tools.WebDBAdminTool.main(WebDBAdminTool.java:157)
at net.nutch.tools.CrawlTool.main(CrawlTool.java:84)


what's the problem ?

AtDhVaAnNkCsE

Fabrice



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Nutch-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to