You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Straun (JIRA)" <ji...@apache.org> on 2010/09/24 16:39:40 UTC

[jira] Created: (AMQ-2943) bin/activemq shell script swallows startup errors

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.