You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Rajendra Patil <Ra...@KPITCummins.com> on 2005/09/09 15:28:10 UTC

Fetcher Error for local file system

HI,

I'm trying to crawl local file system. It fetches data from
D:/nutch-0.6/inputs/java.html file. While running fetcher I'm getting
the following error...can some one help me....

 

 

050909 185121 logging at INFO

050909 185149 fetching file:/D:/nutch-0.6/inputs/java.html

050909 185149 found resource mime.types at
file:/D:/nutch-0.6/conf/mime.types

050909 185149 fetch of file:/D:/nutch-0.6/inputs/java.html failed with:
net.nutch.protocol.file.FileError: File Error: 404

 

404==> does this mean file not found???? But I've java.html file under
the specified directory....i've specified the file location in a url.txt
file as : file:/D:/nutch-0.6/inputs/java.html

 

 

Thanx & Regards,

Rajendra


Re: Fetcher Error for local file system

Posted by mu xiaofeng <he...@gmail.com>.
maybe the file:/D:/nutch-0.6/inputs/java.html should be
file://D:/nutch-0.6/inputs/java.html ?

2005/9/9, Rajendra Patil <Ra...@kpitcummins.com>:
> HI,
> 
> I'm trying to crawl local file system. It fetches data from
> D:/nutch-0.6/inputs/java.html file. While running fetcher I'm getting
> the following error...can some one help me....
> 
> 
> 
> 
> 
> 050909 185121 logging at INFO
> 
> 050909 185149 fetching file:/D:/nutch-0.6/inputs/java.html
> 
> 050909 185149 found resource mime.types at
> file:/D:/nutch-0.6/conf/mime.types
> 
> 050909 185149 fetch of file:/D:/nutch-0.6/inputs/java.html failed with:
> net.nutch.protocol.file.FileError: File Error: 404
> 
> 
> 
> 404==> does this mean file not found???? But I've java.html file under
> the specified directory....i've specified the file location in a url.txt
> file as : file:/D:/nutch-0.6/inputs/java.html
> 
> 
> 
> 
> 
> Thanx & Regards,
> 
> Rajendra
> 
> 
>