You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by EM <em...@cpuedge.com> on 2005/09/17 00:57:07 UTC

pinging

A while ago, I'll be fetching pages start being pinged on bunch of 
ports. The inbound traffic would quickly saturate my line.

As I put a hardware firewall, this fully stopped, but I'm still curious 
why this was happening.

Has anyone encountered a simmilar thing?



Re: Exception in mergesegs

Posted by Jérôme Charron <je...@gmail.com>.
Checks your plugins configuration, it seems that none is activated:
Registered Plugin:
NONE

Regards

Jérôme

On 9/17/05, Gal Nitzan <gn...@usa.net> wrote:
> 
> Hi,
> 
> Can someone figure this out:
> 
> 050917 092429 * Merging took 780147 ms
> 050917 092430 * Creating new segment index(es)...
> 050917 092430 * Opening segment 20050917091129
> 050917 092430 * Indexing segment 20050917091129
> 050917 092430 Plugins: looking in: /nutch/build/plugins
> 050917 092430 Plugin Auto-activation mode: [true]
> 050917 092430 Registered Plugins:
> 050917 092430 NONE
> 050917 092430 Registered Extension-Points:
> 050917 092430 NONE
> Exception in thread "main" java.lang.ExceptionInInitializerError
> at
> org.apache.nutch.indexer.IndexSegment.indexPages(IndexSegment.java:144)
> at
> org.apache.nutch.tools.SegmentMergeTool.run(SegmentMergeTool.java:484)
> at
> org.apache.nutch.tools.SegmentMergeTool.main(SegmentMergeTool.java:573)
> Caused by: java.lang.RuntimeException:
> org.apache.nutch.indexer.IndexingFilter not found.
> at
> org.apache.nutch.indexer.IndexingFilters.<clinit>(IndexingFilters.java:36)
> ... 3 more
> 
> Why org.apache.nutch.indexer.IndexingFilter not found ?
> 
> Thanks,
> 
> Gal
> 



-- 
http://motrech.free.fr/
http://www.frutch.org/

Exception in mergesegs

Posted by Gal Nitzan <gn...@usa.net>.
Hi,

Can someone figure this out:

050917 092429 * Merging took 780147 ms
050917 092430 * Creating new segment index(es)...
050917 092430 * Opening segment 20050917091129
050917 092430 * Indexing segment 20050917091129
050917 092430 Plugins: looking in: /nutch/build/plugins
050917 092430 Plugin Auto-activation mode: [true]
050917 092430 Registered Plugins:
050917 092430   NONE
050917 092430 Registered Extension-Points:
050917 092430   NONE
Exception in thread "main" java.lang.ExceptionInInitializerError
        at 
org.apache.nutch.indexer.IndexSegment.indexPages(IndexSegment.java:144)
        at 
org.apache.nutch.tools.SegmentMergeTool.run(SegmentMergeTool.java:484)
        at 
org.apache.nutch.tools.SegmentMergeTool.main(SegmentMergeTool.java:573)
Caused by: java.lang.RuntimeException: 
org.apache.nutch.indexer.IndexingFilter not found.
        at 
org.apache.nutch.indexer.IndexingFilters.<clinit>(IndexingFilters.java:36)
        ... 3 more

Why org.apache.nutch.indexer.IndexingFilter not found ?

Thanks,

Gal