this question is originally posted here:
http://www.nabble.com/Failed-to-start-jmx-connector-tf3920420s2354.htmlI had installed ActiveMQ 4.1 on server with Windows Server 2003 Standard Edition, JDK 1.4.2 update 12. ActiveMQ can start and running, however, it failed to start JMX.
Below is the logs:
==========================
==========
==========
2007-06-14 12:32:26,609 [main ] INFO BrokerService - ActiveMQ Message Broker (localhost, ID:centraldb-4923-11817971
95625-1:0)
is shutting down
2007-06-14 12:32:26,609 [main ] INFO NetworkConnector - Network Connector default-nc Stopped
2007-06-14 12:32:35,562 [main ] INFO BrokerService - ActiveMQ 4.1.0-incubator JMS Message Broker (localhost) is starting
2007-06-14 12:32:35,562 [main ] INFO BrokerService - For help or more information please see:
http://incubator.apache.org/activemq/2007-06-14 12:32:36,515 [main ] INFO JDBCPersistenceAdapter - Database driver recognized: [apache_derby_embedded_jdb
c_driver]
2007-06-14 12:32:37,984 [main ] INFO DefaultDatabaseLocker - Attempting to acquire the exclusive lock to become the Master broker
2007-06-14 12:32:38,000 [main ] INFO DefaultDatabaseLocker - Becoming the master on dataSource: org.apache.derby.jdbc.Embe
ddedDataSo
urce@8f2ca
6
2007-06-14 12:32:38,343 [main ] INFO KahaStore - Kaha Store deleted data directory activemq-data\localhost\tm
p_storage
2007-06-14 12:32:38,453 [main ] INFO TransportServerThreadSuppo
rt - Listening for connections at: tcp://centraldb:61616
2007-06-14 12:32:38,453 [main ] INFO TransportConnector - Connector openwire Started
2007-06-14 12:32:38,593 [JMX connector ] WARN ManagementContext - Failed to start jmx connector: javax.naming.Communication
Exception [Root exception is java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalExceptio
n: error unmarshalling arguments; nested exception is:
java.net.MalformedURLExcep
tion: no protocol: JMS/Queue/bin/../conf/]
2007-06-14 12:32:38,625 [main ] INFO TransportServerThreadSuppo
rt - Listening for connections at: ssl://centraldb:61617
2007-06-14 12:32:38,625 [main ] INFO TransportConnector - Connector ssl Started
2007-06-14 12:32:38,640 [main ] INFO TransportServerThreadSuppo
rt - Listening for connections at: stomp://centraldb:61613
2007-06-14 12:32:38,640 [main ] INFO TransportConnector - Connector stomp Started
2007-06-14 12:32:38,640 [main ] INFO NetworkConnector - Network Connector default-nc Started
2007-06-14 12:32:38,640 [main ] INFO BrokerService - ActiveMQ JMS Message Broker (localhost, ID:centraldb-1991-11818045
55125-1:0)
started
==========================
==========
==========
=
any idea how to solve this?