Hello,
I'm moving from 0.5 release to the latest nightly release and I'm
getting the following error:
050415 031240 Starting URL processing
050415 031240 Plugins: directory not found: plugins <=====
Exception in thread "main" java.lang.ExceptionInInitializerError
at
org.apache.nutch.db.WebDBInjector.addPage(WebDBInjector.java:437)
....
Caused by: java.lang.RuntimeException: org.apache.nutch.net.URLFilter
not found.
at org.apache.nutch.net.URLFilters.<clinit>(URLFilters.java:44)
... 7 more
So I thought I messed up the path to plugins dir in the XML config
file, but I have it set correctly in nutch-site.xml:
<property>
<name>plugin.folders</name>
<value>/opt/nutch/plugins</value>
</property>
So I tried changing it to /opt/nutch/FOO and running the Fetcher again
to see if I'll see a reference to FOO somewhere, but I got the same
exact error (no mention of FOO), which makes me think that this
property is being ignored. I found PluginManifestParser code that
deals with this, and it all looks good.
Any ideas? I checked the CHANGES.txt file to see what changed, but I
didn't see anything that should affect this. I'm probably messing
something up on my end - I didn't see anyone else with this problem
recently.
Thanks,
Otis