Hi all,
I am running Freenet 3.5 on Linux with Java 1.3.0 and
while I can retrieve the data that is in the keyindexes
without trouble (well, lots of it isn't available but
the new-form freenet:KSK@ keys mostly work), I am not
able to retrieve any data I insert myself.
This happens if I insert data directly via my own node,
but also if I use another node to insert/request the
data.
The data does seem to get 'sent out' on freenet, because
when I try to insert it again I will get a Key Collision
error. Retrieving it always fails though.
The log of my own node produces quite a bit of error
messages, an excerpt of it is included below.
My node runs on garf.dyndns.org:23000, and is behind
a firewall that blocks all incoming ports below 1024
and port 80 outgoing. This means that the informRead
and informWrite fail (they do not support the required
proxy), but I cut'n'pasted a nodes.config together.
I also cannot use the keyindexes via fproxy when
inserting data, because it does not support a proxy
either. As far as I can tell the firewall does not
affect the node's operation, since everything except
inserting data works.
Example commandline
-------------------
freenet_insert -serverAddress 64.0.135.217:22976 -verbosity 5
tests/wavelet.cpp wavelet.cpp
freenet_request -serverAddress 64.0.135.217:22976 tests/wavelet.cpp
Replacing tests/wavelet.cpp with freenet:KSK@tests/wavelet.cpp
doesn't help either.
The request was unsuccessful. Src:tcp/64.0.135.217:22976 htl:37 depth:7
id:7cd0426465747f8d type:Freenet.message.TimedOut was received
Java version
------------
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
Java HotSpot(TM) Client VM (build 1.3.0, mixed mode)
Log excerpt
-----------
Dec 23, 2000 6:24:50
PM:Freenet.ConnectionHandler:18164:Minor:49fea4b1d16d35ac -
HandshakeRequest <- tcp/127.0.0.1:2460
Dec 23, 2000 6:24:50
PM:Freenet.ConnectionHandler:18164:Minor:49fea4b1d16d35ac - HandshakeReply
-> tcp/127.0.0.1:2460
Dec 23, 2000 6:24:51
PM:Freenet.ConnectionHandler:18164:Minor:23b09e8552b4ee8 - InsertRequest
<- tcp/127.0.0.1:2460
Dec 23, 2000 6:24:53
PM:Freenet.ConnectionHandler:3306444:Minor:23b09e8552b4ee8 - InsertRequest
-> tcp/24.95.77.99:19114
Dec 23, 2000 6:24:54
PM:Freenet.ConnectionHandler:3306444:Minor:23b09e8552b4ee8 - DataReply <-
tcp/24.95.77.99:19114
Dec 23, 2000 6:24:54
PM:Freenet.ConnectionHandler:18164:Minor:23b09e8552b4ee8 - DataReply ->
tcp/127.0.0.1:2460
Dec 23, 2000 6:24:58
PM:Freenet.ConnectionHandler:3306444:Minor:23b09e8552b4ee8 - StoreData <-
tcp/24.95.77.99:19114
Dec 23, 2000 6:24:58 PM:Freenet.Conduit:5266451:Minor:0-
Exception: java.io.IOException: Bad file descriptor thrown during write of
Conduit feed
Dec 23, 2000 6:24:58
PM:Freenet.message.DataReply$ReplySendDone:5053761:Minor:Ouput error
sending trailing field
Dec 23, 2000 6:24:58
PM:Freenet.ConnectionHandler:3921842:Minor:5cf481bdb7c6c646 -
InsertRequest <- tcp/127.0.0.1:2462
Dec 23, 2000 6:25:02
PM:Freenet.ConnectionHandler:5109604:Minor:5cf481bdb7c6c646 -
InsertRequest -> tcp/24.95.77.99:19114
Dec 23, 2000 6:25:02 PM:Freenet.support.FileBucket:2947633:Minor:Delete
failed on bucket t135e0b63
Dec 23, 2000 6:26:07
PM:Freenet.ConnectionHandler:5109604:Minor:5cf481bdb7c6c646 - InsertReply
<- tcp/24.95.77.99:19114
Dec 23, 2000 6:26:07
PM:Freenet.ConnectionHandler:3921842:Minor:5cf481bdb7c6c646 - InsertReply
-> tcp/127.0.0.1:2462
Dec 23, 2000 6:26:07
PM:Freenet.ConnectionHandler:3921842:Minor:5cf481bdb7c6c646 - DataInsert
<- tcp/127.0.0.1:2462
Dec 23, 2000 6:26:08
PM:Freenet.ConnectionHandler:5109604:Minor:5cf481bdb7c6c646 - DataInsert
-> tcp/24.95.77.99:19114
Dec 23, 2000 6:26:09 PM:Freenet.Conduit:6150416:Minor:0-
Exception: Freenet.support.io.DataNotValidIOException: Data not valid,
code 0 thrown during read of Conduit feed
Dec 23, 2000 6:26:09 PM:Freenet.Conduit:5618579:Minor:0-
Exception: Freenet.support.io.DataNotValidIOException: Data not valid,
code 129 thrown during read of Conduit feed
Dec 23, 2000 6:26:09
PM:Freenet.message.DataInsert$InsertSendDone:910434:Minor:Insert died on
control byte: 129
--
GCP
_______________________________________________
Freenet-support mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/freenet-support