Re: Help: DistributedSearch thown ClassCastException

2006-09-12 Thread emanihc
Hello Doug I tried to modify DistributedSearch.java to implement the VersionedProtocol interface, but it seems it can't fix the problem... :( 2006/9/12, Doug Cutting <[EMAIL PROTECTED]>: It looks like DistributedSearch.Protocol needs to implement the VersionedProtocol interface. Probably t

Re: Help: DistributedSearch thown ClassCastException

2006-09-11 Thread Doug Cutting
It looks like DistributedSearch.Protocol needs to implement the VersionedProtocol interface. Probably this exception could be improved... Doug emanihc wrote: hello all I check out directly from SVN to get the sources, run "bin/nutch server 12345 ../crawl/" run "bin/nutch 'org.apache.nutch.

Help: DistributedSearch thown ClassCastException

2006-09-10 Thread emanihc
hello all I check out directly from SVN to get the sources, run "bin/nutch server 12345 ../crawl/" run "bin/nutch 'org.apache.nutch.searcher.DistributedSearch$Client' 'www' localhost 12345" and then it thrown Exception below: $ bin/nutc