Forum Discussion
zlaser
14 years agoNew Contributor
Some more input: actually i'm able to make it run with the SoapUITestCaseRunner in SSL mode, but if i cancel the Test by clicking the "cancel" button in the TestCaseRunner window "soapUI TestRunner", and try to launch the runner again with the "Launch" button in the TestCaseRunner window "Launch TestRunner", it fails again with the Bind Exception.
The interesting part is that if i change the SSL port for the mock service to any other port it works !
I send a "netstat -a" command in dos and here the result :
It seems that Mockresponses test step are not stopped and are still listening ! That explains the exception "java.net.BindException: Address already in use" i receive if i keep the same port.
The interesting part is that if i change the SSL port for the mock service to any other port it works !
I send a "netstat -a" command in dos and here the result :
Proto Local Address Foreign Address State
TCP 0.0.0.0:135 w110379:0 LISTENING
TCP 0.0.0.0:443 w110379:0 LISTENING
TCP 0.0.0.0:445 w110379:0 LISTENING
TCP 0.0.0.0:1198 w110379:0 LISTENING
TCP 0.0.0.0:2864 w110379:0 LISTENING
TCP 0.0.0.0:3389 w110379:0 LISTENING
TCP 0.0.0.0:5357 w110379:0 LISTENING
TCP 0.0.0.0:5432 w110379:0 LISTENING
TCP 0.0.0.0:8080 w110379:0 LISTENING
TCP 0.0.0.0:8080 w110379:0 LISTENING
TCP 0.0.0.0:8443 w110379:0 LISTENING
TCP 0.0.0.0:8443 w110379:0 LISTENING
It seems that Mockresponses test step are not stopped and are still listening ! That explains the exception "java.net.BindException: Address already in use" i receive if i keep the same port.
Related Content
- 12 years ago
Recent Discussions
- 6 days ago
- 10 days ago