You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2014/07/18 10:42:04 UTC

[jira] [Resolved] (CXF-5882) UDPTransportTest.testLargeRequest always failed on some machine

     [ https://issues.apache.org/jira/browse/CXF-5882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved CXF-5882.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.2
                   2.7.13

commit fix
http://git-wip-us.apache.org/repos/asf/cxf/commit/76641783 for master
http://git-wip-us.apache.org/repos/asf/cxf/commit/1bd129bb for 2.7.x-fixes branch

> UDPTransportTest.testLargeRequest always failed on some machine
> ---------------------------------------------------------------
>
>                 Key: CXF-5882
>                 URL: https://issues.apache.org/jira/browse/CXF-5882
>             Project: CXF
>          Issue Type: Test
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 2.7.13, 3.0.2
>
>
> get the error like
> {code}
> javax.xml.ws.soap.SOAPFaultException: Timed out waiting for response to operation {http://apache.org/hello_world}greetMe.
> 	at org.apache.cxf.endpoint.ClientImpl.waitResponse(ClientImpl.java:691)
> 	at org.apache.cxf.endpoint.ClientImpl.processResult(ClientImpl.java:612)
> 	at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:523)
> 	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:423)
> 	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:326)
> 	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:279)
> 	at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96)
> 	at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:137)
> 	at $Proxy52.greetMe(Unknown Source)
> 	at org.apache.cxf.transport.udp.UDPTransportTest.testLargeRequest(UDPTransportTest.java:115)
> {code}
> But the failure isn't caused by the timeout, it's related to the message size, narrow down that if the message size is around 42k, the test failed



--
This message was sent by Atlassian JIRA
(v6.2#6252)