You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by ps...@gmx.de on 2005/03/03 10:49:46 UTC

Re: [Nutch-general] Search-Exception - solved

yeah, thks, it is working,

but i think, something like that has to be written in the tutorial.


Guido

----- Original Message ----- 
From: "Andre Schild" <a....@aarboard.ch>
To: <us...@nutch.org>
Sent: Wednesday, March 02, 2005 11:46 PM
Subject: Re: [Nutch-general] Search-Exception


psychotroper@gmx.de schrieb:

> Hi,
>
> I read the other emails to this theme, but i wasnt able to find a
> solution to solve the problem.
>
> Could you please tell me, what i have to really change.
>
> All is working, but when i try to search it throws nearly same
> exception like in an earlier thread. i followed the tutorial step by
> step and i got no fault until to the step of searching.
>
> My problem is, i really don't know what i can do with my crawl-results
>
> structure is as followed
>
> c:/programme/apache group/tomcat 4.1/webapps/root/        <= with the
> war-file from nutch
> e:/studium/semester 10/seminar/nutch/nutch-0.6/bin/crawl.test/      <=
> including db, segment etc.
>
> java is in:  c:/jdk1.5.0_01
>
> running on Win2k
>
> where do i have to put my crawl-results and what changes do i have to
> do in this nutch-default.xml ?

The problem ist, that the webapp isn't finding the segments
created by the crwal job.

Add the path to the segment directory in nutch-site.xml
of the tomcat context.

<nutch-conf>
    <property>
        <name>searcher.dir</name>
        <value>e:/studium/semester
10/seminar/nutch/nutch-0.6/bin/crawl.test/</value>
        <description>My path to nutch's searcher dir.</description>
  </property>
</nutch-conf>


Look at the console/logfile of tomcat for errors.

André




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=ick
_______________________________________________
Nutch-general mailing list
Nutch-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-general


Re: [Nutch-general] Search-Exception - solved

Posted by sub paul <su...@gmail.com>.
Hi,

I ran into the same issue when trying to get nutch search to run with
Resin.  Maybe this would belongs in the FAQ section.

I added my notes to:
http://nutch.sourceforge.net/cgi-bin/twiki/view/Main/GettingNutchRunningWithResin

Maybe in the tutorial we can have some links to things like running it
on debian, and resin.

Is the Wiki being copied over to the incubator wiki?


Regards,
Paul


On Thu, 03 Mar 2005 10:01:09 -0800, Doug Cutting <cu...@nutch.org> wrote:
> psychotroper@gmx.de wrote:
> > but i think, something like that has to be written in the tutorial.
> 
> Then please help improve the tutorial.  Ideally send a diff to the
> existing tutorial's xml, or at least some text to be pasted in.
> 
> Thanks,
> 
> Doug
>

Re: [Nutch-general] Search-Exception - solved

Posted by Doug Cutting <cu...@nutch.org>.
psychotroper@gmx.de wrote:
> but i think, something like that has to be written in the tutorial.

Then please help improve the tutorial.  Ideally send a diff to the 
existing tutorial's xml, or at least some text to be pasted in.

Thanks,

Doug