Re: [freenet-support] problems with FEC

2002-10-18 Thread Matthew Toseland
On Wed, Oct 16, 2002 at 12:08:13AM +0200, [EMAIL PROTECTED] wrote:
  simple.
  
  when trying to download a fec from freenet:
 Is this a new node? It's possible that there is crud in your config file
 that is no longer valid for new builds.
 
 yes, it is, in fact 517
 
 am i missing some config lines? splease be so nice and prompt them into the support 
ml :)
Upgrade to the current snapshot (519). This is probably caused by not
having a valid temporary directory, 519 makes one in the datastore.
 
  
  16.10.2002 22:58:16 (freenet.client.http.FproxyServlet, FThread-1): Error sending 
data to browser: freenet.client.http.filter.FilterException: Unknown mime 
  type snip/snip
  Couldn't get decoder!
  java.lang.NullPointerException
 at freenet.client.SplitFileDownloader.start(SplitFileDownloader.java:259)
 at 
freenet.client.http.SplitFileRequestContext.sendData(SplitFileRequestContext.java:756)
 at 
freenet.client.http.SplitFileRequestContext.renderPage(SplitFileRequestContext.java:289)
 at 
freenet.client.http.SplitFileRequestContext.handle(SplitFileRequestContext.java:96)
 at freenet.client.http.FproxyServlet.handleContexts(FproxyServlet.java:378)
 at freenet.client.http.FproxyServlet.doGet(FproxyServlet.java:410)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
 at freenet.client.http.FproxyServlet.service(FproxyServlet.java:310)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
 at freenet.interfaces.servlet.ServletContainer.handle(ServletContainer.java:62)
 at 
freenet.interfaces.LocalInterface$ConnectionShell.run(LocalInterface.java:180)
 at freenet.thread.FastThreadFactory$FThread.run(FastThreadFactory.java:89)
  
  
  when trying to upload a file 1mb to localhost (htl=0) to check if it works from 
there:
  
  java.lang.ArithmeticException: / by zero
 at freenet.Key.getTransmissionLength(Key.java:116)
 at freenet.client.AbstractClientKey.getTotalLength(AbstractClientKey.java:238)
 at freenet.client.AbstractClientKey.getTotalLength(AbstractClientKey.java:233)
 at freenet.client.InternalClient$NewInternalPut.init(InternalClient.java:513)
 at freenet.client.InternalClient.getClient(InternalClient.java:41)
 at freenet.client.http.InsertContext.doInsert(InsertContext.java:507)
 at freenet.client.http.InsertContext.insertMetadata(InsertContext.java:588)
 at freenet.client.http.InsertContext.run(InsertContext.java:610)
 at java.lang.Thread.run(Thread.java:536)
  
  
  you probably know that already, but how can these be made operational?
  
  specs:
  
  Windows 98 [Version 4.10.]
  
  java version 1.4.0_01
  Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03)
  Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode)
  (tested with 1.3.0, too, but no changes)
  
  256mb ram, gigs of hd
  nearly fresh native store (i like this one ;)
  
  installed via webinstall
  
  
  btw - the rabbit installed via the webinstaller does not properly start/stop 
freenet, seems like he does not use the correct path or something
 
 
 
 
 The information transmitted is intended only for the person or entity to which it is 
addressed and may contain confidential and/or privileged material. Any review, 
retransmission, dissemination or other use of, or taking of any action in reliance 
upon, this information by persons or entities other than the intended recipient is 
prohibited. If you received this in error, please contact the sender and delete the 
material from any computer.
 
 
 
 ___
 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://freenetprojec.org/



msg01415/pgp0.pgp
Description: PGP signature


Re: [freenet-support] problems with FEC

2002-10-18 Thread Matthew Toseland
On Fri, Oct 18, 2002 at 01:09:07AM +0200, [EMAIL PROTECTED] wrote:
   simple.
   
   when trying to download a fec from freenet:
  Is this a new node? It's possible that there is crud in your config file
  that is no longer valid for new builds.
  
  yes, it is, in fact 517
  
  am i missing some config lines? splease be so nice and prompt them into the 
support ml :)
 Upgrade to the current snapshot (519). This is probably caused by not
 having a valid temporary directory, 519 makes one in the datastore.
 
 alright, 519 is up
 i d/l the tgz, stopped the node, extracted freenet.jer and ext.jar to the freenet 
directory, overwriting the old files
 i did NOT touch the config file and despite i'm running windows (no new start of the 
installer) a splitfile upload actually
 SUCCEEDED with the first file!
 unable to believe this wonder, i tries again, with a different file and it gave me 
again a
 
 UNEXPECTED EXCEPTION: java.lang.ArithmeticException: / by zero
 java.lang.ArithmeticException: / by zero
 at freenet.Key.getTransmissionLength(Key.java:116)
 at freenet.client.AbstractClientKey.getTotalLength(AbstractClientKey.java:238)
 at freenet.client.AbstractClientKey.getTotalLength(AbstractClientKey.java:233)
 at freenet.client.InternalClient$NewInternalPut.(InternalClient.java:519)
 at freenet.client.InternalClient.getClient(InternalClient.java:41)
 at freenet.client.http.InsertContext.doInsert(InsertContext.java:507)
 at freenet.client.http.InsertContext.insertMetadata(InsertContext.java:588)
 at freenet.client.http.InsertContext.run(InsertContext.java:610)
 at java.lang.Thread.run(Thread.java:536)
Please upgrade to a stable JVM. This means anything except sun 1.4.
 
 and the insert failed :[
 
 so? do you have some config lines for me? :)
 
 [plz go to end of file]
 
   
   16.10.2002 22:58:16 (freenet.client.http.FproxyServlet, FThread-1): Error 
sending data to browser: freenet.client.http.filter.FilterException: Unknown 
 mime 
   type snip/snip
   Couldn't get decoder!
   java.lang.NullPointerException
   at 
freenet.client.SplitFileDownloader.start(SplitFileDownloader.java:259)
   at 
freenet.client.http.SplitFileRequestContext.sendData(SplitFileRequestContext.java:756)
   at 
freenet.client.http.SplitFileRequestContext.renderPage(SplitFileRequestContext.java:289)
   at 
freenet.client.http.SplitFileRequestContext.handle(SplitFileRequestContext.java:96)
   at 
freenet.client.http.FproxyServlet.handleContexts(FproxyServlet.java:378)
   at freenet.client.http.FproxyServlet.doGet(FproxyServlet.java:410)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
   at freenet.client.http.FproxyServlet.service(FproxyServlet.java:310)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
   at 
freenet.interfaces.servlet.ServletContainer.handle(ServletContainer.java:62)
   at 
freenet.interfaces.LocalInterface$ConnectionShell.run(LocalInterface.java:180)
   at 
freenet.thread.FastThreadFactory$FThread.run(FastThreadFactory.java:89)
   
   
   when trying to upload a file 1mb to localhost (htl=0) to check if it works 
from there:
   
   java.lang.ArithmeticException: / by zero
   at freenet.Key.getTransmissionLength(Key.java:116)
   at 
freenet.client.AbstractClientKey.getTotalLength(AbstractClientKey.java:238)
   at 
freenet.client.AbstractClientKey.getTotalLength(AbstractClientKey.java:233)
   at 
freenet.client.InternalClient$NewInternalPut.init(InternalClient.java:513)
   at freenet.client.InternalClient.getClient(InternalClient.java:41)
   at freenet.client.http.InsertContext.doInsert(InsertContext.java:507)
   at 
freenet.client.http.InsertContext.insertMetadata(InsertContext.java:588)
   at freenet.client.http.InsertContext.run(InsertContext.java:610)
   at java.lang.Thread.run(Thread.java:536)
   
   
   you probably know that already, but how can these be made operational?
   
   specs:
   
   Windows 98 [Version 4.10.]
   
   java version 1.4.0_01
   Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03)
   Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode)
   (tested with 1.3.0, too, but no changes)
   
   256mb ram, gigs of hd
   nearly fresh native store (i like this one ;)
   
   installed via webinstall
   
   
   btw - the rabbit installed via the webinstaller does not properly start/stop 
freenet, seems like he does not use the correct path or something
 
 well, this has been reported by several people, i suppose.
 does the wininstall- or rabbit-geek find the error? manual execution via java 
-jar ... does work, but not via the tasktray icon :( i think it's a path problem
 
 
 
 ___
 support mailing list
 [EMAIL PROTECTED]
 http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support
 

-- 
Matthew Toseland
[EMAIL PROTECTED]
[EMAIL 

Re: [freenet-support] problems with FEC

2002-10-18 Thread [EMAIL PROTECTED]
  simple.
  
  when trying to download a fec from freenet:
 Is this a new node? It's possible that there is crud in your config file
 that is no longer valid for new builds.
 
 yes, it is, in fact 517
 
 am i missing some config lines? splease be so nice and prompt them into the support 
ml :)
Upgrade to the current snapshot (519). This is probably caused by not
having a valid temporary directory, 519 makes one in the datastore.

alright, 519 is up
i d/l the tgz, stopped the node, extracted freenet.jer and ext.jar to the freenet 
directory, overwriting the old files
i did NOT touch the config file and despite i'm running windows (no new start of the 
installer) a splitfile upload actually
SUCCEEDED with the first file!
unable to believe this wonder, i tries again, with a different file and it gave me 
again a

UNEXPECTED EXCEPTION: java.lang.ArithmeticException: / by zero
java.lang.ArithmeticException: / by zero
at freenet.Key.getTransmissionLength(Key.java:116)
at freenet.client.AbstractClientKey.getTotalLength(AbstractClientKey.java:238)
at freenet.client.AbstractClientKey.getTotalLength(AbstractClientKey.java:233)
at freenet.client.InternalClient$NewInternalPut.(InternalClient.java:519)
at freenet.client.InternalClient.getClient(InternalClient.java:41)
at freenet.client.http.InsertContext.doInsert(InsertContext.java:507)
at freenet.client.http.InsertContext.insertMetadata(InsertContext.java:588)
at freenet.client.http.InsertContext.run(InsertContext.java:610)
at java.lang.Thread.run(Thread.java:536)

and the insert failed :[

so? do you have some config lines for me? :)

[plz go to end of file]

  
  16.10.2002 22:58:16 (freenet.client.http.FproxyServlet, FThread-1): Error 
sending data to browser: freenet.client.http.filter.FilterException: Unknown 
mime 
  type snip/snip
  Couldn't get decoder!
  java.lang.NullPointerException
at freenet.client.SplitFileDownloader.start(SplitFileDownloader.java:259)
at 
freenet.client.http.SplitFileRequestContext.sendData(SplitFileRequestContext.java:756)
at 
freenet.client.http.SplitFileRequestContext.renderPage(SplitFileRequestContext.java:289)
at 
freenet.client.http.SplitFileRequestContext.handle(SplitFileRequestContext.java:96)
at freenet.client.http.FproxyServlet.handleContexts(FproxyServlet.java:378)
at freenet.client.http.FproxyServlet.doGet(FproxyServlet.java:410)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at freenet.client.http.FproxyServlet.service(FproxyServlet.java:310)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at freenet.interfaces.servlet.ServletContainer.handle(ServletContainer.java:62)
at 
freenet.interfaces.LocalInterface$ConnectionShell.run(LocalInterface.java:180)
at freenet.thread.FastThreadFactory$FThread.run(FastThreadFactory.java:89)
  
  
  when trying to upload a file 1mb to localhost (htl=0) to check if it works from 
there:
  
  java.lang.ArithmeticException: / by zero
at freenet.Key.getTransmissionLength(Key.java:116)
at freenet.client.AbstractClientKey.getTotalLength(AbstractClientKey.java:238)
at freenet.client.AbstractClientKey.getTotalLength(AbstractClientKey.java:233)
at freenet.client.InternalClient$NewInternalPut.init(InternalClient.java:513)
at freenet.client.InternalClient.getClient(InternalClient.java:41)
at freenet.client.http.InsertContext.doInsert(InsertContext.java:507)
at freenet.client.http.InsertContext.insertMetadata(InsertContext.java:588)
at freenet.client.http.InsertContext.run(InsertContext.java:610)
at java.lang.Thread.run(Thread.java:536)
  
  
  you probably know that already, but how can these be made operational?
  
  specs:
  
  Windows 98 [Version 4.10.]
  
  java version 1.4.0_01
  Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03)
  Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode)
  (tested with 1.3.0, too, but no changes)
  
  256mb ram, gigs of hd
  nearly fresh native store (i like this one ;)
  
  installed via webinstall
  
  
  btw - the rabbit installed via the webinstaller does not properly start/stop 
freenet, seems like he does not use the correct path or something

well, this has been reported by several people, i suppose.
does the wininstall- or rabbit-geek find the error? manual execution via java -jar 
... does work, but not via the tasktray icon :( i think it's a path problem



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



Re: [freenet-support] problems with FEC

2002-10-18 Thread Matthew Toseland
  alright, 519 is up
  i d/l the tgz, stopped the node, extracted freenet.jer and ext.jar to the freenet 
directory, overwriting the old files
  i did NOT touch the config file and despite i'm running windows (no new start of 
the installer) a splitfile upload actually
  SUCCEEDED with the first file!
  unable to believe this wonder, i tries again, with a different file and it gave me 
again a
  
  UNEXPECTED EXCEPTION: java.lang.ArithmeticException: / by zero
  java.lang.ArithmeticException: / by zero
  at freenet.Key.getTransmissionLength(Key.java:116)
  at freenet.client.AbstractClientKey.getTotalLength(AbstractClientKey.java:238)
  at freenet.client.AbstractClientKey.getTotalLength(AbstractClientKey.java:233)
  at freenet.client.InternalClient$NewInternalPut.(InternalClient.java:519)
  at freenet.client.InternalClient.getClient(InternalClient.java:41)
  at freenet.client.http.InsertContext.doInsert(InsertContext.java:507)
  at freenet.client.http.InsertContext.insertMetadata(InsertContext.java:588)
  at freenet.client.http.InsertContext.run(InsertContext.java:610)
  at java.lang.Thread.run(Thread.java:536)
 Please upgrade to a stable JVM. This means anything except sun 1.4.
To clarify, THERE ARE OTHER WINDOWS JVMS. One good example is the one IBM makes.
 -- 
 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/



-- 
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/



msg01438/pgp0.pgp
Description: PGP signature


[freenet-support] problems with FEC

2002-10-16 Thread [EMAIL PROTECTED]

simple.

when trying to download a fec from freenet:

16.10.2002 22:58:16 (freenet.client.http.FproxyServlet, FThread-1): Error sending data 
to browser: freenet.client.http.filter.FilterException: Unknown mime 
type snip/snip
Couldn't get decoder!
java.lang.NullPointerException
at freenet.client.SplitFileDownloader.start(SplitFileDownloader.java:259)
at 
freenet.client.http.SplitFileRequestContext.sendData(SplitFileRequestContext.java:756)
at 
freenet.client.http.SplitFileRequestContext.renderPage(SplitFileRequestContext.java:289)
at 
freenet.client.http.SplitFileRequestContext.handle(SplitFileRequestContext.java:96)
at freenet.client.http.FproxyServlet.handleContexts(FproxyServlet.java:378)
at freenet.client.http.FproxyServlet.doGet(FproxyServlet.java:410)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at freenet.client.http.FproxyServlet.service(FproxyServlet.java:310)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at freenet.interfaces.servlet.ServletContainer.handle(ServletContainer.java:62)
at 
freenet.interfaces.LocalInterface$ConnectionShell.run(LocalInterface.java:180)
at freenet.thread.FastThreadFactory$FThread.run(FastThreadFactory.java:89)


when trying to upload a file 1mb to localhost (htl=0) to check if it works from there:

java.lang.ArithmeticException: / by zero
at freenet.Key.getTransmissionLength(Key.java:116)
at freenet.client.AbstractClientKey.getTotalLength(AbstractClientKey.java:238)
at freenet.client.AbstractClientKey.getTotalLength(AbstractClientKey.java:233)
at freenet.client.InternalClient$NewInternalPut.init(InternalClient.java:513)
at freenet.client.InternalClient.getClient(InternalClient.java:41)
at freenet.client.http.InsertContext.doInsert(InsertContext.java:507)
at freenet.client.http.InsertContext.insertMetadata(InsertContext.java:588)
at freenet.client.http.InsertContext.run(InsertContext.java:610)
at java.lang.Thread.run(Thread.java:536)


you probably know that already, but how can these be made operational?

specs:

Windows 98 [Version 4.10.]

java version 1.4.0_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03)
Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode)
(tested with 1.3.0, too, but no changes)

256mb ram, gigs of hd
nearly fresh native store (i like this one ;)

installed via webinstall


btw - the rabbit installed via the webinstaller does not properly start/stop freenet, 
seems like he does not use the correct path or something




The information transmitted is intended only for the person or entity to which it is 
addressed and may contain confidential and/or privileged material. Any 
review, retransmission, dissemination or other use of, or taking of any action in 
reliance upon, this information by persons or entities other than the intended 
recipient is prohibited. If you received this in error, please contact the sender and 
delete the material from any computer.






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



Re: [freenet-support] problems with FEC

2002-10-16 Thread the bishop

 ...
 java version 1.4.0_01
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03)
 Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode)
 (tested with 1.3.0, too, but no changes)
 ...

first of all, 1.4.0 is a beta version.
try 1.4.1 or later, or use IBMs JDK.

second: update the node itself, we have a lot of changes these days, before 
the 0.5 stable release.
I have only little experience with the windows stuff, but it should be easy. 
stop the node, run the updater (.exe) and start again.

mfg The Bishop

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



Re: [freenet-support] problems with FEC

2002-10-16 Thread Matthew Toseland

On Wed, Oct 16, 2002 at 11:11:02PM +0200, [EMAIL PROTECTED] wrote:
 simple.
 
 when trying to download a fec from freenet:
Is this a new node? It's possible that there is crud in your config file
that is no longer valid for new builds.
 
 16.10.2002 22:58:16 (freenet.client.http.FproxyServlet, FThread-1): Error sending 
data to browser: freenet.client.http.filter.FilterException: Unknown mime 
 type snip/snip
 Couldn't get decoder!
 java.lang.NullPointerException
   at freenet.client.SplitFileDownloader.start(SplitFileDownloader.java:259)
   at 
freenet.client.http.SplitFileRequestContext.sendData(SplitFileRequestContext.java:756)
   at 
freenet.client.http.SplitFileRequestContext.renderPage(SplitFileRequestContext.java:289)
   at 
freenet.client.http.SplitFileRequestContext.handle(SplitFileRequestContext.java:96)
   at freenet.client.http.FproxyServlet.handleContexts(FproxyServlet.java:378)
   at freenet.client.http.FproxyServlet.doGet(FproxyServlet.java:410)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
   at freenet.client.http.FproxyServlet.service(FproxyServlet.java:310)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
   at freenet.interfaces.servlet.ServletContainer.handle(ServletContainer.java:62)
   at 
freenet.interfaces.LocalInterface$ConnectionShell.run(LocalInterface.java:180)
   at freenet.thread.FastThreadFactory$FThread.run(FastThreadFactory.java:89)
 
 
 when trying to upload a file 1mb to localhost (htl=0) to check if it works from 
there:
 
 java.lang.ArithmeticException: / by zero
   at freenet.Key.getTransmissionLength(Key.java:116)
   at freenet.client.AbstractClientKey.getTotalLength(AbstractClientKey.java:238)
   at freenet.client.AbstractClientKey.getTotalLength(AbstractClientKey.java:233)
   at freenet.client.InternalClient$NewInternalPut.init(InternalClient.java:513)
   at freenet.client.InternalClient.getClient(InternalClient.java:41)
   at freenet.client.http.InsertContext.doInsert(InsertContext.java:507)
   at freenet.client.http.InsertContext.insertMetadata(InsertContext.java:588)
   at freenet.client.http.InsertContext.run(InsertContext.java:610)
   at java.lang.Thread.run(Thread.java:536)
 
 
 you probably know that already, but how can these be made operational?
 
 specs:
 
 Windows 98 [Version 4.10.]
 
 java version 1.4.0_01
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03)
 Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode)
 (tested with 1.3.0, too, but no changes)
 
 256mb ram, gigs of hd
 nearly fresh native store (i like this one ;)
 
 installed via webinstall
 
 
 btw - the rabbit installed via the webinstaller does not properly start/stop 
freenet, seems like he does not use the correct path or something
 
 
 
 
 The information transmitted is intended only for the person or entity to which it is 
addressed and may contain confidential and/or privileged material. Any 
 review, retransmission, dissemination or other use of, or taking of any action in 
reliance upon, this information by persons or entities other than the intended 
 recipient is prohibited. If you received this in error, please contact the sender 
and delete the material from any computer.
 
 
 
 
 
 
 ___
 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://freenetprojec.org/



msg01390/pgp0.pgp
Description: PGP signature


Re: [freenet-support] problems with FEC

2002-10-16 Thread [EMAIL PROTECTED]

 simple.
 
 when trying to download a fec from freenet:
Is this a new node? It's possible that there is crud in your config file
that is no longer valid for new builds.

yes, it is, in fact 517

am i missing some config lines? splease be so nice and prompt them into the support ml 
:)

 
 16.10.2002 22:58:16 (freenet.client.http.FproxyServlet, FThread-1): Error sending 
data to browser: freenet.client.http.filter.FilterException: Unknown mime 
 type snip/snip
 Couldn't get decoder!
 java.lang.NullPointerException
  at freenet.client.SplitFileDownloader.start(SplitFileDownloader.java:259)
  at 
freenet.client.http.SplitFileRequestContext.sendData(SplitFileRequestContext.java:756)
  at 
freenet.client.http.SplitFileRequestContext.renderPage(SplitFileRequestContext.java:289)
  at 
freenet.client.http.SplitFileRequestContext.handle(SplitFileRequestContext.java:96)
  at freenet.client.http.FproxyServlet.handleContexts(FproxyServlet.java:378)
  at freenet.client.http.FproxyServlet.doGet(FproxyServlet.java:410)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
  at freenet.client.http.FproxyServlet.service(FproxyServlet.java:310)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
  at freenet.interfaces.servlet.ServletContainer.handle(ServletContainer.java:62)
  at 
freenet.interfaces.LocalInterface$ConnectionShell.run(LocalInterface.java:180)
  at freenet.thread.FastThreadFactory$FThread.run(FastThreadFactory.java:89)
 
 
 when trying to upload a file 1mb to localhost (htl=0) to check if it works from 
there:
 
 java.lang.ArithmeticException: / by zero
  at freenet.Key.getTransmissionLength(Key.java:116)
  at freenet.client.AbstractClientKey.getTotalLength(AbstractClientKey.java:238)
  at freenet.client.AbstractClientKey.getTotalLength(AbstractClientKey.java:233)
  at freenet.client.InternalClient$NewInternalPut.init(InternalClient.java:513)
  at freenet.client.InternalClient.getClient(InternalClient.java:41)
  at freenet.client.http.InsertContext.doInsert(InsertContext.java:507)
  at freenet.client.http.InsertContext.insertMetadata(InsertContext.java:588)
  at freenet.client.http.InsertContext.run(InsertContext.java:610)
  at java.lang.Thread.run(Thread.java:536)
 
 
 you probably know that already, but how can these be made operational?
 
 specs:
 
 Windows 98 [Version 4.10.]
 
 java version 1.4.0_01
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03)
 Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode)
 (tested with 1.3.0, too, but no changes)
 
 256mb ram, gigs of hd
 nearly fresh native store (i like this one ;)
 
 installed via webinstall
 
 
 btw - the rabbit installed via the webinstaller does not properly start/stop 
freenet, seems like he does not use the correct path or something




The information transmitted is intended only for the person or entity to which it is 
addressed and may contain confidential and/or privileged material. Any review, 
retransmission, dissemination or other use of, or taking of any action in reliance 
upon, this information by persons or entities other than the intended recipient is 
prohibited. If you received this in error, please contact the sender and delete the 
material from any computer.



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