RE: Too Many Open Files?

2001-09-17 Thread bill . winspur
I realize I'm a bit late responding to this (been in summer mode), but yes - a webmin module would be fine. -Original Message- From: Michael J. Cannon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 4:37 PM To: Orion-Interest Subject: Re: Too Many Open Files? Would

Re: Too Many Open Files?

2001-08-08 Thread Scott Farquhar
This article may address your issue. http://www.patoche.org/LTT/all/0128.html AFAIK the error is propagated to the client, unless you are catching the IO exception on the way through somewhere. Scott -- Scott Farquhar :: [EMAIL PROTECTED] Atlassian :: http://www.atlassian.com

Re: Too Many Open Files?

2001-08-08 Thread Jeff Hubbach
Richard, This was discussed on the list a couple of weeks ago. The answers to your questions: Is it related to the problem on linux where you can only have 1024 file handles open? yes. Has anyone resolved this? yes. To rectify, you must recompile the kernel to handle more open file handles

Re: Too Many Open Files?

2001-08-08 Thread Chris Callaghan
Yep running out of file descriptors. You have a max of 1024 per process, but as just about everything in Linux (and Unix) uses a file descriptor (like the tcp sockets java uses), you can easily use this up. www.jlinux.org has instructions on what you need to change before you recompile your

Re: Too Many Open Files?

2001-08-08 Thread Michael J. Cannon
, August 08, 2001 2:55 PM Subject: Re: Too Many Open Files? What about being able to open port 80 as non-root? curt Eddie Post [EMAIL PROTECTED] 08/08/01 11:38AM My experience to overcome this problem: Make absolutely sure you don't run Orion as root, such that all java processes are killed