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

2004-06-01 Thread tripolar
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:107)
   at 
freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:836)
   at 
freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:149)
   at java.lang.Thread.run(Unknown Source)
java.lang.Exception
   at 
freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:837)
   at 
freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:149)
   at java.lang.Thread.run(Unknown Source)
Caught a java.io.IOException: Too many open files, 
LSL.processConnections failing

Does this error message help to figure out the problem or do you need to see
any logs?
___
Support mailing list
[EMAIL PROTECTED]
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] Error messages- java.io.IOException: Too many open files

2004-06-01 Thread Toad
Hmmm. What are you running this on? If unix, what's your ulimit -n ?

On Tue, Jun 01, 2004 at 06:10:58PM +, tripolar wrote:
 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:107)
at 
 freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:836)
at 
 freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:149)
at java.lang.Thread.run(Unknown Source)
 java.lang.Exception
at 
 freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:837)
at 
 freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:149)
at java.lang.Thread.run(Unknown Source)
 Caught a java.io.IOException: Too many open files, 
 LSL.processConnections failing
 
 
 Does this error message help to figure out the problem or do you need to see
 any logs?
-- 
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
[EMAIL PROTECTED]
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] Error messages- java.io.IOException: Too many open files

2004-06-01 Thread tripolar
I am running Debian-sid
I am currently trying to find my ulimit -n ??
Any clues?
Thanks
Toad wrote:
Hmmm. What are you running this on? If unix, what's your ulimit -n ?
On Tue, Jun 01, 2004 at 06:10:58PM +, tripolar wrote:
 

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:107)
  at 
freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:836)
  at 
freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:149)
  at java.lang.Thread.run(Unknown Source)
java.lang.Exception
  at 
freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:837)
  at 
freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:149)
  at java.lang.Thread.run(Unknown Source)
Caught a java.io.IOException: Too many open files, 
LSL.processConnections failing

Does this error message help to figure out the problem or do you need to see
any logs?
   

___
Support mailing list
[EMAIL PROTECTED]
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] Error messages- java.io.IOException: Too many open files

2004-06-01 Thread Toad
On Tue, Jun 01, 2004 at 06:46:10PM +, tripolar wrote:
 I am running Debian-sid
 I am currently trying to find my ulimit -n ??
 Any clues?
 Thanks

Just type it at a command line.
 
 Toad wrote:
 
 Hmmm. What are you running this on? If unix, what's your ulimit -n ?
 
 On Tue, Jun 01, 2004 at 06:10:58PM +, tripolar wrote:
  
 
 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:107)
   at 
 freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:836)
   at 
 freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:149)
   at java.lang.Thread.run(Unknown Source)
 java.lang.Exception
   at 
 freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:837)
   at 
 freenet.transport.ListenSelectorLoop.run(ListenSelectorLoop.java:149)
   at java.lang.Thread.run(Unknown Source)
 Caught a java.io.IOException: Too many open files, 
 LSL.processConnections failing
 
 
 Does this error message help to figure out the problem or do you need to 
 see
 any logs?

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

-- 
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
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]