Re: Help with bin/nutch server 8081 crawl

2006-03-07 Thread Andrzej Bialecki
Doug Cutting wrote: Monu Ogbe wrote: Caused by: java.lang.InstantiationException: org.apache.nutch.searcher.Query at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at

Re: Help with bin/nutch server 8081 crawl

2006-03-07 Thread Marko Bauhardt
This two patches could fix the problem. The first patch is a hadoop patch and the other patch is a nutch patch. I dont know whether i should create a bug in the nutch-jira and hadoop-jira? Anyway... here are the two patches. Index: src/java/org/apache/hadoop/ipc/Server.java

Re: Help with bin/nutch server 8081 crawl

2006-03-07 Thread Andrzej Bialecki
Marko Bauhardt wrote: This two patches could fix the problem. The first patch is a hadoop patch and the other patch is a nutch patch. I dont know whether i should create a bug in the nutch-jira and hadoop-jira? No need to do this for Nutch, I'm fixing a similar issue in ParseSegment, I will

Help with bin/nutch server 8081 crawl

2006-03-06 Thread Monu Ogbe
Hello Team, I am having a lot of fun evaluating 0.8-dev, and after following Stefan's and the doc team's tutorials, have got everything working in both local and multi-machine modes using hadoop. In single-machine mode, I have come unstuck, though, trying to expose nutch server on port 8081

Re: Help with bin/nutch server 8081 crawl

2006-03-06 Thread Doug Cutting
Monu Ogbe wrote: Caused by: java.lang.InstantiationException: org.apache.nutch.searcher.Query at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at org.apache.hadoop.io.WritableFactories.newInstance(WritableFactories.jav It