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)