Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
OS---GNU/LINUX; Software Platform--tomcat-5.5.15,jdk1.6.0_41
Description
I am facing an issue of increase in number of open files in my application which is on tomcat server.
Due to this server hangs after some time and application will not respond until the count of open files opened are reduced.
We believe the issue is due to request files that is sent from my application to another(websecure) application is not getting closed even though response has came.
Websecure application acts as an Identity provider for my application.
My application does authentication from websecure using SAML and get other details like user profile through webservice call to websecure application.
We use axis 2 for webservice calls between my application and websecure .
Please suggest me on this to resolve this issue ? Please let me know if it is a known issue in axis 2?