[Nutch-dev] Re: Crawl and parse exceptions

2006-01-11 Thread Matt Zytaruk
Unfortunately, the logs have since been overwritten by nutch so I can't check them, but I am pretty sure those are actually the messages from the task tracker log on the remote machine. If I am remembering correctly, all that was shown on the master was a short exception saying the child failed

[Nutch-dev] Re: Crawl and parse exceptions

2006-01-11 Thread Doug Cutting
Matt Zytaruk wrote: Exception in thread "main" java.io.IOException: Not a file: /user/nutch/segments/20060107130328/parse_data/part-0/data at org.apache.nutch.ipc.Client.call(Client.java:294) This is an error returned from an RPC call. There should be more details about this in a

[Nutch-dev] Re: Crawl and parse exceptions

2006-01-09 Thread Matt Zytaruk
Just a followup, i figured out the 3rd exception below ( Exception in thread "main" java.io.IOException: No input directories specified in: NutchConf..) so no worries there. but the others are still issues. Matt Zytaruk wrote: I've been having a lot of trouble lately with the newest nutch src.