[freenet-support] java.io.IOException: Too many open files

2005-08-31 Thread Julien Cornuwel
Matthew Toseland a ?crit :

>Does this happen after you start Freenet up, or had the node already
>been running for a while? It's quite possible we have a slow FD leak
>somewhere...
>
>On Tue, Aug 30, 2005 at 05:35:43PM +0200, Julien Cornuwel wrote:
>
>>
>>I'm currently clearing the datastore :-/ Maybe it will help.
>>
>>

The machine began to get very slow (huge memory usage, etc.) and the
error message appear after the first restart.

The problem is now solved (by flushing the datastore), thank you for
your answer.



[freenet-support] java.io.IOException: Too many open files

2005-08-30 Thread Julien Cornuwel
Hi all,

After a few month of perfect working, my Freenet box (Sun Java 1.4.2 and
then 1.5 on Debian) began to be very slow.
To the point that it took up to 5 minutes just to show the "Web
Interface"...

The complete error message is :

Caught a java.io.IOException: Too many open files,
LSL.processConnections failing

***

java.io.IOException: Too many open files
at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.accept(Unknown Source)
at 
freenet.transport.ListenSelectorLoop.processConnections(ListenSelectorLoop.java:108)
at 
freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:864)
at 
freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:150)at 
java.lang.Thread.run(UCaught a java.io.IOException: Too many open files, 
LSL.processConnections failing
java.io.IOException: Too many open files
at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.accept(Unknown Source)
at 
freenet.transport.ListenSelectorLoop.processConnections(ListenSelectorLoop.java:108)
at 
freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:864)
at 
freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:150)at 
java.lang.Thread.run(Unknown Source)
java.lang.Exception
at 
freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:865)
at 
freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:150)at 
java.lang.Thread.run(Unknown Source)
nknown Source)
java.lang.Exception
at 
freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:865)
at 
freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:150)at 
java.lang.Thread.run(Unknown Source)



After a little googling, I found out this :
http://article.gmane.org/gmane.network.freenet.devel/7769

But on Debian, ulimit says "Unlimitted" so it can't be that.

I'm currently clearing the datastore :-/ Maybe it will help.


Has someone an idea ?



[freenet-support] java.io.IOException: Too many open files

2005-08-30 Thread Matthew Toseland
Does this happen after you start Freenet up, or had the node already
been running for a while? It's quite possible we have a slow FD leak
somewhere...

On Tue, Aug 30, 2005 at 05:35:43PM +0200, Julien Cornuwel wrote:
> Hi all,
> 
> After a few month of perfect working, my Freenet box (Sun Java 1.4.2 and
> then 1.5 on Debian) began to be very slow.
> To the point that it took up to 5 minutes just to show the "Web
> Interface"...
> 
> The complete error message is :
> 
> Caught a java.io.IOException: Too many open files,
> LSL.processConnections failing
> 
> ***
> 
> java.io.IOException: Too many open files
> at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
> at sun.nio.ch.ServerSocketChannelImpl.accept(Unknown Source)
> at 
> freenet.transport.ListenSelectorLoop.processConnections(ListenSelectorLoop.java:108)
> at 
> freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:864)
> at 
> freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:150)
> at java.lang.Thread.run(UCaught a java.io.IOException: Too many open files, 
> LSL.processConnections failing
> java.io.IOException: Too many open files
> at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
> at sun.nio.ch.ServerSocketChannelImpl.accept(Unknown Source)
> at 
> freenet.transport.ListenSelectorLoop.processConnections(ListenSelectorLoop.java:108)
> at 
> freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:864)
> at 
> freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:150)
> at java.lang.Thread.run(Unknown Source)
> java.lang.Exception
> at 
> freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:865)
> at 
> freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:150)
> at java.lang.Thread.run(Unknown Source)
> nknown Source)
> java.lang.Exception
> at 
> freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:865)
> at 
> freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:150)
> at java.lang.Thread.run(Unknown Source)
> 
> 
> 
> After a little googling, I found out this :
> http://article.gmane.org/gmane.network.freenet.devel/7769
> 
> But on Debian, ulimit says "Unlimitted" so it can't be that.
> 
> I'm currently clearing the datastore :-/ Maybe it will help.
> 
> 
> Has someone an idea ?
-- 
Matthew J Toseland - toad at amphibian.dyndns.org
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.
-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: 



[freenet-support] java.io.IOException: Too many open files

2005-08-30 Thread Julien Cornuwel
Hi all,

After a few month of perfect working, my Freenet box (Sun Java 1.4.2 and
then 1.5 on Debian) began to be very slow.
To the point that it took up to 5 minutes just to show the Web
Interface...

The complete error message is :

Caught a java.io.IOException: Too many open files,
LSL.processConnections failing

***

java.io.IOException: Too many open files
at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.accept(Unknown Source)
at 
freenet.transport.ListenSelectorLoop.processConnections(ListenSelectorLoop.java:108)
at 
freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:864)
at 
freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:150)at 
java.lang.Thread.run(UCaught a java.io.IOException: Too many open files, 
LSL.processConnections failing
java.io.IOException: Too many open files
at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.accept(Unknown Source)
at 
freenet.transport.ListenSelectorLoop.processConnections(ListenSelectorLoop.java:108)
at 
freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:864)
at 
freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:150)at 
java.lang.Thread.run(Unknown Source)
java.lang.Exception
at 
freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:865)
at 
freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:150)at 
java.lang.Thread.run(Unknown Source)
nknown Source)
java.lang.Exception
at 
freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:865)
at 
freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:150)at 
java.lang.Thread.run(Unknown Source)



After a little googling, I found out this :
http://article.gmane.org/gmane.network.freenet.devel/7769

But on Debian, ulimit says Unlimitted so it can't be that.

I'm currently clearing the datastore :-/ Maybe it will help.


Has someone an idea ?
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


Re: [freenet-support] java.io.IOException: Too many open files

2005-08-30 Thread Matthew Toseland
Does this happen after you start Freenet up, or had the node already
been running for a while? It's quite possible we have a slow FD leak
somewhere...

On Tue, Aug 30, 2005 at 05:35:43PM +0200, Julien Cornuwel wrote:
 Hi all,
 
 After a few month of perfect working, my Freenet box (Sun Java 1.4.2 and
 then 1.5 on Debian) began to be very slow.
 To the point that it took up to 5 minutes just to show the Web
 Interface...
 
 The complete error message is :
 
 Caught a java.io.IOException: Too many open files,
 LSL.processConnections failing
 
 ***
 
 java.io.IOException: Too many open files
 at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
 at sun.nio.ch.ServerSocketChannelImpl.accept(Unknown Source)
 at 
 freenet.transport.ListenSelectorLoop.processConnections(ListenSelectorLoop.java:108)
 at 
 freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:864)
 at 
 freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:150)
 at java.lang.Thread.run(UCaught a java.io.IOException: Too many open files, 
 LSL.processConnections failing
 java.io.IOException: Too many open files
 at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
 at sun.nio.ch.ServerSocketChannelImpl.accept(Unknown Source)
 at 
 freenet.transport.ListenSelectorLoop.processConnections(ListenSelectorLoop.java:108)
 at 
 freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:864)
 at 
 freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:150)
 at java.lang.Thread.run(Unknown Source)
 java.lang.Exception
 at 
 freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:865)
 at 
 freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:150)
 at java.lang.Thread.run(Unknown Source)
 nknown Source)
 java.lang.Exception
 at 
 freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:865)
 at 
 freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:150)
 at java.lang.Thread.run(Unknown Source)
 
 
 
 After a little googling, I found out this :
 http://article.gmane.org/gmane.network.freenet.devel/7769
 
 But on Debian, ulimit says Unlimitted so it can't be that.
 
 I'm currently clearing the datastore :-/ Maybe it will help.
 
 
 Has someone an idea ?
-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


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

Re: [freenet-support] java.io.IOException: Too many open files

2005-08-30 Thread Julien Cornuwel
Matthew Toseland a écrit :

Does this happen after you start Freenet up, or had the node already
been running for a while? It's quite possible we have a slow FD leak
somewhere...

On Tue, Aug 30, 2005 at 05:35:43PM +0200, Julien Cornuwel wrote:


I'm currently clearing the datastore :-/ Maybe it will help.



The machine began to get very slow (huge memory usage, etc.) and the
error message appear after the first restart.

The problem is now solved (by flushing the datastore), thank you for
your answer.
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]