You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2014/08/22 14:48:12 UTC

[jira] [Updated] (AMQ-3058) Stopping ActiveMQ won´t work if the ActiveMQ path contains a whitespace.

     [ https://issues.apache.org/jira/browse/AMQ-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated AMQ-3058:
-----------------------------

    Fix Version/s: AGING_TO_DIE

> Stopping ActiveMQ won´t work if the ActiveMQ path contains a whitespace.
> ------------------------------------------------------------------------
>
>                 Key: AMQ-3058
>                 URL: https://issues.apache.org/jira/browse/AMQ-3058
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.4.1
>         Environment: Mac OS 10.6.5
>            Reporter: Julian Quindt
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: AGING_TO_DIE
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> The script command "./activemq stop" fails when the path to ActiveMQ contains a whitespace. The broker continues to execute. Find a CLI output reproducing this bug below:
> zaphod:Software Jule$ cd /Users/Jule/White\ Space/
> zaphod:White Space Jule$ cd bin
> zaphod:bin Jule$ ./activemq start
> INFO: Using default configuration
> (you can configure options in one of these file: /etc/default/activemq /Users/Jule/.activemqrc)
> INFO: Invoke the following command to create a configuration file
> ./activemq setup [ /etc/default/activemq | /Users/Jule/.activemqrc ]
> INFO: Using java '/System/Library/Frameworks/JavaVM.framework/Home/bin/java'
> INFO: Starting - inspect logfiles specified in logging.properties and log4j.properties to get details
> INFO: pidfile created : '/Users/Jule/White' (pid '3506')
> zaphod:bin Jule$ echo juleq: Waiting for broker to come up...
> juleq: Waiting for broker to come up...
> zaphod:bin Jule$ ./activemq stop
> INFO: Using default configuration
> (you can configure options in one of these file: /etc/default/activemq /Users/Jule/.activemqrc)
> INFO: Invoke the following command to create a configuration file
> ./activemq setup [ /etc/default/activemq | /Users/Jule/.activemqrc ]
> INFO: Using java '/System/Library/Frameworks/JavaVM.framework/Home/bin/java'
> ActiveMQ not running
> zaphod:bin Jule$ ps -A | grep ctive
>  3506 ttys000    0:11.78 /System/Library/Frameworks/JavaVM.framework/Home/bin/java -Xms256M -Xmx256M -Dorg.apache.activemq.UseDedicatedTaskRunner=true -Djava.util.logging.config.file=logging.properties -Dcom.sun.management.jmxremote -Dactivemq.classpath=/Users/Jule/White Space/conf; -Dactivemq.home=/Users/Jule/White Space -Dactivemq.base=/Users/Jule/White Space -jar /Users/Jule/White Space/bin/run.jar start
>  3528 ttys000    0:00.00 grep ctive
> zaphod:bin Jule$ echo "juleq: Broker is still running :-(..."
> juleq: Broker is still running :-(...
> zaphod:bin Jule$ 



--
This message was sent by Atlassian JIRA
(v6.2#6252)