Mailing List Archive

Any one used websearch - Need Help Please
Hi All, Has any one used websearch.. If so can you please help me.....

I am trying to use the demo files.. When I do the index the demo site I am
getting the following message and when I try the examples search form and
enter rock or red as described I am not getting any search results...

START CRAWLING index exists, delete all files deleting 0 records SCANNING :
http://localhost/websearch/bot.jsp *status: bad SCANNING :
http://www.violet-arcana.com/ *status: java.net.UnknownHostException:
www.violet-arcana.com DONE CRAWLING links crawled
http://localhost/websearch/bot.jsp http://www.violet-arcana.com/

Any help is highly appreciated

Thanks
> Praveen Moturu
>
>
>


--
To unsubscribe, e-mail: <mailto:lucene-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-user-help@jakarta.apache.org>
Re: Any one used websearch - Need Help Please [ In reply to ]
Hello,

The host that you are trying to crawl cannot be looked up:

bash-2.04$ nslookup www.violet-arcana.com
Server: localhost.apache.org
Address: 127.0.0.1

*** localhost.apache.org can't find www.violet-arcana.com: Non-existent
host/domain


This is not a Lucene issue, but more of a networking issue, so I
suggest you talk to some network/system administrators about this.
They'll have an answer for you.

Good luck,
Otis


--- "Moturu,Praveen" <Praveen.Moturu@cnalife.com> wrote:
> Hi All, Has any one used websearch.. If so can you please help
> me.....
>
> I am trying to use the demo files.. When I do the index the demo site
> I am
> getting the following message and when I try the examples search form
> and
> enter rock or red as described I am not getting any search results...
>
> START CRAWLING index exists, delete all files deleting 0 records
> SCANNING :
> http://localhost/websearch/bot.jsp *status: bad SCANNING :
> http://www.violet-arcana.com/ *status: java.net.UnknownHostException:
> www.violet-arcana.com DONE CRAWLING links crawled
> http://localhost/websearch/bot.jsp http://www.violet-arcana.com/
>
> Any help is highly appreciated
>
> Thanks
> > Praveen Moturu
> >
> >
> >
>
>
> --
> To unsubscribe, e-mail:
> <mailto:lucene-user-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:lucene-user-help@jakarta.apache.org>
>


__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

--
To unsubscribe, e-mail: <mailto:lucene-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-user-help@jakarta.apache.org>
Re: Any one used websearch - Need Help Please [ In reply to ]
hi,
i assume that you are using the one from: http://www.i2a.com/websearch/
and you are using and know a Tomcat.

In this case you should edit properly the websearch.xml (/WEB-INF/conf) file.
Both www.violet-arcana.com and /bot.jsp are there.
The reason why you cannot spide the 1st is because the url doesn't exists! try to visit the url and see what happens.
COULD BE a Tomcat misconfiguration, try to replace the url in the folloow file "/i2a/examples/websearch/bot.jsp" and change the link for each file to "http://localhost:8080/websearch/i2a/examples/websearch/files/[file].jsp"

but you can just put:
<scope>http://www.yourwebtospide.com/</scope>

and try a search.
Hope helps.
bye


--

On Mon, 6 May 2002 11:16:21
Moturu,Praveen wrote:
>Hi All, Has any one used websearch.. If so can you please help me.....
>
>I am trying to use the demo files.. When I do the index the demo site I am
>getting the following message and when I try the examples search form and
>enter rock or red as described I am not getting any search results...
>
>START CRAWLING index exists, delete all files deleting 0 records SCANNING :
>http://localhost/websearch/bot.jsp *status: bad SCANNING :
>http://www.violet-arcana.com/ *status: java.net.UnknownHostException:
>www.violet-arcana.com DONE CRAWLING links crawled
>http://localhost/websearch/bot.jsp http://www.violet-arcana.com/
>
>Any help is highly appreciated
>
>Thanks
>> Praveen Moturu
>>
>>
>>
>
>
>--
>To unsubscribe, e-mail: <mailto:lucene-user-unsubscribe@jakarta.apache.org>
>For additional commands, e-mail: <mailto:lucene-user-help@jakarta.apache.org>
>
>



--
To unsubscribe, e-mail: <mailto:lucene-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-user-help@jakarta.apache.org>
RE: Any one used websearch - Need Help Please [ In reply to ]
Hi Otis, Thanks for your response. www.violet-arcan.com does not exist at
all. You may want to check the url... Even then I also gave my local host in
the websearch.xml to index and search my local site too.. That was the
unsuccessful story...

> Praveen Moturu
>
>
>
> -----Original Message-----
> From: Otis Gospodnetic [SMTP:otis_gospodnetic@yahoo.com]
> Sent: Monday, May 06, 2002 12:27 PM
> To: Lucene Users List
> Subject: Re: Any one used websearch - Need Help Please
>
> Hello,
>
> The host that you are trying to crawl cannot be looked up:
>
> bash-2.04$ nslookup www.violet-arcana.com
> Server: localhost.apache.org
> Address: 127.0.0.1
>
> *** localhost.apache.org can't find www.violet-arcana.com: Non-existent
> host/domain
>
>
> This is not a Lucene issue, but more of a networking issue, so I
> suggest you talk to some network/system administrators about this.
> They'll have an answer for you.
>
> Good luck,
> Otis
>
>
> --- "Moturu,Praveen" <Praveen.Moturu@cnalife.com> wrote:
> > Hi All, Has any one used websearch.. If so can you please help
> > me.....
> >
> > I am trying to use the demo files.. When I do the index the demo site
> > I am
> > getting the following message and when I try the examples search form
> > and
> > enter rock or red as described I am not getting any search results...
> >
> > START CRAWLING index exists, delete all files deleting 0 records
> > SCANNING :
> > http://localhost/websearch/bot.jsp *status: bad SCANNING :
> > http://www.violet-arcana.com/ *status: java.net.UnknownHostException:
> > www.violet-arcana.com DONE CRAWLING links crawled
> > http://localhost/websearch/bot.jsp http://www.violet-arcana.com/
> >
> > Any help is highly appreciated
> >
> > Thanks
> > > Praveen Moturu
> > >
> > >
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:lucene-user-unsubscribe@jakarta.apache.org>
> > For additional commands, e-mail:
> > <mailto:lucene-user-help@jakarta.apache.org>
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Health - your guide to health and wellness
> http://health.yahoo.com
>
> --
> To unsubscribe, e-mail:
> <mailto:lucene-user-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:lucene-user-help@jakarta.apache.org>
>


--
To unsubscribe, e-mail: <mailto:lucene-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-user-help@jakarta.apache.org>