[
https://issues.apache.org/jira/browse/ARTEMIS-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16770721#comment-16770721
]
Leo Provido commented on ARTEMIS-2247:
--------------------------------------
Thanks [~jbertram] and others. Cheers.
> Value argument in 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: 20m
> Remaining Estimate: 0h
>
> When we tried 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:
> {noformat}
> "/user/server/bin/artemis-service" start
> {noformat}
> We observed that a log file {{./log/artermis-service.err.log}} was generated
> after doing so, containing an error:
> {noformat}
> Error: Could not find or load main class Files\Artemis\etc
> {noformat}
> We later figured out that,
> {noformat}
> <argument>-Dartemis.instance.etc="%ARTEMIS_INSTANCE_ETC%"</argument>
> {noformat}
> Should be (without {{"}}):
> {noformat}
> <argument>-Dartemis.instance.etc=%ARTEMIS_INSTANCE_ETC%</argument>
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)