[wsf-c-dev] [jira] Commented: (WSFC-264) dual chanel blocking clients receive a soap fault

damitha kumarage (JIRA) jira at wso2.org
Fri May 23 08:25:17 PDT 2008


    [ https://wso2.org/jira/browse/WSFC-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16922#action_16922 ] 

damitha kumarage commented on WSFC-264:
---------------------------------------

This happens only when messages are send frequently one after another without pause. I could only experience this happen when server and client in the same machine. When they are in separate machines this never occured in linux.
The problem happen in the server side response path when it tries to open a socket for sending.

    if (client->sockfd < 0)
    {
        AXIS2_HANDLE_ERROR(env, AXIS2_ERROR_SOCKET_ERROR, AXIS2_FAILURE);
        AXIS2_LOG_ERROR(env->log, AXIS2_LOG_SI, "Socket Creation failed.");
        return AXIS2_FAILURE;
    }

> dual chanel blocking clients receive a soap fault
> -------------------------------------------------
>
>                 Key: WSFC-264
>                 URL: https://wso2.org/jira/browse/WSFC-264
>             Project: WSO2 WSF/C
>          Issue Type: Bug
>          Components: Apache Axis2/C
>    Affects Versions: Current (nightly)
>         Environment: Ubuntu 7
>            Reporter: Dushshantha Chandradasa
>
> dual channel blocking clients receive the following fault time to time. 
>  <soapenv:Fault xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"><soapenv:Code><soapenv:Value>soapenv:Sender</soapenv:Value></soapenv:Code><soapenv:Reason><soapenv:Text xmlns:xml="http://www.w3.org/XML/1998/namespace" xml:lang="en">A read attempt(HTTP) for the reply without sending the request</soapenv:Text></soapenv:Reason></soapenv:Fault>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the Wsf-c-dev mailing list