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

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

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

Justin Bertram reassigned ARTEMIS-2247:
---------------------------------------

    Assignee: Justin Bertram

> 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
>            Assignee: Justin Bertram
>            Priority: Major
>             Fix For: 2.7.0, 2.6.5
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)