You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "John Dickson (JIRA)" <ji...@apache.org> on 2016/07/19 00:10:20 UTC

[jira] [Created] (AMQ-6365) bin/activemq sets invalid ACTIVEMQ_CLASSPATH under Cygwin

John Dickson created AMQ-6365:
---------------------------------

             Summary: bin/activemq sets invalid ACTIVEMQ_CLASSPATH under Cygwin
                 Key: AMQ-6365
                 URL: https://issues.apache.org/jira/browse/AMQ-6365
             Project: ActiveMQ
          Issue Type: Bug
          Components: Distribution
    Affects Versions: 5.13.3
         Environment: Cygwin/Windows 7
            Reporter: John Dickson


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':
{quote}
...
 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
...
{quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)