You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org> on 2016/01/15 22:21:39 UTC

[jira] [Created] (UIMA-4750) UIMA-AS: startBroker,sh script broken

Jerry Cwiklik created UIMA-4750:
-----------------------------------

             Summary: UIMA-AS: startBroker,sh script broken
                 Key: UIMA-4750
                 URL: https://issues.apache.org/jira/browse/UIMA-4750
             Project: UIMA
          Issue Type: Bug
          Components: Async Scaleout
            Reporter: Jerry Cwiklik
            Assignee: Jerry Cwiklik
             Fix For: 2.8.1AS


The startBroker.sh scrip is broken. Broker is not starting up. The last line in the script is wrong :
"$ACTIVEMQ_HOME/bin/activemq" "start xbean:file:$ACTIVEMQ_BASE/conf/activemq-nojournal.xml"

It should be:
"$ACTIVEMQ_HOME/bin/activemq" "start" "xbean:file:$ACTIVEMQ_BASE/conf/activemq-nojournal.xml"

Not that "start" is quoted.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)