[ 
https://issues.apache.org/jira/browse/UIMA-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jerry Cwiklik closed UIMA-1327.
-------------------------------

    Resolution: Fixed

Modified startBroker.sh script to test (and set) executable bit before 
attempting to start the AMQ broker. The following was added:

if [ ! -x "$ACTIVEMQ_HOME/bin/activemq" ]; then
    chmod +x "$ACTIVEMQ_HOME/bin/activemq"
fi


> Cannot start broker with startBroker.sh script
> ----------------------------------------------
>
>                 Key: UIMA-1327
>                 URL: https://issues.apache.org/jira/browse/UIMA-1327
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>    Affects Versions: 2.3AS
>         Environment: Ubuntu 8.10
>            Reporter: Jörn Kottmann
>             Fix For: 2.3AS
>
>
> startBroker.sh script fails with this error "bin/startBroker.sh: 47: 
> /home/joern/Desktop/apache-uima-as-2.3.0/apache-activemq-4.1.1/bin/activemq: 
> Permission denied". It fails because the file 
> apache-activemq-4.1.1/bin/activemq does not has the executable bit set.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to