You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "clebert suconic (JIRA)" <ji...@apache.org> on 2015/10/20 19:09:27 UTC

[jira] [Closed] (ARTEMIS-265) Description for lauching Artemis broker on background is wrong

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

clebert suconic closed ARTEMIS-265.
-----------------------------------
    Resolution: Fixed

> Description for lauching Artemis broker on background is wrong
> --------------------------------------------------------------
>
>                 Key: ARTEMIS-265
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-265
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 1.1.1
>         Environment: apache-artemis-1.1.1-20151020.030137-16-bin.zip on a RHEL 6.7 x86_64 machine
>            Reporter: Frantisek Reznicek
>            Priority: Minor
>
> Description for lauching Artemis broker on background is wrong see below the transcript:
> {noformat}
> [artemis@dhcp-x-y-z apache-activemq-artemis-1]$ bin/artemis create --user=artemis --password artemis --allow-anonymous /opt/apache-activemq-artemis-1-i0
> Creating ActiveMQ Artemis instance at: /opt/apache-activemq-artemis-1-i0
> Auto tuning journal ...
> done! Your system can make 0,12 writes per millisecond, your journal-buffer-timeout will be 8364000
> You can now start the broker by executing:
>    "/opt/apache-activemq-artemis-1-i0/bin/artemis" run
> Or you can setup the broker as system service and run it in the background:
> /opt/apache-activemq-artemis-1-i0/bin/artemis-service
>    /etc/init.d/artemis-service start
> [artemis@dhcp-x-y-z apache-activemq-artemis-1]$ /opt/apache-activemq-artemis-1-i0/bin/artemis-service /etc/init.d/artemis-service start
> Usage: /opt/apache-activemq-artemis-1-i0/bin/artemis-service {start|stop|restart|force-stop|status}
> [artemis@dhcp-x-y-z apache-activemq-artemis-1]$ /opt/apache-activemq-artemis-1-i0/bin/artemis-service start
> Starting artemis-service
> artemis-service is now running (9939)
> {noformat}
> Note that 
> Or you can setup the broker as system service and run it in the background:
> /opt/apache-activemq-artemis-1-i0/bin/artemis-service
>    /etc/init.d/artemis-service start
> is wrong and should be:
>  * /opt/apache-activemq-artemis-1-i0/bin/artemis-service start
>  * on one line



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