3839404142434445
String url = "http://" + host + ":" + port; try { return new URL(url); } catch (MalformedURLException e) { throw new GridConfigurationException("error building the node url " + e.getMessage(), e); } }