Re: [freenet-support] Freemail plugin problem - NullPointerException

2009-06-16 Thread Prawda2
is this enough?

cze 16, 2009 19:27:57:031 (freenet.pluginmanager.PluginManager, HTTP
socket hand...@22264033(364), ERROR): Could not load plugin Freemail :
java.lang.NullPointerException
java.lang.NullPointerException
   at freemail.SingleAccountWatcher.(SingleAccountWatcher.java:73)
   at freemail.Freemail.startWorker(Freemail.java:159)
   at freemail.Freemail.startWorkers(Freemail.java:177)
   at freemail.FreemailPlugin.runPlugin(FreemailPlugin.java:56)
   at
freenet.pluginmanager.PluginHandler.startPlugin(PluginHandler.java:45)
   at
freenet.pluginmanager.PluginManager.realStartPlugin(PluginManager.java:262)
   at
freenet.pluginmanager.PluginManager.startPluginOfficial(PluginManager.java:234)
   at
freenet.clients.http.PproxyToadlet.handlePost(PproxyToadlet.java:126)
   at
freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:373)
at
freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:688)
   at
freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:224)
cze 16, 2009 19:27:57:031 (freenet.pluginmanager.PluginManager, HTTP
socket hand...@22264033(364), ERROR): Plugin Freemail is broken, but
we want to retry after next startup
cze 16, 2009 19:27:57:031 (freenet.node.NodeClientCore, HTTP socket
hand...@22264033(364), NORMAL): Trying to write config to disk
java.lang.Exception: debug
   at freenet.node.NodeClientCore.storeConfig(NodeClientCore.java:1345)
   at
freenet.pluginmanager.PluginManager.realStartPlugin(PluginManager.java:303)
   at
freenet.pluginmanager.PluginManager.startPluginOfficial(PluginManager.java:234)
   at
freenet.clients.http.PproxyToadlet.handlePost(PproxyToadlet.java:126)
   at
freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:373)
at
freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:688)
   at
freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:224)


On Tue, Jun 16, 2009 at 8:51 PM, Matthew Toseland  wrote:

> On Sunday 14 June 2009 15:01:12 Prawda2 wrote:
> > oh, thanks.
> > with the testing build, instead of a white page with all the
> > excpetion's callstack i get only red message on the config's plugins
> > page saying:
> > "Could not load plugin!
> > The specified plugin Freemail could not be loaded:
> > java.lang.NullPointerException"
> >
> > ... and then 2 buttons: Load the latest version from freenet project /
> > Don't try again on next startup.
> >
> > Freemail plugin still does not work, but at least I can access the
> > plugins' config page without a need to play with the ini file
> > mannually.
>
> Please find the new NullPointerException in wrapper.log or
> logs/freenet-latest.log. This is different to the old NPE.
>
___
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] Node name isn't defined.

2009-06-16 Thread Matthew Toseland
On Tuesday 16 June 2009 07:35:55 CyberLeo wrote:
> Hi!
> 
> Since I started this instance of freenet, mid 2007, I've repeatedly
> received an alert 'Your node name isn't defined.'. Despite deciding that
> the nickname provided is suitable and clicking 'apply', the alert comes
> back every time the node restarts. Is there some regular expression it
> uses to determine if the nickname is of the autogenerated kind, or is it
> just not remembering that I chose that nickname?

Yes. Auto-generated node names start with "Node id|". They are not very helpful 
for the intended purpose of a node name which is to help a friend to whom you 
are connected to identify that a particular connection belongs to you and not 
some other friend. Names are supposed to be, well, names! My node is called 
Toad/Dark, for example. The name is *only* visible to Friends, i.e. people you 
have manually exchanged noderefs with, people you know (whether or not you 
trust them), people you've talked to.


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

Re: [freenet-support] Firefox error while trying to browse inside freenet

2009-06-16 Thread Matthew Toseland
On Thursday 11 June 2009 20:01:41 gh...@hushmail.com wrote:
> Using jSite (0.6.2) I successfully inserted a new site into freenet
> (1219/1220). When I go to browse this site, Firefox (3.0.10) throws
> up the following error message. "Redirect Loop. Firefox has
> detected that the server is redirecting the request for this
> address in a way that will never complete.
> The browser has stopped trying to retrieve the requested item. The
> site is redirecting the request in a way that will never complete.
> * Have you disabled or blocked cookies required by this site?
> * NOTE: If accepting the site's cookies does not resolve the
> problem, it is likely a server configuration issue and not your
> computer."
> 
> The site I created/inserted is fairly large. The initial container
> was a tar file that was several meg in size. I'll try a smaller
> version later and see if I get the same results.
> 
> Has anyone had and resolved this issue before? I tried the only
> other browser I had (ie8) and it failed too.

This is solved in the current git version of Freenet. Please update to the 
testing build, run "./update.sh testing" or "update.cmd testing" from a command 
line in the directory Freenet is installed into.


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

Re: [freenet-support] Freemail plugin problem - NullPointerException

2009-06-16 Thread Matthew Toseland
On Sunday 14 June 2009 15:01:12 Prawda2 wrote:
> oh, thanks.
> with the testing build, instead of a white page with all the
> excpetion's callstack i get only red message on the config's plugins
> page saying:
> "Could not load plugin!
> The specified plugin Freemail could not be loaded:
> java.lang.NullPointerException"
> 
> ... and then 2 buttons: Load the latest version from freenet project /
> Don't try again on next startup.
> 
> Freemail plugin still does not work, but at least I can access the
> plugins' config page without a need to play with the ini file
> mannually.

Please find the new NullPointerException in wrapper.log or 
logs/freenet-latest.log. This is different to the old NPE.


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

Re: [freenet-support] Fwd: How to increase the store?

2009-06-16 Thread Matthew Toseland
On Tuesday 16 June 2009 19:16:53 Evan Daniel wrote:
> In either case, you have to let it finish.  This is a slow process,
> and requires enough space to hold both the old and new store on the
> disk at the same time.  

I don't think that is true for resizes? It's true for converting from one store 
type to another, but afaik you only need the maximum of the two sizes for 
resizes?

> Setting preallocate datastore and resize store 
> on node start both to true will make it run faster, though the node
> won't be usable during the resize.
> 
> If you want it to run faster, the only solution I know of is to use a
> faster disk.  Unfortunately, the resize does a lot of random io,
> rather than sequential, which makes it very slow.

Yep. This is the tradeoff we made when switching from bdbje. Slightly faster on 
the network level, far more reliable, less memory churn, generally faster, but 
because it's a direct, lossy hashtable, resizing and conversion take *ages*.

PS make sure your disk is connecting via USB2 not USB1!
> 
> Evan Daniel
> 
> On Tue, Jun 16, 2009 at 2:03 PM,  wrote:
> > Now, after the reset to 90GiB, the node starts again with the migration:
> >
> > INFO | jvm 1 | 2009/06/16 20:00:37 | CHK-cache cleaner in progress: 
> > 0/1534443
> >
> > Had to stop it. When there is no solution I have to delete the store
> > and start a new one?
> >
> >
> > -- Forwarded message --
> > From:  
> > Date: Tue, Jun 16, 2009 at 19:43
> > Subject: How to increase the store?
> > To: support@freenetproject.org
> >
> >
> > I wanted to increase my datastore from 90 to 100GiB. Changed the setting,
> > and set 'preallocate datastore' to false (also tried with true, same 
> > result).
> > Shortly after restart the node starts to access each single key:
> > 
> > INFO   | jvm 1    | 2009/06/15 07:10:23 | PUBKEY-cache cleaner in
> > progress: 1376135/1380999
> > INFO   | jvm 1    | 2009/06/15 07:12:00 | CHK-cache cleaner in
> > progress: 0/1380999
> > 
> >
> > The CHK process ran for more than 14 hours, and then it didn't even
> > reach 30% progress.
> > I had to stop the migration. I set the node size back to 90GiB, and
> > now my cache utilization is
> > at 5,5% (before it was 99%). So most of the data is gone. But however,
> > how can I increase
> > the store without the never-ending migration?
> >
> > FYI: I run freenet on a laptop, the store is on an external USB hard disk.
> >
> > --
> > __
> > GnuPG key:   (0x48DBFA8A)
> > Keyserver:   pgpkeys.pca.dfn.de
> > Fingerprint:
> > 477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
> > __
> >
> >
> >
> > --
> > __
> > GnuPG key:   (0x48DBFA8A)
> > Keyserver:   pgpkeys.pca.dfn.de
> > Fingerprint:
> > 477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
> > __
> > ___
> > 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
> >
> ___
> 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
> 
> 




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

Re: [freenet-support] Fwd: How to increase the store?

2009-06-16 Thread Evan Daniel
In either case, you have to let it finish.  This is a slow process,
and requires enough space to hold both the old and new store on the
disk at the same time.  Setting preallocate datastore and resize store
on node start both to true will make it run faster, though the node
won't be usable during the resize.

If you want it to run faster, the only solution I know of is to use a
faster disk.  Unfortunately, the resize does a lot of random io,
rather than sequential, which makes it very slow.

Evan Daniel

On Tue, Jun 16, 2009 at 2:03 PM,  wrote:
> Now, after the reset to 90GiB, the node starts again with the migration:
>
> INFO | jvm 1 | 2009/06/16 20:00:37 | CHK-cache cleaner in progress: 0/1534443
>
> Had to stop it. When there is no solution I have to delete the store
> and start a new one?
>
>
> -- Forwarded message --
> From:  
> Date: Tue, Jun 16, 2009 at 19:43
> Subject: How to increase the store?
> To: support@freenetproject.org
>
>
> I wanted to increase my datastore from 90 to 100GiB. Changed the setting,
> and set 'preallocate datastore' to false (also tried with true, same result).
> Shortly after restart the node starts to access each single key:
> 
> INFO   | jvm 1    | 2009/06/15 07:10:23 | PUBKEY-cache cleaner in
> progress: 1376135/1380999
> INFO   | jvm 1    | 2009/06/15 07:12:00 | CHK-cache cleaner in
> progress: 0/1380999
> 
>
> The CHK process ran for more than 14 hours, and then it didn't even
> reach 30% progress.
> I had to stop the migration. I set the node size back to 90GiB, and
> now my cache utilization is
> at 5,5% (before it was 99%). So most of the data is gone. But however,
> how can I increase
> the store without the never-ending migration?
>
> FYI: I run freenet on a laptop, the store is on an external USB hard disk.
>
> --
> __
> GnuPG key:   (0x48DBFA8A)
> Keyserver:   pgpkeys.pca.dfn.de
> Fingerprint:
> 477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
> __
>
>
>
> --
> __
> GnuPG key:   (0x48DBFA8A)
> Keyserver:   pgpkeys.pca.dfn.de
> Fingerprint:
> 477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
> __
> ___
> 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
>
___
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] Fwd: How to increase the store?

2009-06-16 Thread bbackde
Now, after the reset to 90GiB, the node starts again with the migration:

INFO | jvm 1 | 2009/06/16 20:00:37 | CHK-cache cleaner in progress: 0/1534443

Had to stop it. When there is no solution I have to delete the store
and start a new one?


-- Forwarded message --
From:  
Date: Tue, Jun 16, 2009 at 19:43
Subject: How to increase the store?
To: support@freenetproject.org


I wanted to increase my datastore from 90 to 100GiB. Changed the setting,
and set 'preallocate datastore' to false (also tried with true, same result).
Shortly after restart the node starts to access each single key:

INFO   | jvm 1    | 2009/06/15 07:10:23 | PUBKEY-cache cleaner in
progress: 1376135/1380999
INFO   | jvm 1    | 2009/06/15 07:12:00 | CHK-cache cleaner in
progress: 0/1380999


The CHK process ran for more than 14 hours, and then it didn't even
reach 30% progress.
I had to stop the migration. I set the node size back to 90GiB, and
now my cache utilization is
at 5,5% (before it was 99%). So most of the data is gone. But however,
how can I increase
the store without the never-ending migration?

FYI: I run freenet on a laptop, the store is on an external USB hard disk.

--
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__



-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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] How to increase the store?

2009-06-16 Thread bbackde
I wanted to increase my datastore from 90 to 100GiB. Changed the setting,
and set 'preallocate datastore' to false (also tried with true, same result).
Shortly after restart the node starts to access each single key:

INFO   | jvm 1| 2009/06/15 07:10:23 | PUBKEY-cache cleaner in
progress: 1376135/1380999
INFO   | jvm 1| 2009/06/15 07:12:00 | CHK-cache cleaner in
progress: 0/1380999


The CHK process ran for more than 14 hours, and then it didn't even
reach 30% progress.
I had to stop the migration. I set the node size back to 90GiB, and
now my cache utilization is
at 5,5% (before it was 99%). So most of the data is gone. But however,
how can I increase
the store without the never-ending migration?

FYI: I run freenet on a laptop, the store is on an external USB hard disk.

-- 
__
GnuPG key:   (0x48DBFA8A)
Keyserver:   pgpkeys.pca.dfn.de
Fingerprint:
477D F057 1BD4 1AE7 8A54 8679 6690 E2EC 48DB FA8A
__
___
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