Re: [EMAIL PROTECTED] Too many open files

2008-10-08 Thread Mohit Anchlia
I am using HttpClient to connect to apache from tomcat for load balancing. I also call HttpMethod.releaseConnection() but still there is a problem. On Tue, Oct 7, 2008 at 6:04 PM, André Warnier [EMAIL PROTECTED] wrote: You are talking about Apache and Tomcat, but unless I am mistaken, what you

Re: [EMAIL PROTECTED] Too many open files

2008-10-07 Thread André Warnier
You are talking about Apache and Tomcat, but unless I am mistaken, what you are showing below as the result of lsof, is only java processes, which cannot be Apache. Are you sure you somehow do not have a loop where Tomcat is connecting back to itself on the http port ? or from Tomcat to Apache

Re: [EMAIL PROTECTED] too many open files

2008-08-28 Thread Michael Sutter
Hello Arnab, thanks for your. I've checked ant the limit is set correct. Nevertheless, during my debugging I found out, that I interpreted the error wrong. I use a Java client to query the service and I always got a AxisFault exception. So I interpreted that the exception is from the service,

Re: [EMAIL PROTECTED] too many open files

2008-08-27 Thread Arnab Ganguly
Hi Michael, Did you tried the following ulimit -S -n `ulimit -H -n` ? This will assign the max open file hard limits value to your soft limit. Can you check the output of ulimit -H -n and ulimit -S -n?Former gives your hard and the latter gives your soft limits respectively. Even if the above step

Re: [EMAIL PROTECTED] too many open files

2008-08-26 Thread Michael Sutter
Hello Arnab, sorry for answering so late, but it took some time to test it. At the beginning of the apachectl script I put ulimit -n 5 and restarted the daemon with the apachectl script. Nevertheless, it don't changed the behavior. The service was running for about 7 - 8 hours and after

Re: [EMAIL PROTECTED] too many open files

2008-08-25 Thread Arnab Ganguly
Can you try assigning the soft limit value to hard limit value and restart the server.You can put this in apachectl script so that it gets affected for the shell used for Apache. Thanks Arnab On Mon, Aug 25, 2008 at 6:47 PM, Michael Sutter [EMAIL PROTECTED]wrote: Hello list, I have a strange

Re: [EMAIL PROTECTED] Too Many Open Files

2006-12-29 Thread Sean Conner
It was thus said that the Great Kerry Wilson once stated: I am getting the following critical error throughout my log files: (24)Too many open files: /var/www/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable /var/www/.htaccess does not exist I suspect the

RE: [EMAIL PROTECTED] Too many open files ...

2005-07-28 Thread Boyle Owen
-Original Message- From: Oliver Kirchel [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 28. Juli 2005 07:57 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Too many open files ... Hello, I get this error in my error logfile: (24)Too many open files: couldn't spawn child