You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by al...@aim.com on 2009/02/28 02:38:43 UTC

java.lang.NullPointerException

Hello,

I am using nutch0.9 to index files. However, nutch spends less than 1 sec to fetch those files and gives 

java.lang.NullPointerException. 

As I see from the plugin's code nutch downloads content to a temp file and then parses it. So the problem is that nutch does not download the whole file for some reason. I set http.timeout as
? <value>100000</value> but it did not help.

Thanks for any ideas.
A.