You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Leo Provido (JIRA)" <ji...@apache.org> on 2019/02/06 01:55:00 UTC

[jira] [Created] (ARTEMIS-2247) Value of an argument node related in ./bin/artermis-service.xml is incorrect

Leo Provido created ARTEMIS-2247:
------------------------------------

             Summary: Value of an argument node related in ./bin/artermis-service.xml is incorrect
                 Key: ARTEMIS-2247
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2247
             Project: ActiveMQ Artemis
          Issue Type: Bug
    Affects Versions: 2.6.4
            Reporter: Leo Provido


When we tried When we tried starting a broker we created, we observed that the broker failed to start.starting a broker we created, we observed that the broker failed to start.

According to the Using the Server (https://activemq.apache.org/artemis/docs/latest/using-server.html) documentation, we simply have to do:
_Or you can run the broker in the background using:
   "/user/server/bin/artemis-service" start_

We observed that a log file ./log/artermis-service.err.log was generated after doing so, containing an error Error: Could not find or load main class Files\Artemis\etc 
We later figured out that, 
_<argument>-Dartemis.instance.etc="%ARTEMIS_INSTANCE_ETC%"</argument>_
Should be (without “):
<argument>-Dartemis.instance.etc=%ARTEMIS_INSTANCE_ETC%</argument>

We have the opinion that the severity of this incident is High because this issue prevents running the broker without fixing it.

An incorrect argument in ./bin/artermis-service.xml causes failure to run a broker.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)