Freeman Fang created CXF-5882:
---------------------------------
Summary: 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
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)