1. The install.bat needs to be updated to handle the new "thread" directory
and .class files.
2. Upon running 417, many NullPointerExceptions are thrown during startup:
java.lang.NullPointerException:
at Freenet.node.StandardDataStore.put(StandardDataStore.java:315)
at Freenet.node.StandardDataStore.put(StandardDataStore.java:304)
at Freenet.node.Node.main(Node.java, Compiled Code)
Line numbers will be slightly different (+/- 5) because of my added code.
The
public void put(Key k, Address r, Document d)
method is being called with null Documents. The Key and Address are valid,
though. Related (?) errors from freenet.log:
Apr 16, 2000 10:51:52 PM:DataStore.java:Debug:called
searchRef(8161B64AA3E765AA45FD78AE2FA879EB84F6184C)
Apr 16, 2000 10:51:52 PM:DataStore.java:Debug:Not found.
This is repeated with different values 19 times.
-cm
_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev