Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Abandoned
-
5.13.3
-
None
-
None
-
Cygwin/Windows 7
-
Patch Available
Description
Under Cygwin on Windows, bin/activemq manipulates the ACTIVEMQ_CLASSPATH variable after the cygpath windows path formatting has been performed, leading to a ACTIVEMQ_CLASSPATH in Windows format but with a Unix path separator.
Sample console output from 'bin/activemq console':
...
INFO | Initializing Spring FrameworkServlet 'dispatcher'
INFO | No Spring WebApplicationInitializer types detected on classpath
WARN | bad alias for C:\dev\java\apache-activemq-5.13.3\conf:C:\dev\java\lib: java.io.IOException: The filename, directory name, or volume label syntax is incorrect
INFO | jolokia-agent: Using policy access restrictor classpath:/jolokia-access.xml
...