Matt Kusnierz created AMQ-4910:
----------------------------------
Summary: Windows batch script doesn't like spaces in installation
path
Key: AMQ-4910
URL: https://issues.apache.org/jira/browse/AMQ-4910
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 5.9.0
Environment: Windows 7
Reporter: Matt Kusnierz
Priority: Minor
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
--
This message was sent by Atlassian JIRA
(v6.1#6144)