----- Forwarded message from kaboom at hush.com -----
To: support at freenetproject.org
Cc:
Subject: Re: [freenet-support] Re: [freenet-dev] Divide by zero
From: [email protected]
X-BeenThere: support at freenetproject.org
X-Mailman-Version: 2.0.12
Reply-To: support at freenetproject.org
List-Help: <mailto:support-request at freenetproject.org?subject=help>
List-Post: <mailto:support at freenetproject.org>
List-Subscribe:
<http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support>,
<mailto:support-request at freenetproject.org?subject=subscribe>
List-Id: <support.freenetproject.org>
List-Unsubscribe:
<http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support>,
<mailto:support-request at freenetproject.org?subject=unsubscribe>
List-Archive: <http://hawk.freenetproject.org/pipermail/support/>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Sat, 19 Oct 2002 09:40:22 -0700 Edgar Friendly <thelema at
mercury.truman.edu> wrote:
>kaboom at hush.com writes:
>> I've tried inserting with just freenet client main and get unusual
>results these days in that the redirect stays but the actual insert
>vanishes,,,but whatever everyday's a new story.
>>
>the actual insert vanishes? what's the error/"unusual results"?
What has been happening, i'm trying a few now, is that with larger files
the insert looks fine, but all i can get back is the redirect but not the
the key it redirects to. However today with 519 it's erring on redirect
insertion but the file is there.
eg
Created a keypair to test
Public: VCIm0RVwJvYlMNjQSbP~awFub3w
Private: U~EnjXOIJtX7lc0Qnpm~4rcwU5g
23,658,496 MonstertvT.mpg the file to insert
Windows XP 2002 what i'm running
Sun j2re1.4.1
Snapshot 519 current
java -cp .;freenet.jar freenet.client.cli.Main put --htl 0 --logLevel debug SSK
at U~EnjXOIJtX7lc0Qnpm~4rcwU5g/MonstertvT.mpg MonstertvT.mpg
State PREPARED reached.
State REQUESTING reached.
Transfer of 23658519 bytes started.
1478679 bytes transferred.
[yada yada]
20701207 bytes transferred.
22179863 bytes transferred.
Transfer ended with 23658519 bytes moved.
Insert URI - freenet:CHK at
L5hcNAHkG-I-htihk~9BZCHfCB0ZAwI,i-iu3z~16bCT815tWQygSQ
The insert has been accepted; waiting up to 67168 seconds for the StoreData
State DONE reached.
State PREPARED reached.
State REQUESTING reached.
Transfer of 168 bytes started.
Transfer ended with 168 bytes moved.
A fatal exception occured while processing: java.io.EOFException
State FAILED reached.
Request failed.
This is different and has just happened today, here's what my log says
i just have it on minor.
Oct 19, 2002 11:51:13 AM (freenet.interfaces.LocalInterface, Interface #
tcp/8481): Accepted connection: tcp connection:
Socket[addr=/127.0.0.1,port=1558,localport=8481]
Oct 19, 2002 11:51:13 AM (freenet.ConnectionHandler, QThread-10): ClientPut @
6d9ac4d137fb0751 <- tcp/127.0.0.1:1558
Oct 19, 2002 11:52:00 AM (freenet.node.states.maintenance.Checkpoint,
QThread-10): Executing Checkpoint: Polling and aggregation of diagnostics.
Oct 19, 2002 11:52:15 AM (freenet.ConnectionHandler, QThread-9): Pending @
6d9ac4d137fb0751 -> tcp/127.0.0.1:1558
Oct 19, 2002 11:52:28 AM (freenet.node.states.maintenance.Checkpoint,
QThread-9): Executing Checkpoint: Saving routing table changes.
Oct 19, 2002 11:52:34 AM (freenet.node.states.request.ReceivingInsert,
QThread-9): Data received successfully!
Oct 19, 2002 11:52:34 AM (freenet.ConnectionHandler, QThread-9): Success @
6d9ac4d137fb0751 -> tcp/127.0.0.1:1558
Oct 19, 2002 11:52:34 AM (freenet.interfaces.LocalInterface, Interface #
tcp/8481): Accepted connection: tcp connection:
Socket[addr=/127.0.0.1,port=1559,localport=8481]
Oct 19, 2002 11:52:34 AM (freenet.ConnectionHandler, QThread-10): ClientPut @
cb2bc634b2ca4d6a <- tcp/127.0.0.1:1559
Oct 19, 2002 11:52:35 AM (freenet.node.Node, QThread-9): Error while receiving
message freenet.Message: ClientPut @cb2bc634b2ca4d6a in state New ClientPut @
cb2bc634b2ca4d6a
java.lang.IllegalAccessError: tried to access method
java.lang.Object.clone()Ljava/lang/Object; from class freenet.keys.SVK
at freenet.keys.SVK.<init>(SVK.java:79)
at freenet.client.ClientSVK.priv_encode(ClientSVK.java:130)
at freenet.client.ClientSVK.encode(ClientSVK.java:139)
at freenet.node.states.FCP.NewClientPut.received(NewClientPut.java:74)
at freenet.node.StateChain.received(StateChain.java:161)
at freenet.node.StateChain.received(StateChain.java:52)
at
freenet.node.StandardMessageHandler$Ticket.run(StandardMessageHandler.java:210)
at
freenet.node.StandardMessageHandler$Ticket.received(StandardMessageHandler.java:159)
at
freenet.node.StandardMessageHandler$Ticket.access$0(StandardMessageHandler.java:121)
at
freenet.node.StandardMessageHandler.handle(StandardMessageHandler.java:68)
at freenet.Ticker$Event.run(Ticker.java:196)
at freenet.thread.QThreadFactory$QThread.run(QThreadFactory.java:203)
Get a similar result with the IBM JVM, but the chk@ retrieves ok.
Now with a large file 207,265,940 PB_Snowball.mpg
same thing
Transfer ended with 207265963 bytes moved.
Insert URI - freenet:CHK at
V9XBCcB79wflWGbKFSVQEhHvJOwcAwI,k7sXcFWP0MbZC1A31dw7Vg
The insert has been accepted; waiting up to 536930 seconds for the StoreData
State DONE reached.
State PREPARED reached.
State REQUESTING reached.
Transfer of 168 bytes started.
Transfer ended with 168 bytes moved.
A fatal exception occured while processing: java.io.EOFException
State FAILED reached.
java.lang.IllegalAccessError: tried to access method
java.lang.Object.clone()Ljava/lang/Object; from class freenet.keys.SVK
at freenet.keys.SVK.<init>(SVK.java:79)
at freenet.client.ClientSVK.priv_encode(ClientSVK.java:130)
at freenet.client.ClientSVK.encode(ClientSVK.java:139)
at freenet.node.states.FCP.NewClientPut.received(NewClientPut.java:74)
at freenet.node.StateChain.received(StateChain.java:161)
at freenet.node.StateChain.received(StateChain.java:52)
at
freenet.node.StandardMessageHandler$Ticket.run(StandardMessageHandler.java:210)
at
freenet.node.StandardMessageHandler$Ticket.received(StandardMessageHandler.java:159)
at
freenet.node.StandardMessageHandler$Ticket.access$0(StandardMessageHandler.java:121)
at
freenet.node.StandardMessageHandler.handle(StandardMessageHandler.java:68)
at freenet.Ticker$Event.run(Ticker.java:196)
at freenet.thread.QThreadFactory$QThread.run(QThreadFactory.java:203)
(freenet.ConnectionHandler, QThread-9): Invalid message:
freenet.InvalidMessageException: Failed to load key: freenet.KeyException:
java.lang.IllegalAccessError: tried to access method
java.lang.Object.clone()Ljava/lang/Object; from class freenet.keys.SVK
And it wont retrieve the CHK@ either and it note the storage figure
bounced up by 200 meg while inserting it and then drops after insertion
which is the result even when the redirect insertion works.
I figure when freenetclientmain doesnt work i figure there not much hope for
other methods.
----- End forwarded message -----
So what's this? SVK.java L79 is root = (byte []) val.clone();
root and val are both byte[].
--
Matthew Toseland
toad at amphibian.dyndns.org
amphibian at users.sourceforge.net
Freenet/Coldstore open source hacker.
Employed full time by Freenet Project Inc. from 11/9/02 to 11/11/02.
http://freenetproject.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL:
<https://emu.freenetproject.org/pipermail/devl/attachments/20021019/fe75674e/attachment.pgp>