Forum Discussion

autoscout24's avatar
autoscout24
Contributor
13 years ago

HttpConnectionManager-Connection closed

Hi Guys,
We are using SoapUI pro(v4.5.1.1-snapshot) via commandline runner and integrated our tests to teamcity. Very often we encounter Connection closed problem and cmd window or testrunner never returns any value abt status of the of the Run.

Please refer the screen shot for error.

Command line arguments used in the Teamcity
S:\BUILD\SoapUI-Pro\bin\testrunnerTeamCity.bat -sSmokeTest-TestService -EDefault S:/BUILD/Agent/work/f7a50f9f8583ef6f/WebServiceTestAutomation/WebServicesTest-soapui-project.xml


Regards
Vijay

4 Replies

  • RJanecek's avatar
    RJanecek
    Regular Contributor
    hi,

    and what is wrong about closing connection ? Soap ui first open connection then send all request and close connection
  • Hi,
    What wrong is the tests never ran, the cmd windows stuck like what it is in the screen shot for days.

    Regards
    Vijay
  • Hi!

    This may be caused by a various of things unfortunately.
    You could start by increasing the settings at soapUI Preferrences -> HTTP Settings, such as Socket Timeout.

    --
    Regards

    Erik
    SmartBear Sweden
  • autoscout24

    Did you found a solution to the problem? I'm seeing the same issue occurring on my test project.

     

    The only thing I can do that seems to make the problem occur less often is to sleep 0.5s between each request being made.