Description
I ran into the following exception:
2013-01-03 19:25:20,497 ERROR [BrokerService] Failed to start ActiveMQ JMS Message Broker. Reason: java.io.IOException: Transport Connector could not be registered in JMX: Transport scheme NOT recognized: [tcp]
java.io.IOException: Transport Connector could not be registered in JMX: Transport scheme NOT recognized: [tcp]
at org.apache.activemq.util.IOExceptionSupport.create(IOExceptionSupport.java:27)
at org.apache.activemq.broker.BrokerService.registerConnectorMBean(BrokerService.java:1656)
at org.apache.activemq.broker.BrokerService.startTransportConnector(BrokerService.java:2099)
at org.apache.activemq.broker.BrokerService.startAllConnectors(BrokerService.java:2049)
at org.apache.activemq.broker.BrokerService.start(BrokerService.java:511)
at org.apache.activemq.broker.BrokerService.autoStart(BrokerService.java:458)
This happens if all the activemq modules are configured with load="false" in config.xml and somebody tries to display all web applications using the admin console.