[ 
https://issues.apache.org/jira/browse/TUSCANY-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596029#action_12596029
 ] 

ant elder commented on TUSCANY-2304:
------------------------------------

The problem is that when the Axis2BindingInvoker.invokeTarget receives an 
exception response from the remote service it does not call 
operationClient.complete so the outgoing connection is not freed up and as we 
have HttpClient setDefaultMaxConnectionsPerHost set to 2 after two exceptions 
are received all the connections are used up so subsequent requests hang.





> SCA client Hang Forver after getting handled exception from service
> -------------------------------------------------------------------
>
>                 Key: TUSCANY-2304
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2304
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Embedded Runtime
>    Affects Versions: Java-SCA-1.2
>         Environment: Tuscnay  SCA 1.2
>            Reporter: Nishant Joshi
>            Priority: Blocker
>             Fix For: Java-SCA-Next
>
>         Attachments: Client_Service.zip
>
>
> Hi there,
> The problem here from SCA client is blocking me to go further.
> Here  i m also attaching my client and service to give you idea.
> Here from service i m throwing exception and handled them into my exception 
> class.
> Now on client side after getting two exception from service it was hang and 
> not proceed further.
> I have also tested with diff. sequence of call and behavior i noticed is 
> after getting total 2 exception from service my SCA client hangs forever.
> Its a very interesting scenario for me. please let me know if any body has 
> faced same. 
> By investigating my sample i guess many of us may face same problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to