Michael Yip wrote: > Hi all, > > I'm currently writing a simple client to communicate to my Freenet > node so that I can automate the upload and download process. > > For some strange reason, whenver I send a ClientGet and ClientPut > request, unless there's a field missing, I don't get a reply from the > node and I just site there drawing blank. > > Can anyone give me some pointers? > > Thanks, > > Michael > Hi all,
Just to provide more information, here's a weird looking entry in the wrapper log of my node. java.io.IOException: Could not move required quantity of data in copyFrom: -1 (moved 0 of 26): unable to read from freenet.support.io.LineReadingInputStream at 1f0f0c8 INFO | jvm 1 | 2009/08/24 23:27:52 | at freenet.support.io.BucketTools.copyFrom(BucketTools.java:321) INFO | jvm 1 | 2009/08/24 23:27:52 | at freenet.node.fcp.DataCarryingMessage.readFrom(DataCarryingMessage.java:49) INFO | jvm 1 | 2009/08/24 23:27:52 | at freenet.node.fcp.FCPConnectionInputHandler.realRun(FCPConnectionInputHandler.java:125) INFO | jvm 1 | 2009/08/24 23:27:52 | at freenet.node.fcp.FCPConnectionInputHandler.run(FCPConnectionInputHandler.java:49) INFO | jvm 1 | 2009/08/24 23:27:52 | at freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:224) Thanks, Michael
