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 the tutorial and merge your segment indexes?) or it is looking in the wrong place. That's what I think.
Rgrds, Thomas On 4/6/06, Paul Stewart <[EMAIL PROTECTED]> wrote: > Thanks.. Tried that ... Same error.... > > HTTP Status 500 - > > ------------------------------------------------------------------------ > -------- > > type Exception report > > message > > description The server encountered an internal error () that prevented > it from fulfilling this request. > > exception > > org.apache.jasper.JasperException > > org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServle > tWrapper.java:510) > > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja > va:393) > > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) > > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > > root cause > > java.lang.NullPointerException > org.apache.nutch.searcher.NutchBean.init(NutchBean.java:96) > org.apache.nutch.searcher.NutchBean.<init>(NutchBean.java:82) > org.apache.nutch.searcher.NutchBean.<init>(NutchBean.java:72) > org.apache.nutch.searcher.NutchBean.get(NutchBean.java:64) > org.apache.jsp.search_jsp._jspService(search_jsp.java:112) > > org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja > va:332) > > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) > > 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: [email protected] > Subject: Re: Nutch 500 Error > > 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 > > > > ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
