diff --git a/activemq-console/src/main/java/org/apache/activemq/console/command/StartCommand.java b/activemq-console/src/main/java/org/apache/activemq/console/command/StartCommand.java index e777adfaa6..4047192f26 100644 --- a/activemq-console/src/main/java/org/apache/activemq/console/command/StartCommand.java +++ b/activemq-console/src/main/java/org/apache/activemq/console/command/StartCommand.java @@ -66,7 +66,7 @@ public class StartCommand extends AbstractCommand { // Prevent the main thread from exiting unless it is terminated elsewhere waitForShutdown(); } catch (Exception e) { - GlobalWriter.printException(new RuntimeException("Failed to execute start task. Reason: " + e)); + GlobalWriter.printException(new RuntimeException("Failed to execute start task. Reason: " + e, e)); throw new Exception(e); } }