On Wed, Sep 9, 2009 at 6:11 PM, Alan Aguia <aag...@yahoo.com> wrote:
> Hi,
> Im having some problems using axis2 0.94, jboss 4.0.2. After calling
> serveral times the web service the system tell me that I have to many files
> open. I tried a lsof -p in my system and this is what I get
>
> java    24444 jboss  571u   REG              253,0     8437 15908886
> /home/jboss/.axis2/axis2.xml

Um, axis2 0.94 ? That's pre-beta code from 4 years ago. That error
from my experience is really a tcp/ip CLOSE_WAIT issue. While several
jira's claimed that "too many files open" was fixed over the years, I
suspect it was just really fixed here in the last few weeks:

https://issues.apache.org/jira/browse/AXIS2-4288

I'd pull from svn head, what will be 1.6 I believe, and try that.
Going from .94 to svn head will no doubt be painful. You could try the
latest 1.5 and see if "too many files open" was really fixed as some
jira's claimed, but I myself would shoot for svn head. ymmv. Someone
else may be able to comment more accurately.

- R

Reply via email to