CommandAgent fails broker start if security is enabled ------------------------------------------------------
Key: AMQ-1303 URL: https://issues.apache.org/activemq/browse/AMQ-1303 Project: ActiveMQ Issue Type: Bug Components: Broker Affects Versions: 5.0.0 Reporter: Mario Siegenthaler Priority: Minor If the command agent configured in the activemq.xml (it is by default; <commandAgent xmlns="http://activemq.org/config/1.0"/>) and the security/logon for the broker is enabled then the broker fails to start with the following error message: ERROR: java.lang.RuntimeException: Failed to execute start task. Reason: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.activemq.broker.util.CommandAgent' defined in class path resource [activemq.xml]: Invocation of init method failed; nested exception is javax.jms.JMSException: User name or password is invalid. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.