Hi,

I upgraded to the last version from the svn today. After having some nuts and bolts fixes (missing hadoop-site.xml, webapps-dir). I finally tried to inject a new set of urls. Doing so, I get the exception below.

My mistake or a bug?

        Michael


java.lang.IllegalAccessException: Class org.apache.nutch.io.ObjectWritable can not access a member of class org.apache.hadoop.io.ObjectWritable$NullInstance with modifiers "public" java.lang.RuntimeException: java.lang.IllegalAccessException: Class org.apache.nutch.io.ObjectWritable can not access a member of class org.apache.hadoop.io.ObjectWritable$NullInstance with modifiers "public"
        at 
org.apache.nutch.io.ObjectWritable.readObject(ObjectWritable.java:244)
        at org.apache.nutch.io.ObjectWritable.readFields(ObjectWritable.java:64)
        at org.apache.nutch.ipc.Client$Connection.run(Client.java:168)
Caused by: java.lang.IllegalAccessException: Class org.apache.nutch.io.ObjectWritable can not access a member of class org.apache.hadoop.io.ObjectWritable$NullInstance with modifiers "public"
        at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65)
        at java.lang.Class.newInstance0(Class.java:344)
        at java.lang.Class.newInstance(Class.java:303)
        at 
org.apache.nutch.io.ObjectWritable.readObject(ObjectWritable.java:235)
        ... 2 more

--
Michael Nebel
http://www.nebel.de/
http://www.netluchs.de/



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Nutch-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to