You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Manoharam Reddy <ma...@gmail.com> on 2007/09/15 11:14:05 UTC

Fetch fails after unsuccessful parse of zip file

After Nutch failed to successfully parse a zip file, the whole fetch
operation stopped. See the logs below for proof.

Please explain, how to fix this.

2007-09-15 03:37:39,165 INFO  fetcher.Fetcher - fetching http://es/com/list.zip
2007-09-15 03:37:39,302 WARN  parse.ParseUtil - Unable to successfully
parse content http://es/com/list.zip of type application/zip
2007-09-15 03:37:39,302 WARN  fetcher.Fetcher - Error parsing:
http://es/com/list.zip: failed(2,0): Can't be handled as Zip document.
java.lang.NegativeArraySizeException
2007-09-15 03:37:39,400 WARN  mapred.LocalJobRunner - job_enx8xn
java.lang.ThreadDeath
  at java.lang.Thread.stop(Thread.java:715)
  at org.apache.hadoop.mapred.LocalJobRunner.killJob(LocalJobRunner.java:246)
  at org.apache.hadoop.mapred.JobClient$NetworkedJob.killJob(JobClient.java:153)
  at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:611)
  at org.apache.nutch.fetcher.Fetcher.fetch(Fetcher.java:470)
  at org.apache.nutch.fetcher.Fetcher.run(Fetcher.java:505)
  at org.apache.hadoop.util.ToolBase.doMain(ToolBase.java:189)
  at org.apache.nutch.fetcher.Fetcher.main(Fetcher.java:477)