You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Dushshantha Chandradasa (JIRA)" <ji...@apache.org> on 2008/02/18 07:20:34 UTC

[jira] Created: (AXIS2C-990) echo_blocking_dual sample fails when it runs more than once after server restart

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
         Environment: Windows 
            Reporter: Dushshantha Chandradasa


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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXIS2C-990) echo_blocking_dual sample fails when it runs more than once after server restart

Posted by "Dushshantha Chandradasa (JIRA)" <ji...@apache.org>.
    [ 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Assigned: (AXIS2C-990) echo_blocking_dual sample fails when it runs more than once after server restart

Posted by "Senaka Fernando (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Senaka Fernando reassigned AXIS2C-990:
--------------------------------------

    Assignee: Senaka Fernando

> 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
>            Assignee: Senaka Fernando
>             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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXIS2C-990) echo_blocking_dual sample fails when it runs more than once after server restart

Posted by "Senaka Fernando (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569794#action_12569794 ] 

Senaka Fernando commented on AXIS2C-990:
----------------------------------------

This is not a bug AFAIK. We can't release sockets on the fly and resend. Might have to increase the timeout to twice the normal. That should work. :)

Regards,
Senaka

> 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXIS2C-990) echo_blocking_dual sample fails when it runs more than once after server restart

Posted by "Dushshantha Chandradasa (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569786#action_12569786 ] 

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

This happens only with apache module. simple axis server works fine

> 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
>         Environment: Windows 
>            Reporter: Dushshantha Chandradasa
>
> 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Resolved: (AXIS2C-990) echo_blocking_dual sample fails when it runs more than once after server restart

Posted by "Senaka Fernando (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Senaka Fernando resolved AXIS2C-990.
------------------------------------

    Resolution: Fixed

> 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
>            Assignee: Senaka Fernando
>             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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXIS2C-990) echo_blocking_dual sample fails when it runs more than once after server restart

Posted by "Senaka Fernando (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570722#action_12570722 ] 

Senaka Fernando commented on AXIS2C-990:
----------------------------------------

Hi Dushshantha,

The same behaviour is seen in echo_non_blocking_dual sample. Instead of showing the fault, it says counter timeout. But, using the TCPMon tool it shows the same fault as the echo_blocking_dual. This has something to do with sockets being not available.

Regards,
Senaka.

> 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
>            Assignee: Senaka Fernando
>             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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-990) echo_blocking_dual sample fails when it runs more than once after server restart

Posted by "Dushshantha Chandradasa (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dushshantha Chandradasa updated AXIS2C-990:
-------------------------------------------

        Fix Version/s: 1.3.0
    Affects Version/s: Current (Nightly)

> 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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXIS2C-990) echo_blocking_dual sample fails when it runs more than once after server restart

Posted by "Senaka Fernando (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570835#action_12570835 ] 

Senaka Fernando commented on AXIS2C-990:
----------------------------------------

Fixed Issue.

> 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
>            Assignee: Senaka Fernando
>             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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org