Auke Schrijnen created SYNAPSE-1062:
---------------------------------------

             Summary: Exceptions in Axis2 modules eventually block the 
application
                 Key: SYNAPSE-1062
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-1062
             Project: Synapse
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.1
            Reporter: Auke Schrijnen
            Assignee: Hiranya Jayathilaka


Exceptions raised in the Axis2 modules will eventually block the entire 
application when the CommonsHTTPTransportSender is used in combination with the 
(MultiThreaded)HttpConnectionManager.

The Axis2FlexibleMEPClient (or more specific the DynamicAxisOperation) doesn't 
invoke the cleanup of the TransportSender when an exception occurs and thus 
doesn't return the HttpConnection to the HttpConnectionManager. Eventually the 
HttpConnectionManager reaches it's maximum number of connections and blocks 
when new connections are requested, which in time blocks the application.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@synapse.apache.org
For additional commands, e-mail: dev-h...@synapse.apache.org

Reply via email to