During the selenium test execution, for some reason, there is a random port checker on URI
/status
and looks like that
org.openqa.selenium.net.UrlChecker$TimeoutException: Timed out waiting for [http://localhost:9638/status]
The Selenium java client is trying with different/random TCP ports.
We are using Selenium Grid and there is one correct node registered and ready to go.