Hi Andy, > What is this error from?
Wow, super cool! You're the first post I've seen to the list regarding these log messages that I put in :-) For that matter, they're log warnings, not errors really: > 060202 141539 ParserFactory:Plugin: parse-text mapped to contentType > text/xml via parse-plugins.xml, but its plugin.xml file does not claim > to support contentType: text/xml This one says that you have the parse-text plugin mapped to the contentType "text/xml" in the parse-plugins.xml file. However, this is kind of weird because the plugin.xml file for the parse-text plugin does not claim to support "text/xml". So, it's just a warning. > 060202 141539 ParserFactory:Plugin: parse-html mapped to contentType > text/xml via parse-plugins.xml, but its plugin.xml file does not claim > to support contentType: text/xml Same issue here. > 060202 141539 ParserFactory: Plugin: parse-rss mapped to contentType > text/xml via parse-plugins.xml, but not enabled via plugin.includes in > nutch-default.xml This is another cool one (in my opinion :-) ). It says that you went ahead and mapped parse-rss to the contentType "text/xml" in parse-plugins.xml, however, you didn't enable parse-rss in the plugin.includes property in nutch-default.xml, or nutch-site.xml. Does that make sense? Cheers, Chris > > Andy
