The first thing to note is that the documentation is versioned and released
with the broker. You're using the documentation for Artemis 2.0.0 even
though your binary is for 2.14.0. Since 2.14.0 is the latest release you
can find its documentation here [1] which is always where you can find the
documentation for the latest release.

Regarding your actual issue...I just tried the same kind of process with
2.14.0 on my local machine and everything worked fine. Therefore it seems
to me like your hitting some kind of environmental issue. What happens if
you:

> cd /var/lib
> mkdir testbroker

Does it actually create the directory?


Justin

[1] http://activemq.apache.org/components/artemis/documentation/latest/

On Fri, Aug 7, 2020 at 10:09 AM Christopher Pisz <[email protected]>
wrote:

> So, I got a machine from my higher ups at work that I can ssh into and try
> to set up activemq.
>
> I followed the instructions on
>
> https://activemq.apache.org/components/artemis/documentation/2.0.0/using-server.html
> by
> entering:
>
> >cd /var/lib
> >~/apache-artemis-2.14.0/bin/artemis create testbroker
>
> The output was:
> Unable to create the path 'testbroker'.
> usage: artemis <command> [<args>]
>
> I also tried
> >cd /var/lib
> >~/apache-artemis-2.14.0/bin/artemis create /var/lib/testbroker
>
> My user supposedly has admin permissions. Not sure if there is a way to
> check?
> Not sure what to do.
>

Reply via email to