About tomcat

2005-11-21 Thread Anton Potehin
We come to decision, we need restart webapp for new results appeared in search. How to this correctly without restarting tomcat? After long work of tomcat,  we have too many open files error. May be this is result of restarting of webapp by touch command on web.xml? By now before tomcat

jobdetails.jsp and jobtracker.jsp

2005-11-21 Thread anton
How to use jobtracker.jsp and jobdetails.jsp? They need tomcat? When I try start jobdetails.jsp with tomcat, it return error: java.lang.NullPointerException at org.apache.jsp.m.jobdetails_jsp._jspService(org.apache.jsp.m.jobdetails_jsp: 53) at

RE: jobdetails.jsp and jobtracker.jsp

2005-11-21 Thread anton
They not need tomcat? But then, what we must type in browser address? http://host_jobtracker:port_jobtracer/jobtracker/jobtracker.jsp ? -Original Message- From: Andrzej Bialecki [mailto:[EMAIL PROTECTED] Sent: Monday, November 21, 2005 12:46 PM To: nutch-dev@lucene.apache.org Subject:

RE: jobdetails.jsp and jobtracker.jsp

2005-11-21 Thread anton
Why we need parameter mapred.map.tasks greater than number of available host? If we set it equal to number of host, we got negative progress percentages problem.

fetcher.thread.per.host not working ??

2005-11-21 Thread Christophe Noel
Hello, There is something wrong with thread per host... Only one thread should only fetch one host at the same time, so why do i get these 2 connect time out (15 sec) at 13:15 and 15 seconds ?!!! This is not normal and so I get about 1000 errors when I crawl about 1400 pages... *Here is the

merging auto-crawls

2005-11-21 Thread Ben Halsted
Hi All, I've tried at nutch-user with no success. Can someone help me with the below questions? Thanks! -- Forwarded message -- From: Ben Halsted [EMAIL PROTECTED] Date: Nov 18, 2005 10:44 PM Subject: merging auto-crawls To: nutch-user@lucene.apache.org Hello, (Using the

Re: Problem with CRC files on NDFS

2005-11-21 Thread Doug Cutting
Andrzej Bialecki wrote: I have a problem with the recently added CRC files, when put-ting stuff to NDFS. NDFS complains that these files already exist - I suspect that it creates them on the fly just before they are actually transmitted from the NDFSClient - and aborts the transfer. I was able

Re: mapred.map.tasks

2005-11-21 Thread Doug Cutting
[EMAIL PROTECTED] wrote: Why we need parameter mapred.map.tasks greater than number of available host? If we set it equal to number of host, we got negative progress percentages problem. Can you please post a simple example that demonstrates the negative progress problem? E.g., the minimal

Re: Urlfilter bug (doesn't return on long URLs)

2005-11-21 Thread Doug Cutting
This sounds like a bug in the URLFilter implementation. Is this RegexURLFilter? Can you figure out what regex is causing this? Probably the patch should be there, no? Doug Rod Taylor wrote: I stuck a few log statements within ParseOutputFormat.java. One after 'String toUrl =' and another

RE: mapred.map.tasks

2005-11-21 Thread anton
I tried to launch mapred on 2 machines: 192.168.0.250 and 192.168.0.111. In nutch-site.xml I specified parameters: 1) On the both machines: property namefs.default.name/name value192.168.0.250:9009/value descriptionThe name of the default file system. Either the literal string local or