RE: Nutch 500 Error

2006-04-12 Thread Paul Stewart
500 Error check the nutch-default.xml there should be a property searcher.dir Provide the path for the index folder. Better still copy the property node and paste it in nutch-site.xml provide the path for the index folder. For ex: If the index folder is stored as home/nutch/crawl - crawldb

RE: Nutch 500 Error

2006-04-11 Thread Paul Stewart
? All the best, Paul -Original Message- From: sudhendra seshachala [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 12:02 PM To: nutch-user@lucene.apache.org Subject: RE: Nutch 500 Error It should be java -versionI think. Paul Stewart [EMAIL PROTECTED] wrote: Thanks for the reply

RE: Nutch 500 Error

2006-04-11 Thread sudhendra seshachala
@lucene.apache.org Subject: RE: Nutch 500 Error It should be java -versionI think. Paul Stewart wrote: Thanks for the reply... I apologize as I'm very new to the Java world...:) I am running the following: Fedora Core 4 Apache Tomcat 5.5.16 (binary download from Tomcat site installed to /usr/local

Re: Nutch 500 Error

2006-04-06 Thread TDLN
My guess is you have to override the searcher.dir property in nutch-site.xml and have it point to your crawl dir. Rgrds, Thomas On 4/5/06, Paul Stewart [EMAIL PROTECTED] wrote: Hi there... I was having a number of problems with my install, mainly because I'm not used to Tomcat and/or Nutch

RE: Nutch 500 Error

2006-04-06 Thread Paul Stewart
) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) -Original Message- From: TDLN [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 3:30 AM To: nutch-user@lucene.apache.org Subject: Re: Nutch 500 Error My guess is you have to override

RE: Nutch 500 Error

2006-04-06 Thread sudhendra seshachala
: Thursday, April 06, 2006 7:16 AM To: nutch-user@lucene.apache.org Subject: Re: Nutch 500 Error What version are you on? If you trace the NullPointerException back to the code, the NutchBean.init method is where it expects to find the index and segments, so either they're missing (did you follow

Nutch 500 Error

2006-04-05 Thread Paul Stewart
Hi there... I was having a number of problems with my install, mainly because I'm not used to Tomcat and/or Nutch etc... Anyways, I am running Fedora 4 and was told that the packages are bad idea to use so uninstalled all of my java/tomcat rpm's and installed new binaries today from the source