On Tue, 11 Apr 2000, david at aminal.com wrote: > > > > Just updated from cvs, when I started the node it produced this - > > > > > > java.lang.IllegalArgumentException: > > java.lang.reflect.InvocationTargetException > > at Freenet.node.Node.main(Node.java, Compiled Code) > > > > The node is running, I'm not sure what this means.
It means that one of the addresses it tried to load was not correct. It is probably from the printstack command on line 144. You might want to change that to something more legible. > Rats. Another one. The node is still running, and I have received inserts. > > java.lang.NullPointerException > at Freenet.Message.sendBack(Message.java, Compiled Code) > at Freenet.message.InsertReply.pReceived(InsertReply.java, Compiled > Code) > at Freenet.Message.received(Message.java, Compiled Code) > at > Freenet.node.StandardMessageHandler.handle(StandardMessageHandler.java, > Compiled Code) > at Freenet.ConnectionHandler.run(ConnectionHandler.java, Compiled > Code) This is much weirder. mm.replyCon and mm.origRec could both be null, but I can't see them being treated in a way that would cause a nullpointer in this method (n.makeConnection() throws a ConnectFailedException on a null argument). And n and mm would cause if it if they were null, but mm is tested in InsertReply.pRecieved and n can't very well be null. Ideas anyone? > > David Schutt > > > _______________________________________________ > Freenet-dev mailing list > Freenet-dev at lists.sourceforge.net > http://lists.sourceforge.net/mailman/listinfo/freenet-dev -- Oskar Sandberg md98-osa at nada.kth.se #!/bin/perl -sp0777i<X+d*lMLa^*lN%0]dsXx++lMlN/dsM0<j]dsj $/=unpack('H*',$_);$_=`echo 16dio\U$k"SK$/SM$n\EsN0p[lN*1 lK[d2%Sa2/d0$^Ixp"|dc`;s/\W//g;$_=pack('H*',/((..)*)$/) _______________________________________________ Freenet-dev mailing list Freenet-dev at lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/freenet-dev
