Reputation: 92
My activeMQ is starting, communicating with Database but when I try to access the WEB console "connection refused". Any ideas, please...
PS: These are the only messages reported on startup:
| INFO | Refreshing org.apache.activemq.xbean.XBeanBrokerFactory$1@39aeed2f: root of context hierarchy | org.apache.activemq.xbean.XBeanBrokerFactory$1 | main
| INFO | Using Persistence Adapter: JDBCPersistenceAdapter(org.apache.commons.dbcp2.BasicDataSource@58cbafc2) | org.apache.activemq.broker.BrokerService | main
| INFO | Database adapter driver override recognized for : [mysql_connector_java] - adapter: class org.apache.activemq.store.jdbc.adapter.MySqlJDBCAdapter | org.apache.activemq.store.jdbc.JDBCPersistenceAdapter | main
Thanks!!!
Upvotes: 1
Views: 4266
Reputation: 92
The problem was because we had more than 1 server with the same DataBase configuration in activemq.xml. Web console appears only for master servers, the slave blocks its jetty server to start when grabbing the lock of the database.
Upvotes: 1