[freenet-support] Java cpu usage running amok

2010-07-02 Thread Jep
Got a freenet node running for no less than a full week and even the 
auto update did its job for the first time. Up til now I had to un- and 
reinstall.
It disconnected me still, but deleting node.db4o and persistent-temp 
while restarting FN was enough to reconnect.


I noticed it helps somewhat to limit my downloads to exactly 1, still 
CPU usage of java is way too high.
Allowing java to use only 1 of my dualcore and use of a helper program 
to set javas priority to 'low' or even throttle the process is not 
enough to keep cpu cycles consumption at bay.


My Freenet install is somehow f%^#ed and I've got no idea how to repair 
it. Manual update doesn't work at all, it sees not-existing new versions 
that of course fail to install. Also, an experimental downgrade to see 
if autoupdate works then did not work out.
Tried it on a second box with pretty much a plain vanilla xp sp3 and it 
gives the same results.


No software firewall, ports are checked opened in the hardware router. 
Sun java 1.6.0_20-b02.
512 mB allocated to FN, besides the wrapper version issue there are no 
error msgs in the logs. Don't want to mail those because they contain 
too much ID'ing, the command line update says:

- Freenet installation found at []
-
- Checking for Freenet JAR updates...
-
- Checking main jar
   - New main jar found!
- Checking ext jar
   - New ext jar found!
- Checking wrapper .exe
   - New wrapper .exe found!
- Checking wrapper .dll
   - New wrapper .dll found!
- Checking start.exe
   - New start.exe found!
- Checking stop.exe
   - New stop.exe found!
- Checking freenettray.exe
   - New freenettray.exe found!
The system cannot find the path specified.
- Checking freenetlauncher.exe
   - New freenetlauncher.exe found!
-
- New Freenet version found!  Installing now...
-
- Downloading new files...
Error while handling the CA :java.io.IOException: 
DerValue.getBigInteger, not an

 int 48
java.security.cert.CertificateParsingException: java.io.IOException: 
DerValue.ge

tBigInteger, not an int 48
at sun.security.x509.X509CertInfo.init(Unknown Source)
at sun.security.x509.X509CertImpl.parse(Unknown Source)
at sun.security.x509.X509CertImpl.init(Unknown Source)
at 
sun.security.provider.X509Factory.parseX509orPKCS7Cert(Unknown Source

)
at 
sun.security.provider.X509Factory.engineGenerateCertificates(Unknown

Source)
at 
java.security.cert.CertificateFactory.generateCertificates(Unknown So

urce)
at Sha1Test.main(Sha1Test.java:52)
Caused by: java.io.IOException: DerValue.getBigInteger, not an int 48
at sun.security.util.DerValue.getBigInteger(Unknown Source)
at sun.security.x509.SerialNumber.construct(Unknown Source)
at sun.security.x509.SerialNumber.init(Unknown Source)
at sun.security.x509.CertificateSerialNumber.init(Unknown Source)
at sun.security.x509.X509CertInfo.parse(Unknown Source)
... 7 more
- Error! Freenet update failed, one or more files didn't download 
correctly...

-
- Cleaning up...
- Changing file permissions
==

Any suggestion? Thanks.

___
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:support-requ...@freenetproject.org?subject=unsubscribe


[freenet-support] Freenet 0.7.5 build 1257 (sorry)

2010-07-02 Thread Matthew Toseland
Freenet 0.7.5 build 1257 is now available. This fixes a major bug related to 
defragmentation: If defrag on restart was enabled, and the database needed to 
be upgraded (which it does in going from 1254 to 1255), it would fail, the 
database would fail to load, and then on the next restart the old data would be 
deleted. Sorry to everyone who was affected by this!


signature.asc
Description: This is a digitally signed message part.
___
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:support-requ...@freenetproject.org?subject=unsubscribe

[freenet-support] Internal error with KeyUtils

2010-07-02 Thread 3BUIb3S50i 3BUIb3S50i
Internal error: please report

java.lang.NoSuchMethodError:
freenet.client.async.SplitFileFetcher.(Lfreenet/client/Metadata;Lfreenet/client/async/GetCompletionCallback;Lfreenet/client/async/ClientRequester;Lfreenet/client/FetchContext;ZLjava/util/List;Lfreenet/client/ClientMetadata;Lfreenet/client/ArchiveContext;ILfreenet/support/api/Bucket;JLcom/db4o/ObjectContainer;Lfreenet/client/async/ClientContext;)V
at plugins.KeyUtils.KeyExplorerUtils.splitGet(KeyExplorerUtils.java:157)
at
plugins.KeyUtils.KeyExplorerUtils.splitManifestGet(KeyExplorerUtils.java:170)
at
plugins.KeyUtils.toadlets.SiteExplorerToadlet.parseMetadataItem(SiteExplorerToadlet.java:360)
at
plugins.KeyUtils.toadlets.SiteExplorerToadlet.parseMetadataItem(SiteExplorerToadlet.java:319)
at
plugins.KeyUtils.toadlets.SiteExplorerToadlet.makeManifestPage(SiteExplorerToadlet.java:286)
at
plugins.KeyUtils.toadlets.SiteExplorerToadlet.handleMethodPOST(SiteExplorerToadlet.java:152)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:534)
at
freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:794)
at
freenet.support.PooledExecutor$MyThread.realRun(PooledExecutor.java:228)
at freenet.support.io.NativeThread.run(NativeThread.java:101)

* Freenet 0.7.5 Build #1257 build01257
* Freenet-ext Build #26 r23771
___
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:support-requ...@freenetproject.org?subject=unsubscribe

Re: [freenet-support] Internal error with KeyUtils

2010-07-02 Thread 3BUIb3S50i
This error happens only if I check:

parse manifest recursive (include multilevel metadata/subcontainers)


On this page:

http://127.0.0.1:/KeyUtils/site?key=...@...




On Fri, Jul 2, 2010 at 7:56 PM, 3BUIb3S50i 3BUIb3S50i
3buib3s...@gmail.comwrote:

 Internal error: please report

 java.lang.NoSuchMethodError:
 freenet.client.async.SplitFileFetcher.(Lfreenet/client/Metadata;Lfreenet/client/async/GetCompletionCallback;Lfreenet/client/async/ClientRequester;Lfreenet/client/FetchContext;ZLjava/util/List;Lfreenet/client/ClientMetadata;Lfreenet/client/ArchiveContext;ILfreenet/support/api/Bucket;JLcom/db4o/ObjectContainer;Lfreenet/client/async/ClientContext;)V
 at
 plugins.KeyUtils.KeyExplorerUtils.splitGet(KeyExplorerUtils.java:157)
 at
 plugins.KeyUtils.KeyExplorerUtils.splitManifestGet(KeyExplorerUtils.java:170)
 at
 plugins.KeyUtils.toadlets.SiteExplorerToadlet.parseMetadataItem(SiteExplorerToadlet.java:360)
 at
 plugins.KeyUtils.toadlets.SiteExplorerToadlet.parseMetadataItem(SiteExplorerToadlet.java:319)
 at
 plugins.KeyUtils.toadlets.SiteExplorerToadlet.makeManifestPage(SiteExplorerToadlet.java:286)
 at
 plugins.KeyUtils.toadlets.SiteExplorerToadlet.handleMethodPOST(SiteExplorerToadlet.java:152)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at
 freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:534)
 at
 freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:794)
 at
 freenet.support.PooledExecutor$MyThread.realRun(PooledExecutor.java:228)
 at freenet.support.io.NativeThread.run(NativeThread.java:101)

 * Freenet 0.7.5 Build #1257 build01257
 * Freenet-ext Build #26 r23771

___
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:support-requ...@freenetproject.org?subject=unsubscribe