[
https://issues.apache.org/jira/browse/UIMA-4750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jerry Cwiklik closed UIMA-4750.
-------------------------------
Resolution: Fixed
Fixed command line which launches the broker. It does this now:
"$ACTIVEMQ_HOME/bin/activemq" "start"
"xbean:file:$ACTIVEMQ_BASE/conf/activemq-nojournal.xml"
> 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)