Hello,

I've got nutch deployment problems also, and seem to be a  little
slow with the learning curve.

I've got Solaris 9, Sun Freeware Apache, Sun Freeware Tomcat, kits
installed and I have java engine running.

I've updated the /etc/apache/tomcat.conf to include the nutch directory

LoadModule webapp_module        libexec/mod_webapp.so
AddModule mod_webapp.c
WebAppConnection        conn            warp    localhost:8008
WebAppDeploy            examples        conn    /examples/
WebAppDeploy            nutch           conn    /nutch/
WebAppInfo      /webapp-info

and I can see that I'm connecting to the nutch and examples applications.

I have nutch expanded below my CATALINA_BASE which is /var/apache/tomcat
[ note CATALINA_HOME is /usr/apache/tomcat ] in the nutch/ directory.

I wasn't able to figure out how to implement it under the ROOT/
directory.

I can even invoke it, sort of http://linus/nutch

which nets me a page full of errors that I will include below my sig
incase anyone can tell me what I'm doing wrong.

I've down a web crawl and copied in the subtree that was produced, 
thinking I wasn't finding the data I've replicated it under the
CATALINA_BASE  CATALINA_BASE/webapps  CATALINA_BASE/webapps/nutch
though I haven't put any copies under CATALINA_HOME

[note CATALINA_HOME/bin/catalina.sh is the startup script ]

so I could be in the wrong place and it could be as simple as
not finding the data file.

oh - nutch-06, latest stable release I saw. All kits current.

                                        thank for your help.

                                        Brian


On Fri, Mar 25, 2005 at 10:17:24AM +0200, Sami Siren wrote:
> Hello,
> 
> The current web search interface is constructed in a way it must be 
> installed as a root web application (so it's context path will be / )
> 
>  > My installation steps:
>  > I copied nutch-0.6.war into $CATALINA_BASE, and it was successfully
>  > extracted at the next restart of tomcat into its own subdirectory of
>  > webapps: nutch-0.6 . I created the file "urls" with the text content
>  > "http://www.nutch.org"; and I also edited crawl-urlfilter.txt as
>  > instructed in the tutorial (because I wanted to test intranet search).
> 
> try to rename the directory webapps/nutch-0.6 to webapps/ROOT and try again.
> 
> If there allready is a web application ROOT you need to remove it of 
> rename to something else.
> 
> --
>   Sami Siren

---
   Brian R Cuttler                 [EMAIL PROTECTED]
   Computer Systems Support        (v) 518 486-1697
   Wadsworth Center                (f) 518 473-6384
   NYS Department of Health        Help Desk 518 473-0773


Putout of URL linus/nuch, which is apparently
        http://linus/nutch/index.jsp


0.5 - HTTP Status 500 - Internal Server Error

type Exception report

message Internal Server Error

description The server encountered an internal error (Internal Server Error) 
that prevented it from fulfilling this request.

exception

org.apache.jasper.compiler.ParseException: /index.jsp(13,35) Attribute  has no 
value
        at 
org.apache.jasper.compiler.JspReader.parseAttributeValue(JspReader.java:563)
        at 
org.apache.jasper.compiler.JspReader.parseTagAttributes(JspReader.java:681)
        at org.apache.jasper.compiler.Parser$Forward.accept(Parser.java:371)
        at org.apache.jasper.compiler.Parser.parse(Parser.java:1145)
        at org.apache.jasper.compiler.Parser.parse(Parser.java:1103)
        at org.apache.jasper.compiler.Parser.parse(Parser.java:1099)
        at 
org.apache.jasper.compiler.ParserController.parse(ParserController.java:214)
        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:210)
        at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:548)
        at 
org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:176)
        at 
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:188)
        at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:381)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:473)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
        at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
        at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
        at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
        at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
        at 
org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
        at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
        at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
        at 
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
        at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
        at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
        at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
        at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
        at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
        at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
        at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
        at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
        at 
org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
        at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
        at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
        at 
org.apache.catalina.connector.warp.WarpRequestHandler.handle(WarpRequestHandler.java:217)
        at 
org.apache.catalina.connector.warp.WarpConnection.run(WarpConnection.java:194)
        at java.lang.Thread.run(Thread.java:534)

Reply via email to