Skip to content

Commit 5b6fbe6

Browse files
author
Simon Weller
committed
Cloudstack 9285 for 4.7.x
1 parent a243339 commit 5b6fbe6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

agent/src/com/cloud/agent/Agent.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,8 @@ protected void reconnect(final Link link) {
412412
try {
413413
_connection.start();
414414
} catch (final NioConnectionException e) {
415-
throw new CloudRuntimeException("Unable to start the connection!", e);
415+
s_logger.info("Attempted to connect to the server, but received an unexpected exception, trying again...");
416+
416417
}
417418
_shell.getBackoffAlgorithm().waitBeforeRetry();
418419
} while (!_connection.isStartup());

0 commit comments

Comments
 (0)