You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Hiram Chirino (JIRA)" <ji...@apache.org> on 2006/10/02 18:20:09 UTC

[jira] Created: (AMQ-953) ActiveMQ standalone sever does not start in Windows

ActiveMQ standalone sever does not start in Windows
---------------------------------------------------

                 Key: AMQ-953
                 URL: https://issues.apache.org/activemq/browse/AMQ-953
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 4.0.2
            Reporter: Hiram Chirino
         Assigned To: Hiram Chirino


When you use the activemq.bat file in the bin directory of the 4.0.2 distribution you get one of the following errors:

{code}
C:\incubator-activemq-4.0.2\bin>activemq
ACTIVEMQ_HOME: .
Failed to execute main task. Reason: java.lang.ClassNotFoundException: org.apache.activemq.console.command.ShellCommand
{code}

and

{code}
ACTIVEMQ_HOME: .
Loading message broker from: xbean:activemq.xml
ERROR: java.lang.RuntimeException: Failed to execute start task. Reason: org.springframework.beans.factory.Bea
nDefinitionStoreException: Error registering bean with name 'org.apache.activemq.xbean.XBeanBrokerService' def
ined in class path resource [activemq.xml]: Could not resolve placeholder 'activemq.home'
ERROR: java.lang.Exception: org.springframework.beans.factory.BeanDefinitionStoreException: Error registering
bean with name 'org.apache.activemq.xbean.XBeanBrokerService' defined in class path resource [activemq.xml]: C
ould not resolve placeholder 'activemq.home'
{code}


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (AMQ-953) ActiveMQ standalone sever does not start in Windows

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-953?page=all ]

Hiram Chirino updated AMQ-953:
------------------------------

    Fix Version/s: 4.0.3

> ActiveMQ standalone sever does not start in Windows
> ---------------------------------------------------
>
>                 Key: AMQ-953
>                 URL: https://issues.apache.org/activemq/browse/AMQ-953
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 4.0.2
>            Reporter: Hiram Chirino
>         Assigned To: Hiram Chirino
>             Fix For: 4.0.3
>
>
> When you use the activemq.bat file in the bin directory of the 4.0.2 distribution you get one of the following errors:
> {code}
> C:\incubator-activemq-4.0.2\bin>activemq
> ACTIVEMQ_HOME: .
> Failed to execute main task. Reason: java.lang.ClassNotFoundException: org.apache.activemq.console.command.ShellCommand
> {code}
> and
> {code}
> ACTIVEMQ_HOME: .
> Loading message broker from: xbean:activemq.xml
> ERROR: java.lang.RuntimeException: Failed to execute start task. Reason: org.springframework.beans.factory.Bea
> nDefinitionStoreException: Error registering bean with name 'org.apache.activemq.xbean.XBeanBrokerService' def
> ined in class path resource [activemq.xml]: Could not resolve placeholder 'activemq.home'
> ERROR: java.lang.Exception: org.springframework.beans.factory.BeanDefinitionStoreException: Error registering
> bean with name 'org.apache.activemq.xbean.XBeanBrokerService' defined in class path resource [activemq.xml]: C
> ould not resolve placeholder 'activemq.home'
> {code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (AMQ-953) ActiveMQ standalone sever does not start in Windows

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-953?page=all ]

Hiram Chirino resolved AMQ-953.
-------------------------------

    Resolution: Fixed

Fixed in 4.0 branch Committed revision 452107
Fixed in trunk revision 452108

> ActiveMQ standalone sever does not start in Windows
> ---------------------------------------------------
>
>                 Key: AMQ-953
>                 URL: https://issues.apache.org/activemq/browse/AMQ-953
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 4.0.2
>            Reporter: Hiram Chirino
>         Assigned To: Hiram Chirino
>
> When you use the activemq.bat file in the bin directory of the 4.0.2 distribution you get one of the following errors:
> {code}
> C:\incubator-activemq-4.0.2\bin>activemq
> ACTIVEMQ_HOME: .
> Failed to execute main task. Reason: java.lang.ClassNotFoundException: org.apache.activemq.console.command.ShellCommand
> {code}
> and
> {code}
> ACTIVEMQ_HOME: .
> Loading message broker from: xbean:activemq.xml
> ERROR: java.lang.RuntimeException: Failed to execute start task. Reason: org.springframework.beans.factory.Bea
> nDefinitionStoreException: Error registering bean with name 'org.apache.activemq.xbean.XBeanBrokerService' def
> ined in class path resource [activemq.xml]: Could not resolve placeholder 'activemq.home'
> ERROR: java.lang.Exception: org.springframework.beans.factory.BeanDefinitionStoreException: Error registering
> bean with name 'org.apache.activemq.xbean.XBeanBrokerService' defined in class path resource [activemq.xml]: C
> ould not resolve placeholder 'activemq.home'
> {code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (AMQ-953) ActiveMQ standalone sever does not start in Windows

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-953?page=comments#action_37069 ] 
            
Hiram Chirino commented on AMQ-953:
-----------------------------------

As a simple workaround, users can either:

# Replace thier activemq.bat with this one: https://svn.apache.org/repos/asf/incubator/activemq/branches/activemq-4.0/assembly/src/release/bin/activemq.bat
# Run this before you execute the existing activemq.bat:
{code}
set ACTIVEMQ_CLASSPATH=""
{code}

> ActiveMQ standalone sever does not start in Windows
> ---------------------------------------------------
>
>                 Key: AMQ-953
>                 URL: https://issues.apache.org/activemq/browse/AMQ-953
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 4.0.2
>            Reporter: Hiram Chirino
>         Assigned To: Hiram Chirino
>
> When you use the activemq.bat file in the bin directory of the 4.0.2 distribution you get one of the following errors:
> {code}
> C:\incubator-activemq-4.0.2\bin>activemq
> ACTIVEMQ_HOME: .
> Failed to execute main task. Reason: java.lang.ClassNotFoundException: org.apache.activemq.console.command.ShellCommand
> {code}
> and
> {code}
> ACTIVEMQ_HOME: .
> Loading message broker from: xbean:activemq.xml
> ERROR: java.lang.RuntimeException: Failed to execute start task. Reason: org.springframework.beans.factory.Bea
> nDefinitionStoreException: Error registering bean with name 'org.apache.activemq.xbean.XBeanBrokerService' def
> ined in class path resource [activemq.xml]: Could not resolve placeholder 'activemq.home'
> ERROR: java.lang.Exception: org.springframework.beans.factory.BeanDefinitionStoreException: Error registering
> bean with name 'org.apache.activemq.xbean.XBeanBrokerService' defined in class path resource [activemq.xml]: C
> ould not resolve placeholder 'activemq.home'
> {code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira