Github user zachary1006 commented on the issue:
https://github.com/apache/activemq-artemis/pull/2190
Thanks for having a look at this PR. I ran the tests; the results are
attached.
My problem was Windows-specific, though. We could not start Artemis on a
Windows machine because the command at line 62 got expanded to:
`set JVM_ARGS=%JVM_ARGS% -Dartemis.instance.etc=""C:/Program Files/File
Location""`
This got read in as `-Dartemis.instance.etc=""`, with `C:/Program`,
`Files/File`, and `Location` as arguments.
[validate-scripts test
results.txt](https://github.com/apache/activemq-artemis/files/2224500/validate-scripts.test.results.txt)
---