|
I hava the same problem with sam xia and I try the method which sam
xia used but it doesn't work !
The error message is different!
Is it the problem about permission?
Should i set the file at $CATALINA_HOME/conf/catalina.policy
I install nutch in:
/usr/local/nutch-2003-11-17 And tomcat is installed in: /usr/local/jakarta-tomcat-5.0.19 And I copy the nutch*.war to /usr/local/jakarta-tomcat-5.0.19/webapps/ROOT.war Thanks
Chung
========================================== ERROR MESSAGES: HTTP Status 500 -type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:867) org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:800) org.apache.jsp.search_jsp._jspService(search_jsp.java:308) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133) javax.servlet.http.HttpServlet.service(HttpServlet.java:856) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:311) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248) javax.servlet.http.HttpServlet.service(HttpServlet.java:856) root cause java.lang.NoClassDefFoundError net.nutch.analysis.NutchDocumentAnalyzer$ContentAnalyzer.tokenStream(NutchDocumentAnalyzer.java:22) net.nutch.analysis.NutchDocumentAnalyzer.tokenStream(NutchDocumentAnalyzer.java:72) net.nutch.searcher.Summarizer.getTokens(Summarizer.java:264) net.nutch.searcher.Summarizer.getSummary(Summarizer.java:93) net.nutch.searcher.FetchedSegments.getSummary(FetchedSegments.java:87) net.nutch.searcher.FetchedSegments.getSummary(FetchedSegments.java:94) net.nutch.searcher.NutchBean.getSummary(NutchBean.java:119) org.apache.jsp.search_jsp._jspService(search_jsp.java:142) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133) javax.servlet.http.HttpServlet.service(HttpServlet.java:856) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:311) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248) javax.servlet.http.HttpServlet.service(HttpServlet.java:856) note The full stack trace of the root cause is available in the Tomcat logs. Apache Tomcat/5.0.19==========================================
Hi Team Nutch,
Thanks for making the great project available! I did everything according to the tutorial, it runs
smoothly until I reached to the final search: http://localhost:8080/en/search.html When I clicked search, I have the following error message (see it below). I install nutch in: /opt/nutch And tomcat is installed in: /opt/nutch/local/tomcat And I copy the nutch*.war to /opt/nutch/local/tomcat/webapps/ROOT.war Thanks Sam |
