[
https://issues.apache.org/jira/browse/ARTEMIS-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leo Provido updated ARTEMIS-2247:
---------------------------------
Summary: Value of an argument node related to ./bin/artermis-service.xml is
incorrect (was: Value of an argument node related in
./bin/artermis-service.xml is incorrect)
> Value of an argument node related to ./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
> Priority: Major
>
> 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)