Description
If you unzip the binary distribution to "C:\Program Files\apache-active-mq-5.9.0" or any directory that contains a space in it, the bin\activemq.bat file fails to start. With the error message:
Error: Could not find or load main class Files\apache-activemq-5.9.0\bin\..\conf\login.config
Work-around - either unzip to a directory with no spaces, or set the ACTIVEMQ_HOME environment variable to the short version of the path, e.g.
set ACTIVEMQ_HOME=c:\Progra~1\apache-activemq-5.9.0
Attachments
Issue Links
- relates to
-
AMQ-5243 ActiveMQ failed to start when the file path includes blank space
- Resolved