bin/activemq shell script swallows startup errors
-------------------------------------------------
Key: AMQ-2943
URL: https://issues.apache.org/activemq/browse/AMQ-2943
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 5.4.1
Environment: Unix/Linux
Reporter: Straun
Priority: Critical
The startup script redirects output from the invokeJar call to null "...
$COMMANDLINE_ARGS >/dev/null 2>&1 & " this means that all console output gets
directed to /dev/null, perhaps this redirect was intended for the stop not the
start?
To patch this edit the ${activemq.base}/bin/activemq and remove the '>/dev/null'
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.