Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-5882

UDPTransportTest.testLargeRequest always failed on some machine

    XMLWordPrintableJSON

Details

    • Test
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.7.13, 3.0.2
    • None
    • None
    • Unknown

    Description

      get the error like

      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)
      

      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

      Attachments

        Activity

          People

            ffang Freeman Yue Fang
            ffang Freeman Yue Fang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: