nutch java.lang.NullPointerException

2010-05-03 Thread Michael R.
- query: test 2010-05-03 13:56:02,531 INFO  NutchBean - lang: en 2010-05-03 13:56:02,532 INFO  NutchBean - searching for 20 raw hits May 3, 2010 1:56:02 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet jsp threw exception java.lang.NullPointerException

No search results on Tomcat (java.lang.NullPointerException)

2010-05-03 Thread Michael
- query: test 2010-05-03 13:56:02,531 INFO NutchBean - lang: en 2010-05-03 13:56:02,532 INFO NutchBean - searching for 20 raw hits May 3, 2010 1:56:02 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet jsp threw exception java.lang.NullPointerException

java.lang.NullPointerException

2009-02-27 Thread alxsss
Hello, I am using nutch0.9 to index files. However, nutch spends less than 1 sec to fetch those files and gives java.lang.NullPointerException. As I see from the plugin's code nutch downloads content to a temp file and then parses it. So the problem is that nutch does not download the whole

Re: Fetch: java.lang.NullPointerException

2007-03-09 Thread Sean Dean
an error was printed. I don't remember exactly what it said, but it was a definite no brainer. - Original Message From: Andrzej Bialecki [EMAIL PROTECTED] To: nutch-user@lucene.apache.org Sent: Friday, March 9, 2007 2:57:19 AM Subject: Re: Fetch: java.lang.NullPointerException Sean Dean

Re: Fetch: java.lang.NullPointerException

2007-03-09 Thread Andrzej Bialecki
Sean Dean wrote: Oh sorry, maybe we should change the description then; property namehttp.redirect.max/name Ah, sorry for the confusion - my bad, I somehow thought you meant the size limit, and not the redirect limit ... Your original statement is correct - and I agree we should

Fetch: java.lang.NullPointerException

2007-03-08 Thread Rafael Turk
Hi all, I´m having trouble trying yo fetch http://www.hotmail.com.br/. I get the fowling error: fetch of http://www.hotmail.com.br/ failed with: java.lang.NullPointerException The site seams to be OK, although its a redirect. Using: Nutch (0.9-dev) Any help? Thanks, Rafael.

Re: Fetch: java.lang.NullPointerException

2007-03-08 Thread Sean Dean
AM Subject: Fetch: java.lang.NullPointerException Hi all, I´m having trouble trying yo fetch http://www.hotmail.com.br/. I get the fowling error: fetch of http://www.hotmail.com.br/ failed with: java.lang.NullPointerException The site seams to be OK, although its a redirect. Using: Nutch

Re: Fetch: java.lang.NullPointerException

2007-03-08 Thread Andrzej Bialecki
Sean Dean wrote: You will see that type of error now when the fetch of a document goes beyond the maximum amount of redirects in your nutch-default or nutch-site.xml files. If you didn't change any settings yourself this will be set to 0, in which case it will not fetch the page but record it

Re: java.lang.NullPointerException

2006-10-11 Thread Chris Mattmann
the above error. Here is a snapshot of the log file- 2006-10-11 15:39:16,234 FATAL api.RobotRulesParser - Agent we advertise (null) not listed first in 'http.robots.agents' property! and it says fetcher.Fetcher - fetch of the site failed with: java.lang.NullPointerException Can

Re: java.lang.NullPointerException

2006-10-11 Thread Guruprasad Iyer
- Agent we advertise (null) not listed first in 'http.robots.agents' property! and it says fetcher.Fetcher - fetch of the site failed with: java.lang.NullPointerException Can anybody help? Thanks. -- If you want to build a ship, don't drum up the men to gather wood, divide the work

Re: java.lang.NullPointerException

2006-10-11 Thread Chris Mattmann
with: java.lang.NullPointerException Can anybody help? Thanks.

RE: java.lang.NullPointerException

2006-09-18 Thread NG-Marketing, M.Schneider
: Tomi NA [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 12:32 AM To: nutch-user@lucene.apache.org Subject: Re: java.lang.NullPointerException On 9/17/06, NG-Marketing, Matthias Schneider [EMAIL PROTECTED] wrote: Hello List, i installed nutch 0.8 and i can fetch and index

Re: java.lang.NullPointerException

2006-09-18 Thread Tomi NA
On 9/18/06, NG-Marketing, M.Schneider [EMAIL PROTECTED] wrote: I figured it out. I used in my nutch-site.xml the following config property namesearcher.max.hits/name value2048/value If I change the value to nothing it works all fine. It took me a couple of hours to figure it

Re: java.lang.NullPointerException

2006-09-18 Thread Andrzej Bialecki
NG-Marketing, M.Schneider wrote: I figured it out. I used in my nutch-site.xml the following config property namesearcher.max.hits/name value2048/value If I change the value to nothing it works all fine. It took me a couple of hours to figure it out. This might be a bug.

java.lang.NullPointerException

2006-09-17 Thread NG-Marketing, Matthias Schneider
Hello List, i installed nutch 0.8 and i can fetch and index documents, but I can not search them. I get the following error: StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception java.lang.NullPointerException

Re: java.lang.NullPointerException

2006-09-17 Thread Tomi NA
java.lang.NullPointerException at org.apache.nutch.searcher.LuceneQueryOptimizer$LimitedCollector.init(Lucen eQueryOptimizer.java:108) at org.apache.nutch.searcher.LuceneQueryOptimizer.optimize(LuceneQueryOptimizer .java:244) at org.apache.nutch.searcher.IndexSearcher.search