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

[jira] [Work logged] (ARTEMIS-2247) Value argument in artermis-service.xml is incorrect

     [ https://issues.apache.org/jira/browse/ARTEMIS-2247?focusedWorklogId=195427&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-195427 ]

ASF GitHub Bot logged work on ARTEMIS-2247:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/Feb/19 23:32
            Start Date: 06/Feb/19 23:32
    Worklog Time Spent: 10m 
      Work Description: asfgit commented on pull request #2540: ARTEMIS-2247 remove quotes from etc dir for Win service
URL: https://github.com/apache/activemq-artemis/pull/2540
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 195427)
    Time Spent: 20m  (was: 10m)

> 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)