-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On Sat, 19 Oct 2002 09:40:22 -0700 Edgar Friendly <[EMAIL PROTECTED]> wrote:
>[EMAIL PROTECTED] 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@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@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@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.






>Thelema
>--
>E-mail: [EMAIL PROTECTED]                        Raabu and Piisu
>GPG 1024D/36352AAB fpr:756D F615 B4F3 BFFC 02C7  84B7 D8D7 6ECE 3635
>2AAB

>_______________________________________________
>support mailing list
>[EMAIL PROTECTED]
>http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support


-----BEGIN PGP SIGNATURE-----
Version: Hush 2.2 (Java)
Note: This signature can be verified at https://www.hushtools.com/verify

wlcEARECABcFAj2xnA4QHGthYm9vbUBodXNoLmNvbQAKCRB5zuO1YwPwCbvCAKCEL/Ky
i3t4Q26s3IBkEgvYuM+ieACguGTYfYf5Fwy5uK51lRLokzsHVVE=
=G9Pc
-----END PGP SIGNATURE-----




Get your free encrypted email at https://www.hushmail.com

_______________________________________________
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support

Reply via email to