I'm trying to run the broker but I recieve this message. I succesfully created the broker so I don't know why this is happening.
Screenshot of cmd error here:
I don't understand what NO_ARTEMIS_OOME_DUMP
is.
The files that it says it cannot find (bootstrap.xml
, management.xml
), but they exist in one of the folders.
I added the artemis folder to the PATH.
How do I fix this?
I tried restarting, reinstalling, creating another broker... nothing works.
It appears there are some special characters in your path after C:\Users\Hadas\Desktop
. I suspect that the ActiveMQ Artemis Windows start script is choking on these characters. Try creating a new path without the special characters. That should work.
Also, ensure you're using the latest release of ActiveMQ Artemis as it has a fix for ARTEMIS-4057 which impacts the Windows start script.