I'm running Nutch 0.7.2 under Solaris 9, java 1.5.0_06. I followed the Nutch version 0.8 tutorial and am getting a FileNotFoundException as below. Any ideas? Thanks.

# bin/nutch crawl urls -dir crawl -depth 3 -topN 50
060413 150039 parsing file:/export/home/www/virtual/wiki/doc_root/nutch-0.7.2/conf/nutch-default.xml 060413 150040 parsing file:/export/home/www/virtual/wiki/doc_root/nutch-0.7.2/conf/crawl-tool.xml 060413 150041 parsing file:/export/home/www/virtual/wiki/doc_root/nutch-0.7.2/conf/nutch-site.xml
060413 150041 No FS indicated, using default:local
060413 150041 crawl started in: crawl-20060413150041
060413 150041 rootUrlFile = urls -dir crawl -depth 3 -topN 50
060413 150041 threads = 10
060413 150041 depth = 5
060413 150043 Created webdb at LocalFS,/export/home/www/virtual/wiki/doc_root/nutch-0.7.2/crawl-20060413150041/db Exception in thread "main" java.io.FileNotFoundException: urls -dir crawl -depth 3 -topN 50 (No such file or directory)
       at java.io.FileInputStream.open(Native Method)
       at java.io.FileInputStream.<init>(FileInputStream.java:106)
       at java.io.FileReader.<init>(FileReader.java:55)
at org.apache.nutch.db.WebDBInjector.injectURLFile(WebDBInjector.java:372)
       at org.apache.nutch.db.WebDBInjector.main(WebDBInjector.java:535)
       at org.apache.nutch.tools.CrawlTool.main(CrawlTool.java:134)
# Exception in thread "main" java.io.FileNotFoundException



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Nutch-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to