On Tue, Dec 15, 2009 at 12:18 PM,  <h...@welinux.cl> wrote:
> Hi,
>
> I'm running axis 1.4.1 on tomcat 6.0.16.
>
> The web applications suddenly crush with "Too many open files" appearing in 
> catalina.out, after increasing the limits using ulimit and 
> /etc/security/limits .. the amount of open files is still very large, looking 
> forward i  found that the user running tomcat has 4000 files in the temp 
> folder of tomcat like this:
>

Try upgrading. Here's the release notes:

"October 23, 2009 - Apache Axis2/Java Version 1.5.1 Released!

The 1.5.1 version fixes some bugs , including most notably a
connection starvation issue that would cause a large number of sockets
stuck in CLOSE_WAIT or TIME_WAIT."

You can verify your problem is CLOSE_WAIT related via "netstat -anc |
grep CLOSE_WAIT" - it probably is.

- R

Reply via email to