279280281282283284285286287288289
} } catch (Exception e) { log.debug("Invalid credentials to access node {} ", nodeCandidate); } finally { remoteHost.stop(); } } else { log.debug("Node {} seems to be down", nodeCandidate); }
6869707172737475767778
log.info("{} {}", node, xvfb); } catch (Exception e) { log.error("Exception in node {} : {}", node, e.getClass()); nodesWithException.add(node); } finally { remoteHost.stop(); } } else { log.error("Node down {}", node); nodesDown.add(node); }