Nutch provides you with a pretty fine grained (common) logging mechanism. If you check out conf/log4j.properties you can alter specific tools, or the entire logging policy to obtain the coarseness you require. In this instance, I would either set the logging for Injector to DEBUG, or of course manually debug that particular job to see what is wrong. You are in a development environment after all right? hth
On Fri, Mar 15, 2013 at 4:49 PM, Mustafa_elkhiat <[email protected]> wrote: > On 03/16/2013 01:43 AM, kiran chitturi wrote: > >> What error exactly are you getting ? Which version of software are you >> using ? >> >> Are you able to build the software and not crawl ? or Are you not able to >> build in Eclipse ? >> >> >> On Fri, Mar 15, 2013 at 7:23 PM, Mustafa_elkhiat <[email protected]> >> wrote: >> >> On 03/16/2013 12:40 AM, kiran chitturi wrote: >>> >>> Hi Mustafa, >>>> >>>> Did you look at this page [0] ?There is a section at the bottom that >>>> gives >>>> instructions on setting up the 'plugin.folders' property. >>>> >>>> >>>> >>>> >>>> [0] - >>>> http://wiki.apache.org/nutch/****RunNutchInEclipse<http://wiki.apache.org/nutch/**RunNutchInEclipse> >>>> <http://**wiki.apache.org/nutch/**RunNutchInEclipse<http://wiki.apache.org/nutch/RunNutchInEclipse> >>>> > >>>> >>>> >>>> On Fri, Mar 15, 2013 at 5:55 PM, Mustafa_elkhiat <[email protected]> >>>> wrote: >>>> >>>> Hi Andy >>>> >>>>> i face the same problem .Please help and tell me how i set >>>>> "plugin.folders" property correctly >>>>> Mustafa >>>>> >>>>> >>>>> thank you kiran >>>> >>> but problem not solved is there any way to solve this problem? >>> >>> >>> >> i can build successfully but not crawl throw eclipse and show this > exception > > > solrUrl is not set, indexing will be skipped... > crawl started in: crawl > rootUrlDir = urls > threads = 10 > depth = 3 > solrUrl=null > topN = 50 > Injector: starting at 2013-03-16 01:17:19 > Injector: crawlDb: crawl/crawldb > Injector: urlDir: urls > Injector: Converting injected urls to crawl db entries. > Exception in thread "main" java.io.IOException: Job failed! > at org.apache.hadoop.mapred.**JobClient.runJob(JobClient.**java:1327) > at org.apache.nutch.crawl.**Injector.inject(Injector.java:**281) > at org.apache.nutch.crawl.Crawl.**run(Crawl.java:132) > at org.apache.hadoop.util.**ToolRunner.run(ToolRunner.**java:65) > at org.apache.nutch.crawl.Crawl.**main(Crawl.java:55) > > > > -- *Lewis*

