[freenet-support] Freenet 0.7 build 1169

2008-11-07 Thread Matthew Toseland
Would you mind trying a recent testing build? update.sh testing / update.cmd 
testing ? The bugs in trunk have been largely fixed...

On Friday 07 November 2008 03:18, Dennis Nezic wrote:
> Hrm.. sorry.. it seems to be working now that I'm using r23350.
> 
> I was having all my problems with r23352--which I could have sworn was
> referenced in freenet-stable-latest.jar.url this morning :|.
> 
> Anywho, sorry for the noise.
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20081107/e87dac8d/attachment.pgp>


[freenet-support] Freenet 0.7 build 1169

2008-11-07 Thread Matthew Toseland
Do you have any inserts queued?

On Friday 07 November 2008 02:28, Dennis Nezic wrote:
> > On Thu, 6 Nov 2008 15:13:11 -0500,
> > Dennis Nezic  wrote:
> > 
> > I should also add that my load averages (uptime) were at 80. I've
> > never seen them that high before.
> 
> Update: I tried it again, except this time I accidentally forgot to
> give it a seednodes.fref. The first attempt, the same thing happened:
> after node initialization was completed, after it found update edition
> 1169, and about three minutes after "Loading FEC lib", the JVM hung.
> 
> BUT, the wrapper's second attempt immediately afterwards went further!
> It completed all the 6 cleaners (CHK-cache, CHK-store, SSK-cache, etc),
> but since there were no seednodes, it didn't connect to anything. BUT
> it was still consuming all the cpu!--supposedly not doing anything!? At
> this point I turned the logger back on, and to my horror, it immediately
> filled to over 70MB, 69.9 of which were errors of the form:
> 
> (freenet.client.async.SingleBlockInserter,
>   Insert thread for freenet.client.async.SingleFileInserter at 1f4e571(1545), 
ERROR):
>   Caught java.io.IOException:
> File already freed encoding data 
freenet.support.io.TempBucketFactory$TempBucket at 16debe8
> java.io.IOException: File already freed
>at 
freenet.support.io.BaseFileBucket.getInputStream(BaseFileBucket.java:251)
>at 
freenet.support.io.PaddedEphemerallyEncryptedBucket.getInputStream(PaddedEphemerallyEncryptedBucket.java:210)
>at 
freenet.support.io.TempBucketFactory$TempBucket$TempBucketInputStream.(TempBucketFactory.java:236)
>at 
freenet.support.io.TempBucketFactory$TempBucket.getInputStream(TempBucketFactory.java:220)
>at freenet.support.io.BucketTools.toByteArray(BucketTools.java:197)
>at freenet.keys.Key.compress(Key.java:233)
>at freenet.keys.ClientCHKBlock.encode(ClientCHKBlock.java:141)
>at 
freenet.client.async.SingleBlockInserter.innerEncode(SingleBlockInserter.java:83)
>at 
freenet.client.async.SingleBlockInserter.encode(SingleBlockInserter.java:117)
>at 
freenet.client.async.SingleBlockInserter.getBlock(SingleBlockInserter.java:209)
>at 
freenet.client.async.SingleBlockInserter.getURI(SingleBlockInserter.java:249)
>at 
freenet.client.async.SingleFileInserter.insert(SingleFileInserter.java:247)
>at freenet.client.async.SingleFileInserter.access$000
(SingleFileInserter.java:37)
>at 
freenet.client.async.SingleFileInserter$1.run(SingleFileInserter.java:207)
>at freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:190)
> 
> I wasn't even able to shut the node down at this point... the JVM first.
> ___
> Support mailing list
> Support at freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at 
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:support-request at freenetproject.org?subject=unsubscribe
> 
> 
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20081107/92f63a1e/attachment.pgp>


Re: [freenet-support] Freenet 0.7 build 1169

2008-11-07 Thread Matthew Toseland
Would you mind trying a recent testing build? update.sh testing / update.cmd 
testing ? The bugs in trunk have been largely fixed...

On Friday 07 November 2008 03:18, Dennis Nezic wrote:
> Hrm.. sorry.. it seems to be working now that I'm using r23350.
> 
> I was having all my problems with r23352--which I could have sworn was
> referenced in freenet-stable-latest.jar.url this morning :|.
> 
> Anywho, sorry for the noise.


pgpoxKa9214O6.pgp
Description: PGP signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Re: [freenet-support] Freenet 0.7 build 1169

2008-11-07 Thread Matthew Toseland
Do you have any inserts queued?

On Friday 07 November 2008 02:28, Dennis Nezic wrote:
> > On Thu, 6 Nov 2008 15:13:11 -0500,
> > Dennis Nezic <[EMAIL PROTECTED]> wrote:
> > 
> > I should also add that my load averages (uptime) were at 80. I've
> > never seen them that high before.
> 
> Update: I tried it again, except this time I accidentally forgot to
> give it a seednodes.fref. The first attempt, the same thing happened:
> after node initialization was completed, after it found update edition
> 1169, and about three minutes after "Loading FEC lib", the JVM hung.
> 
> BUT, the wrapper's second attempt immediately afterwards went further!
> It completed all the 6 cleaners (CHK-cache, CHK-store, SSK-cache, etc),
> but since there were no seednodes, it didn't connect to anything. BUT
> it was still consuming all the cpu!--supposedly not doing anything!? At
> this point I turned the logger back on, and to my horror, it immediately
> filled to over 70MB, 69.9 of which were errors of the form:
> 
> (freenet.client.async.SingleBlockInserter,
>   Insert thread for [EMAIL PROTECTED](1545), 
ERROR):
>   Caught java.io.IOException:
> File already freed encoding data 
[EMAIL PROTECTED]
> java.io.IOException: File already freed
>at 
freenet.support.io.BaseFileBucket.getInputStream(BaseFileBucket.java:251)
>at 
freenet.support.io.PaddedEphemerallyEncryptedBucket.getInputStream(PaddedEphemerallyEncryptedBucket.java:210)
>at 
freenet.support.io.TempBucketFactory$TempBucket$TempBucketInputStream.(TempBucketFactory.java:236)
>at 
freenet.support.io.TempBucketFactory$TempBucket.getInputStream(TempBucketFactory.java:220)
>at freenet.support.io.BucketTools.toByteArray(BucketTools.java:197)
>at freenet.keys.Key.compress(Key.java:233)
>at freenet.keys.ClientCHKBlock.encode(ClientCHKBlock.java:141)
>at 
freenet.client.async.SingleBlockInserter.innerEncode(SingleBlockInserter.java:83)
>at 
freenet.client.async.SingleBlockInserter.encode(SingleBlockInserter.java:117)
>at 
freenet.client.async.SingleBlockInserter.getBlock(SingleBlockInserter.java:209)
>at 
freenet.client.async.SingleBlockInserter.getURI(SingleBlockInserter.java:249)
>at 
freenet.client.async.SingleFileInserter.insert(SingleFileInserter.java:247)
>at freenet.client.async.SingleFileInserter.access$000
(SingleFileInserter.java:37)
>at 
freenet.client.async.SingleFileInserter$1.run(SingleFileInserter.java:207)
>at freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:190)
> 
> I wasn't even able to shut the node down at this point... the JVM first.
> ___
> Support mailing list
> Support@freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at 
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:[EMAIL PROTECTED]
> 
> 


pgp6DQPEqNpKD.pgp
Description: PGP signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

[freenet-support] Node can't find native BigInteger library

2008-11-07 Thread Victor Denisov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Just noticed that, for some reason, my node doesn't pick up native
BigInteger library:

...

Initializing Node using Freenet Build #1169 r23350M and freenet-ext
Build #24 r23199 with Sun Microsystems Inc. JVM version 1.6.0_06 running
on amd64 Windows 2003 5.2

...

NOTICE: Resource name [net/i2p/util/jbigi-windows-x86_64.dll] was not found
Library net/i2p/util/jbigi-windows-none.dll is not appropriate for this
system.
INFO: Native BigInteger library jbigi not loaded - using pure java

...

Anything I can do to get the node to load a native library?

On a related topic, Windows x86-64 native binary for Onion FEC isn't
present as well. Are there plans to include it in the foreseeable future?

Regards,
Victor Denisov.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJE4XM1O5++4rTuI0RArMFAKCCUZ6LotMJ2Akz3Gpg3jZc1qhUDQCgnMlf
ZJWBolsNbsl9afK5ICcD4yE=
=MYhB
-END PGP SIGNATURE-



[freenet-support] Node can't find native BigInteger library

2008-11-07 Thread Matthew Toseland
On Friday 07 November 2008 00:03, Victor Denisov wrote:
> Just noticed that, for some reason, my node doesn't pick up native
> BigInteger library:
> 
> ...
> 
> Initializing Node using Freenet Build #1169 r23350M and freenet-ext
> Build #24 r23199 with Sun Microsystems Inc. JVM version 1.6.0_06 running
> on amd64 Windows 2003 5.2
> 
> ...
> 
> NOTICE: Resource name [net/i2p/util/jbigi-windows-x86_64.dll] was not found
> Library net/i2p/util/jbigi-windows-none.dll is not appropriate for this
> system.
> INFO: Native BigInteger library jbigi not loaded - using pure java
> 
> ...
> 
> Anything I can do to get the node to load a native library?

Dunno. We do have them for linux.
> 
> On a related topic, Windows x86-64 native binary for Onion FEC isn't
> present as well. Are there plans to include it in the foreseeable future?

That's a bigger problem, the code isn't 64-bit clean. Nextgens tried to port 
it but didn't succeed.
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20081107/8a74e33a/attachment.pgp>