Re: [Nutch-dev] bug in distributed search

2004-10-07 Thread Doug Cutting
[EMAIL PROTECTED] wrote: The NullPointerException was thrown, due to a null string site in UTF8.writeString(out, site) at line 63 in Hit.java The bug can be fixed by if (site == null) site = ""; in either Hit.java or UTF8.java. Which one is preferred place? I agree that Hit.java is preferred. Tha

[Nutch-dev] bug in distributed search

2004-10-06 Thread john
Hi, Doug, There is a bug that shows up only in distributed search. It fails cached.jsp, explain.jsp, anchors.jsp with NullPointerException (see logs attached below). search.jsp is oaky. It appears after "hits per site" stuff is added. The NullPointerException was thrown, due to a null string site