clebertsuconic commented on a change in pull request #2733: ARTEMIS-2366
artemis-service start fails
URL: https://github.com/apache/activemq-artemis/pull/2733#discussion_r297829136
##########
File path:
artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis-service.xml
##########
@@ -33,7 +33,7 @@
<logmode>roll</logmode>
<executable>%JAVA_HOME%\bin\java.exe</executable>
-
<startargument>-Xbootclasspath/a:%ARTEMIS_HOME%\lib\${logmanager}</startargument>
+
<startargument>-Xbootclasspath/a:%ARTEMIS_HOME%\lib\${logmanager};%ARTEMIS_HOME%\lib\${wildfly-common}</startargument>
Review comment:
@michaelandrepearce even thought there's no real issue in there, the PR is
being merged and a new release is being made soon, out of caution.
https://github.com/wildfly/wildfly-common/pull/47
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services