Connection timed out with version 5.9.0 and 5.9.1

Hi all,

after the update to v. 5.9.0 and then to v. 5.9.1 I started getting this error when performing any API test

java.net.ConnectException: Connection timed out: connect

at com.kms.katalon.core.webservice.common.RestfulClient.sendPostRequest(RestfulClient.java:110)

at com.kms.katalon.core.webservice.common.RestfulClient.send(RestfulClient.java:58)

at com.kms.katalon.controller.WebServiceController.sendRequest(WebServiceController.java:107)

at com.kms.katalon.composer.webservice.parts.RestServicePart$4.run(RestServicePart.java:157)

at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)

I switched back to v.5.8.0 and it still works alright.

Any idea?

Thanks and best regards,
Victor

1 Like

As suggested by user Morgan I had to reboot my machine in order to retrieve the expected behaviour. This thread can be closed, but take into consideration that there’s something triggering this.

1 Like

I also have same problem but is reproduced every time in version 6.1.0:
java.net.MalformedURLException: no protocol:
at com.kms.katalon.core.webservice.common.RestfulClient.sendRequest(RestfulClient.java:63)
at com.kms.katalon.core.webservice.common.RestfulClient.send(RestfulClient.java:49)
at com.kms.katalon.controller.WebServiceController.sendRequest(WebServiceController.java:110)
at com.kms.katalon.composer.webservice.parts.RestServicePart$6.run(RestServicePart.java:182)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)