Re: Nutch and Google Map togather for Real Estate search.

2005-12-07 Thread Diane Palla
Yeah, I see it too.

At http://www.realestateadvisor.com/search.jsp  a url that I entered , not 
linked off of,

I see an invalid page with Nutch java exceptions:

root cause 
java.lang.NullPointerException
 at 
org.apache.nutch.searcher.NutchBean.init(NutchBean.java:96)
 at 
org.apache.nutch.searcher.NutchBean.(NutchBean.java:82)

Diane Palla
Web Services Developer
Seton Hall University
973 313-6199
[EMAIL PROTECTED]




Benny Krauss <[EMAIL PROTECTED]> 
12/07/2005 11:42 AM
Please respond to
nutch-user@lucene.apache.org


To
nutch-user@lucene.apache.org
cc

Subject
Re: Nutch and Google Map togather for Real Estate search.






Actually, I just made a guess. When I typed search.jsp in the site root
directory,  the file is there even some errors popup.

On 12/7/05, Stefan Groschupf <[EMAIL PROTECTED]> wrote:
>
> Interesting! What makes you think that they use nutch?
>
> Am 07.12.2005 um 16:48 schrieb Benny Krauss:
>
> > I think I found a website that put Nutch and google map togather
> > for real
> > estate search.
> >
> > http://www.realestateadvisor.com/
> >
> > Nutch is amazing.
>
>



PDF support? Does crawl parse p

2005-08-31 Thread Diane Palla
Does Nutch have a way to parse pdf files, that is, "application/pdf" 
content type files?

I noticed a plugin variable setting in default.properties:

plugin.pdf=org.apache.nutch.parse.pdf*

I never changed this file.

Is that the right value?

I am using Nutch 0.7.

What do I have to do make parse pdf files?

When I do the crawl, I get this error with application/pdf files:

050831 145126 fetch okay, but can't parse 
/research/126900/126969/126969.pdf, reason: failed(2,203): 
Content-Type not text/html: application/pdf


If it's not possible, what future version of Nutch do developers expect to 
support application/pdf types  and have such parsing of pdf files 
available?


Diane Palla
Web Services Developer
Seton Hall University
973 313-6199
[EMAIL PROTECTED]




Bryan Woliner <[EMAIL PROTECTED]> 
08/23/2005 05:22 PM
Please respond to
nutch-user@lucene.apache.org


To
nutch-user@lucene.apache.org
cc

Subject
Adding small batches of fetched URLs to a larger aggregate segment/index






Hi,

I have a number of sites that I want to crawl, then merge their segments 
and 
create a single index. One of the main reasons I want to do this is that I 

want some of the sites in my index to be crawls on a daily basis, others 
on 
a weekly basis, etc. Each time I re-crawl a site, I want to add the 
fetched 
URLs to a single aggregate segment/index. I have a couple questions about 
doing this:

1. Is it possible to use a different regex.urlfilter.txt file for each 
site 
that I am crawling? If so, how would I do this?

2. If I have a very large segment that is indexed (my aggregate index) and 
I 
want to add another (much smaller) set of fetched URLs to this index, what 

is the best way to do this. It seems like merging the small and large 
segments and then re-indexing the whole thing would be very time consuming 

-- especially if I wanted to add news small sets of fetched URLs 
frequently. 


Thanks for any suggestions you have to offer,
Bryan



Re: Adding small batches of fetched URLs to a larger aggregate segment/index

2005-08-31 Thread Diane Palla
Does Nutch have a way to parse pdf files, that is, "application/pdf" 
content type files?

I noticed a plugin variable setting in default.properties:

plugin.pdf=org.apache.nutch.parse.pdf*

I never changed this file.

Is that the right value?

I am using Nutch 0.7.

What do I have to do make parse pdf files?

If it's not possible, what future version of Nutch do developers expect to 
support application/pdf types  and have such parsing of pdf files 
available?


Diane Palla
Web Services Developer
Seton Hall University
973 313-6199
[EMAIL PROTECTED]




Bryan Woliner <[EMAIL PROTECTED]> 
08/23/2005 05:22 PM
Please respond to
nutch-user@lucene.apache.org


To
nutch-user@lucene.apache.org
cc

Subject
Adding small batches of fetched URLs to a larger aggregate segment/index






Hi,

I have a number of sites that I want to crawl, then merge their segments 
and 
create a single index. One of the main reasons I want to do this is that I 

want some of the sites in my index to be crawls on a daily basis, others 
on 
a weekly basis, etc. Each time I re-crawl a site, I want to add the 
fetched 
URLs to a single aggregate segment/index. I have a couple questions about 
doing this:

1. Is it possible to use a different regex.urlfilter.txt file for each 
site 
that I am crawling? If so, how would I do this?

2. If I have a very large segment that is indexed (my aggregate index) and 
I 
want to add another (much smaller) set of fetched URLs to this index, what 

is the best way to do this. It seems like merging the small and large 
segments and then re-indexing the whole thing would be very time consuming 

-- especially if I wanted to add news small sets of fetched URLs 
frequently. 


Thanks for any suggestions you have to offer,
Bryan



Fw: Crawl produced no search results.

2005-08-23 Thread Diane Palla
Is there any means to successfully crawl an intranet that requires BASIC 
authentication?



Diane Palla
Web Services Developer
Seton Hall University
973 313-6199
[EMAIL PROTECTED]

- Forwarded by Diane Palla/ADM/SHU on 08/23/2005 09:40 AM -

Diane Palla <[EMAIL PROTECTED]> 
08/19/2005 09:55 AM
Please respond to
nutch-dev@lucene.apache.org


To
nutch-user@lucene.apache.org, nutch-dev@lucene.apache.org
cc

Subject
Fw: Crawl produced no search results.






My crawl apparently created no indexes for the search to produce any 
search results.

For intranets that require BASIC authentication, how do configure it to 
crawl ?  How do I tell Nutch the username and password and credentials so 
it can access my intranet site? 


I also am installing Nutch on the same computer that the intranet is 
hosted on.  Alternatively, can it search filesystems and produce the 
mappings for the html pages?


Diane Palla
Web Services Developer
Seton Hall University
973 313-6199
[EMAIL PROTECTED]




Piotr Kosiorowski <[EMAIL PROTECTED]> 
08/18/2005 03:26 PM
Please respond to
nutch-user@lucene.apache.org


To
nutch-user@lucene.apache.org
cc

Subject
Re: Search Java JSP error after configuration and set up.  Please help.






Please make sure you started tomcat from crawl.test directory (or have 
it configured in nutch-default.xml in *.war file)
Regards
Piotr
Diane Palla wrote:
> I am trying to set up Nutch with an intranet.  I used Nutch 0.7 with 
Java 
> J2SE 1.4.2 and Tomcat 4.1.31.
> 
> I did the crawl with the command
> 
> bin/nutch crawl bin/urls.txt -dir crawl.test -depth 3 >& crawl.log
> 
> 
> and the crawl.log gave log messages that appeared to imply that it was a 



> successful run.  (Crawl.log is copied after the Java/JSP errors below)
> 
> and I set JAVA_HOME and NUTCH_JAVA_HOME to the J2re when I did the 
crawl, 
> but I set JAVA_HOME to the j2se when I ran tomcat and i went to 
> http://localhost:8080
> 
> I tried to search something and
> 
> I got this error of the Nutch Bean.
> 
> Did I configure something wrong?  How can I fix this?
> 
> 
> Diane Palla
> Web Services Developer
> Seton Hall University
> 973 313-6199
> [EMAIL PROTECTED]
> 
> 
> 
> org.apache.jasper.JasperException
>  at 
> 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:207)
>  at 
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:240)
>  at 
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:187)
>  at 
> javax.servlet.http.HttpServlet.service(HttpServlet.java:809)
>  at 
> 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:200)
>  at 
> 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:146)
>  at 
> 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:209)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
>  at 
> 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
>  at 
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
>  at 
> 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:144)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
>  at 
> 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
>  at 
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
>  at 
> 
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2358)
>  at 
> 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:133)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
>  at 
> 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:118)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
>  at 
> 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:116)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
>  at 
> 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
>  at 
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.j

Fw: Crawl produced no search results.

2005-08-19 Thread Diane Palla
My crawl apparently created no indexes for the search to produce any 
search results.

For intranets that require BASIC authentication, how do configure it to 
crawl ?  How do I tell Nutch the username and password and credentials so 
it can access my intranet site? 


I also am installing Nutch on the same computer that the intranet is 
hosted on.  Alternatively, can it search filesystems and produce the 
mappings for the html pages?


Diane Palla
Web Services Developer
Seton Hall University
973 313-6199
[EMAIL PROTECTED]




Piotr Kosiorowski <[EMAIL PROTECTED]> 
08/18/2005 03:26 PM
Please respond to
nutch-user@lucene.apache.org


To
nutch-user@lucene.apache.org
cc

Subject
Re: Search Java JSP error after configuration and set up.  Please help.






Please make sure you started tomcat from crawl.test directory (or have 
it configured in nutch-default.xml in *.war file)
Regards
Piotr
Diane Palla wrote:
> I am trying to set up Nutch with an intranet.  I used Nutch 0.7 with 
Java 
> J2SE 1.4.2 and Tomcat 4.1.31.
> 
> I did the crawl with the command
> 
> bin/nutch crawl bin/urls.txt -dir crawl.test -depth 3 >& crawl.log
> 
> 
> and the crawl.log gave log messages that appeared to imply that it was a 


> successful run.  (Crawl.log is copied after the Java/JSP errors below)
> 
> and I set JAVA_HOME and NUTCH_JAVA_HOME to the J2re when I did the 
crawl, 
> but I set JAVA_HOME to the j2se when I ran tomcat and i went to 
> http://localhost:8080
> 
> I tried to search something and
> 
> I got this error of the Nutch Bean.
> 
> Did I configure something wrong?  How can I fix this?
> 
> 
> Diane Palla
> Web Services Developer
> Seton Hall University
> 973 313-6199
> [EMAIL PROTECTED]
> 
> 
> 
> org.apache.jasper.JasperException
>  at 
> 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:207)
>  at 
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:240)
>  at 
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:187)
>  at 
> javax.servlet.http.HttpServlet.service(HttpServlet.java:809)
>  at 
> 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:200)
>  at 
> 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:146)
>  at 
> 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:209)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
>  at 
> 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
>  at 
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
>  at 
> 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:144)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
>  at 
> 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
>  at 
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
>  at 
> 
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2358)
>  at 
> 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:133)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
>  at 
> 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:118)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
>  at 
> 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:116)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
>  at 
> 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
>  at 
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
>  at 
> 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:127)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
>  at 
> 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
>  at 
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:

Re: Crawl produced no search results.

2005-08-18 Thread Diane Palla
My crawl apparently created no indexes for the search to produce any 
search results.

For intranets that require BASIC authentication, how do configure it to 
crawl ?  How do I tell Nutch the username and password and credentials so 
it can access my intranet site? 


I also am installing Nutch on the same computer that the intranet is 
hosted on.  Alternatively, can it search filesystems and produce the 
mappings for the html pages?


Diane Palla
Web Services Developer
Seton Hall University
973 313-6199
[EMAIL PROTECTED]




Piotr Kosiorowski <[EMAIL PROTECTED]> 
08/18/2005 03:26 PM
Please respond to
nutch-user@lucene.apache.org


To
nutch-user@lucene.apache.org
cc

Subject
Re: Search Java JSP error after configuration and set up.  Please help.






Please make sure you started tomcat from crawl.test directory (or have 
it configured in nutch-default.xml in *.war file)
Regards
Piotr
Diane Palla wrote:
> I am trying to set up Nutch with an intranet.  I used Nutch 0.7 with 
Java 
> J2SE 1.4.2 and Tomcat 4.1.31.
> 
> I did the crawl with the command
> 
> bin/nutch crawl bin/urls.txt -dir crawl.test -depth 3 >& crawl.log
> 
> 
> and the crawl.log gave log messages that appeared to imply that it was a 

> successful run.  (Crawl.log is copied after the Java/JSP errors below)
> 
> and I set JAVA_HOME and NUTCH_JAVA_HOME to the J2re when I did the 
crawl, 
> but I set JAVA_HOME to the j2se when I ran tomcat and i went to 
> http://localhost:8080
> 
> I tried to search something and
> 
> I got this error of the Nutch Bean.
> 
> Did I configure something wrong?  How can I fix this?
> 
> 
> Diane Palla
> Web Services Developer
> Seton Hall University
> 973 313-6199
> [EMAIL PROTECTED]
> 
> 
> 
> org.apache.jasper.JasperException
>  at 
> 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:207)
>  at 
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:240)
>  at 
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:187)
>  at 
> javax.servlet.http.HttpServlet.service(HttpServlet.java:809)
>  at 
> 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:200)
>  at 
> 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:146)
>  at 
> 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:209)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
>  at 
> 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
>  at 
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
>  at 
> 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:144)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
>  at 
> 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
>  at 
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
>  at 
> 
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2358)
>  at 
> 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:133)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
>  at 
> 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:118)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
>  at 
> 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:116)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
>  at 
> 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
>  at 
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
>  at 
> 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:127)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
>  at 
> 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
>  at 
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:

Re: Search Java JSP error after configuration and set up. Please help.

2005-08-18 Thread Diane Palla
ok I entered 

/usr/local/jakarta-tomcat-4.1.31/bin/catalina.sh start 

when i was in the crawl.test directory.

The search.jsp works now without reporting JSP/Java errors and stack 
traces.

Thanks.

What do you mean that I must "(...have 
it configured in nutch-default.xml in *.war file)" in order to start 
tomcat without being in crawl.test directory to have it the searches work 
on http://localhost:8080?

What properties do I have to set in this file nutch-default.xml to make 
that work?




Diane Palla
Web Services Developer
Seton Hall University
973 313-6199
[EMAIL PROTECTED]




Piotr Kosiorowski <[EMAIL PROTECTED]> 
08/18/2005 03:26 PM
Please respond to
nutch-user@lucene.apache.org


To
nutch-user@lucene.apache.org
cc

Subject
Re: Search Java JSP error after configuration and set up.  Please help.






Please make sure you started tomcat from crawl.test directory (or have 
it configured in nutch-default.xml in *.war file)
Regards
Piotr
Diane Palla wrote:
> I am trying to set up Nutch with an intranet.  I used Nutch 0.7 with 
Java 
> J2SE 1.4.2 and Tomcat 4.1.31.
> 
> I did the crawl with the command
> 
> bin/nutch crawl bin/urls.txt -dir crawl.test -depth 3 >& crawl.log
> 
> 
> and the crawl.log gave log messages that appeared to imply that it was a 

> successful run.  (Crawl.log is copied after the Java/JSP errors below)
> 
> and I set JAVA_HOME and NUTCH_JAVA_HOME to the J2re when I did the 
crawl, 
> but I set JAVA_HOME to the j2se when I ran tomcat and i went to 
> http://localhost:8080
> 
> I tried to search something and
> 
> I got this error of the Nutch Bean.
> 
> Did I configure something wrong?  How can I fix this?
> 
> 
> Diane Palla
> Web Services Developer
> Seton Hall University
> 973 313-6199
> [EMAIL PROTECTED]
> 
> 
> 
> org.apache.jasper.JasperException
>  at 
> 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:207)
>  at 
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:240)
>  at 
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:187)
>  at 
> javax.servlet.http.HttpServlet.service(HttpServlet.java:809)
>  at 
> 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:200)
>  at 
> 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:146)
>  at 
> 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:209)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
>  at 
> 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
>  at 
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
>  at 
> 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:144)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
>  at 
> 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
>  at 
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
>  at 
> 
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2358)
>  at 
> 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:133)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
>  at 
> 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:118)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
>  at 
> 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:116)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
>  at 
> 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
>  at 
> org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
>  at 
> 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:127)
>  at 
> 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
>  at 
> 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
>   

Search Java JSP error after configuration and set up. Please help.

2005-08-18 Thread Diane Palla
I am trying to set up Nutch with an intranet.  I used Nutch 0.7 with Java 
J2SE 1.4.2 and Tomcat 4.1.31.

I did the crawl with the command

bin/nutch crawl bin/urls.txt -dir crawl.test -depth 3 >& crawl.log


and the crawl.log gave log messages that appeared to imply that it was a 
successful run.  (Crawl.log is copied after the Java/JSP errors below)

and I set JAVA_HOME and NUTCH_JAVA_HOME to the J2re when I did the crawl, 
but I set JAVA_HOME to the j2se when I ran tomcat and i went to 
http://localhost:8080

I tried to search something and

I got this error of the Nutch Bean.

Did I configure something wrong?  How can I fix this?


Diane Palla
Web Services Developer
Seton Hall University
973 313-6199
[EMAIL PROTECTED]



org.apache.jasper.JasperException
 at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:207)
 at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:240)
 at 
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:187)
 at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:809)
 at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:200)
 at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:146)
 at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:209)
 at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
 at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
 at 
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
 at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:144)
 at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
 at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
 at 
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
 at 
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2358)
 at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:133)
 at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
 at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:118)
 at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
 at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:116)
 at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
 at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
 at 
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
 at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:127)
 at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
 at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
 at 
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
 at 
org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:152)
 at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
 at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
 at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
 at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
 at java.lang.Thread.run(Thread.java:534)

root cause 
java.lang.NullPointerException
 at 
org.apache.nutch.searcher.NutchBean.init(NutchBean.java:96)
 at 
org.apache.nutch.searcher.NutchBean.(NutchBean.java:82)
 at 
org.apache.nutch.searcher.NutchBean.(NutchBean.java:72)
 at 
org.apache.nutch.searcher.NutchBean.get(NutchBean.java:64)
 at 
org.apache.jsp.search_jsp._jspService(search_jsp.java:108)
 at 
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:92)
 at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:809)
 at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:162)
 at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.j