Re: [freenet-support] Re: [freenet-dev] Divide by zero

2002-10-21 Thread Matthew Toseland
On Sat, Oct 19, 2002 at 10:54:48AM -0700, [EMAIL PROTECTED] wrote:
 
 -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 2002what 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
Don't do that :). freenet.client.cli.Main doesn't support splitfiles,
and a freenet node will not store files larger than (just over) 1/200th
of the storeSize. And of course you need it to be stored on lots of
freenet nodes, not just yours, for it to be of any use. Default
storeSize is now 256MB, this means you should generally not insert files
above 1MB as a single file. Fproxy has a very nice FEC (redundant) splitfile
insertor, and so does fishtools.
 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.
Hmm. Tell me if you get this while inserting anything of a sane size.
 
 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)
This _should_ be fixed.
 
 Get a similar result with the IBM JVM, but the chk@ retrieves ok.
 
 Now with a large file 207,265,940 PB_Snowball.mpg
Um, see above. 200MB file = ~ 45GB store.
 
 same thing
 
 Transfer ended with 

Re: [freenet-support] Re: [freenet-dev] Divide by zero

2002-10-19 Thread kaboom

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On Fri, 18 Oct 2002 16:58:27 -0700 Greg Wooledge [EMAIL PROTECTED] wrote:
[EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:

 I took your suggestion to try other JVM's, looks like KAFFE is
linux only
 so

Kaffe is certainly not linux only since I'm using it on OpenBSD.
Maybe you meant Unix only, since I have no idea (nor do I care)
whether it can run on Windows.

Yes i meant unix. I guess its pointless to ask if you know of any other
JVM's for windows other than IBM's?

And yes Unix has been and always will be 'better' than windows, unfortunatly the evil 
empire has the market so in the end it'll
be the windoze users to popularize freenet.

Whether thats a good thing or not,,

I'm going to try a linux but i dont think that can be expected of
all the evil windoze folk.

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.


Truth belongs to everybody.

Sure it does.

Al the evil that's ever been done
has be done by those of good faith.


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

wlcEARECABcFAj2xcQMQHGthYm9vbUBodXNoLmNvbQAKCRB5zuO1YwPwCVi4AJ0d/vZ6
J0SoeKJ2xTs6D9t3lHemxgCfWfwTZnGPb12EUCHxJJVvgFilLJ8=
=+ypm
-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



Re: [freenet-support] Re: [freenet-dev] Divide by zero

2002-10-19 Thread Edgar Friendly
[EMAIL PROTECTED] writes:

 On Fri, 18 Oct 2002 16:58:27 -0700 Greg Wooledge [EMAIL PROTECTED] wrote:
 [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:
 
  I took your suggestion to try other JVM's, looks like KAFFE is
 linux only
  so
 
 Kaffe is certainly not linux only since I'm using it on OpenBSD.
 Maybe you meant Unix only, since I have no idea (nor do I care)
 whether it can run on Windows.
 
 Yes i meant unix. I guess its pointless to ask if you know of any other
 JVM's for windows other than IBM's?
 
Sun has a JVM for windows, as does microsoft.  I'd recommend against
microsoft's, though.

SNIP

 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?

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



Re: [freenet-support] Re: [freenet-dev] Divide by zero

2002-10-19 Thread kaboom

-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 2002what 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 

Re: [freenet-support] Re: [freenet-dev] Divide by zero

2002-10-18 Thread Matthew Toseland
On Fri, Oct 18, 2002 at 08:24:55AM -0700, [EMAIL PROTECTED] wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
 
 On Thu, 17 Oct 2002 14:12:55 -0700 Matthew Toseland [EMAIL PROTECTED] 
wrote:
 On Mon, Oct 07, 2002 at 10:27:49AM -0700, [EMAIL PROTECTED] wrote:
 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  What are you using to insert? freenet.client.cli.Main ?
 
  I'd prefer to as i find its fastest, but i only get the div/0 through
 the
  gateway page insert. I assume freenet.client.cli.main isnt using
 fec. I ha
 d some minor problems with it,,but that was several snapshots back.
 
  Daily i try the web interface, fcptools, fish if he fixes it again,
 i note
  it fish hung at the same point or there abouts on the manifest
 insert. Th
 is has been happening since the builds with the native ds, which
 i like the
  fact it stays around for more than a few minutes.
 
  I've been trying to stay up to date with the latest config changes,
 this
 is whats in it today if that helps.
 
  I really appreciate your taking the time with me with this.
 Is it working now? Current build is 519
 
 Yes I'm on 519 now and it still happens. I see it's also happening
 to someone else running windows. It's been present since the native
 datastore went it.
 
 I took your suggestion to try other JVM's, looks like KAFFE is linux only so
 i'm currently using IBM's 1.3.1 which seems a little faster but i still
 get the divide by zero error on manifest redirect insertion thru the
 web interface.
I need the stack trace, I don't get it here.
 
 There seem to be other probs with 519, actually since the build since the
 16th about 1600 build that it wont read my old seednodes and im not
 getting off my node with the old ones and have few connections whereas
 before i was nearly flooded with connections,,,
Get some new seednodes. Your old ones are corrupt.
 
 but so it goes..
 
 
 -BEGIN PGP SIGNATURE-
 Version: Hush 2.2 (Java)
 Note: This signature can be verified at https://www.hushtools.com/verify
 
 wlcEARECABcFAj2wJ20QHGthYm9vbUBodXNoLmNvbQAKCRB5zuO1YwPwCXHaAJ9TVJGR
 ZmA9LvX9pb+gnbpNzXlKFgCeLoxBz74TS9ueRwEei/l+ewVH0Tk=
 =NZ+l
 -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
 

-- 
Matthew Toseland
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Freenet/Coldstore open source hacker.
Employed full time by Freenet Project Inc. from 11/9/02 to 11/11/02.
http://freenetproject.org/



msg01436/pgp0.pgp
Description: PGP signature


Re: [freenet-support] Re: [freenet-dev] Divide by zero

2002-10-18 Thread Greg Wooledge
[EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:

 I took your suggestion to try other JVM's, looks like KAFFE is linux only so

Kaffe is certainly not linux only since I'm using it on OpenBSD.
Maybe you meant Unix only, since I have no idea (nor do I care)
whether it can run on Windows.

-- 
Greg Wooledge  |   Truth belongs to everybody.
[EMAIL PROTECTED]  |- The Red Hot Chili Peppers
http://wooledge.org/~greg/ |



msg01451/pgp0.pgp
Description: PGP signature


Re: [freenet-support] Re: [freenet-dev] Divide by zero

2002-10-18 Thread Matthew Toseland
On Fri, Oct 18, 2002 at 08:24:55AM -0700, [EMAIL PROTECTED] wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
 
 On Thu, 17 Oct 2002 14:12:55 -0700 Matthew Toseland [EMAIL PROTECTED] 
wrote:
 On Mon, Oct 07, 2002 at 10:27:49AM -0700, [EMAIL PROTECTED] wrote:
 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  What are you using to insert? freenet.client.cli.Main ?
 
  I'd prefer to as i find its fastest, but i only get the div/0 through
 the
  gateway page insert. I assume freenet.client.cli.main isnt using
 fec. I ha
 d some minor problems with it,,but that was several snapshots back.
 
  Daily i try the web interface, fcptools, fish if he fixes it again,
 i note
  it fish hung at the same point or there abouts on the manifest
 insert. Th
 is has been happening since the builds with the native ds, which
 i like the
  fact it stays around for more than a few minutes.
 
  I've been trying to stay up to date with the latest config changes,
 this
 is whats in it today if that helps.
 
  I really appreciate your taking the time with me with this.
 Is it working now? Current build is 519
 
 Yes I'm on 519 now and it still happens. I see it's also happening
 to someone else running windows. It's been present since the native
 datastore went it.
 
 I took your suggestion to try other JVM's, looks like KAFFE is linux only so
 i'm currently using IBM's 1.3.1 which seems a little faster but i still
 get the divide by zero error on manifest redirect insertion thru the
 web interface.

Upgrade to the current snapshot, it fixes this problem.
 
 There seem to be other probs with 519, actually since the build since the
 16th about 1600 build that it wont read my old seednodes and im not
 getting off my node with the old ones and have few connections whereas
 before i was nearly flooded with connections,,,
 
 but so it goes..
 
 
 -BEGIN PGP SIGNATURE-
 Version: Hush 2.2 (Java)
 Note: This signature can be verified at https://www.hushtools.com/verify
 
 wlcEARECABcFAj2wJ20QHGthYm9vbUBodXNoLmNvbQAKCRB5zuO1YwPwCXHaAJ9TVJGR
 ZmA9LvX9pb+gnbpNzXlKFgCeLoxBz74TS9ueRwEei/l+ewVH0Tk=
 =NZ+l
 -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
 

-- 
Matthew Toseland
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Freenet/Coldstore open source hacker.
Employed full time by Freenet Project Inc. from 11/9/02 to 11/11/02.
http://freenetproject.org/



msg01456/pgp0.pgp
Description: PGP signature