Hi all,

Pulled down the WEB2 stuff via SVN to finally look at the keymatch and spellchecker stuff. Did the ANT thing per the readme to compile plugins and build WAR with no errors. Added the plugins and plugins directory (I moved all the plugins into nutch/plugins and pointed to that) to the nutch-site.xml and moved the WAR file over into Tomcat and brought it up (cleared out the old stuff first....). So far all looks good, the catalina.out shows the new plugins were pulled in. Fire up the browser and nothing - nada, no page.... Force a search string in to the URL and the logs shows that a search and results happened but get 404 errors on the page display and no page displays..?? Anyone get this WEB2 thing working or have pointers on how to fix or make it work..?? I may have missed a step so any pointers on how you did your install and build would help. I'm running 0.9x build if that helps....

Further log check in the localhost log shows this error was found - is this my culprit and if so how do I fix..??

SEVERE: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: Unable to compile class for JSP

Generated servlet error:
The return type is incompatible with JspSourceDependent.getDependants()

at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:85) at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:329) at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:415)
       at org.apache.jasper.compiler.Compiler.compile(Compiler.java:308)
       at org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
       at org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)
at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:314) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
       at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
       at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:228) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.valves.FastCommonAccessLogValve.invoke(FastCommonAccessLogValve.java:496) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:212) at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:867) at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:706) at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1487)
       at java.lang.Thread.run(Thread.java:595)

Thanks,
rp

Reply via email to