You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Jesse Fugitt (JIRA)" <ji...@apache.org> on 2014/11/20 21:33:34 UTC

[jira] [Commented] (AMQ-5446) activemq doesn't start in java home contain space character

    [ https://issues.apache.org/jira/browse/AMQ-5446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14219945#comment-14219945 ] 

Jesse Fugitt commented on AMQ-5446:
-----------------------------------

Sounds like this was what I was seeing on Windows and I attached a patch to JIRA 5422:
https://issues.apache.org/jira/browse/AMQ-5422

I didn't test on Linux but that patch should help for windows.

Basically the variable needs quotes around it in the script.
-Djava.security.auth.login.config=%ACTIVEMQ_CONF%\login.config
should be
-Djava.security.auth.login.config="%ACTIVEMQ_CONF%\login.config"

> activemq doesn't start in java home contain space character
> -----------------------------------------------------------
>
>                 Key: AMQ-5446
>                 URL: https://issues.apache.org/jira/browse/AMQ-5446
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.10.0
>         Environment: cygwin
>            Reporter: Herve Dumont
>            Priority: Minor
>
> Found on cygwin/Windows 7 but should be application for Linux/Unix platform too 
> If Java is installed in a directory containing space character, activemq start command doesn't start 
> Script doesn't report any error. activemq.pid file pid of a process which doesn't exist.



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