You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by Apache Wiki <wi...@apache.org> on 2007/03/01 22:29:38 UTC

[Nutch Wiki] Update of "solved problems" by pannous

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.

The following page has been changed by pannous:
http://wiki.apache.org/nutch/solved_problems

New page:
Problem(Exception)/Solution pairs

P:Not a known field name:DEFAULT
S: Add plugin
    <property>
    <name>plugin.includes</name>
    <value>query-basic|.....
in hadoop-default.xml

P: [null] MalformedUrlException
S: add 

P: java.lang.ClassCastException: org.apache.hadoop.io.Text
S: wrong hadoop version / patch http://files.pannous.de/org.rar

P:java.lang.NoSuchMethodError: org.apache.hadoop.io.MapFile $Writer.
S: wrong hadoop version / patch http://files.pannous.de/org.rar

P: NullPointerException when crawling :
S:  <property>
        <name>http.agent.name</name>
        <value>NutchCVS</value>
        <description>Our HTTP 'User-Agent' request header.</description>
    </property>

P: java.io.IOException: config()
S: ignore it ! ;)

P: nutch crawl ...   Job Failed!
S: manifold. set log4j.properties debug level !
log4j.rootLogger=ALL, stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender