[ 
https://issues.apache.org/jira/browse/AXIS2C-990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569859#action_12569859
 ] 

Dushshantha Chandradasa commented on AXIS2C-990:
------------------------------------------------

i changed the client as follows:

 if (svc_client)
    {
        AXIS2_SLEEP(1);
        axis2_svc_client_free(svc_client, env);
        svc_client = NULL;
        AXIS2_SLEEP(1);
    }
    

But then, it segfaults. The ealier error is still unchanged. 


> echo_blocking_dual sample fails when it runs more than once after server 
> restart
> --------------------------------------------------------------------------------
>
>                 Key: AXIS2C-990
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-990
>             Project: Axis2-C
>          Issue Type: Bug
>    Affects Versions: Current (Nightly)
>         Environment: Windows 
>            Reporter: Dushshantha Chandradasa
>             Fix For: 1.3.0
>
>
> echo_blocking_dual sample fails with following error message when I try to 
> run it several times. After I restart the server, it runs once and starts 
> failing again. 
> Received OM : 
> <soapenv:Fault><soapenv:Code><soapenv:Value>soapenv:Sender</soapen
> v:Value></soapenv:Code><soapenv:Reason><soapenv:Text xml:lang="en" 
> xmlns:xml="ht
> tp://www.w3.org/XML/1998/namespace">A read attempt(HTTP) for the reply 
> without s
> ending the request</soapenv:Text></soapenv:Reason></soapenv:Fault>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to