-
Notifications
You must be signed in to change notification settings - Fork 50
problem running cmb 2.2.45 with datastax enterprise 4.7.0 #45
Description
Hello everyone
I where trying to run cmb 2.2.45 on top of datastax enterprise 4.7.0 and this error messages came out every time y run the cmb.sh command line script:
2015-06-30 10:12:20,587 [main] [b27b0f1e-1df1-472d-a81e-305862b698d9] INFO ConnectionPoolMBeanManager - Registering mbean: com.netflix.MonitoredResources:type=ASTYANAX,name=CMBAstyananxConnectionPool,ServiceType=connectionpool
2015-06-30 10:12:20,605 [main] [b27b0f1e-1df1-472d-a81e-305862b698d9] INFO CountingConnectionPoolMonitor - AddHost: 192.168.1.217
2015-06-30 10:12:20,667 [main] [b27b0f1e-1df1-472d-a81e-305862b698d9] INFO CountingConnectionPoolMonitor - RemoveHost: 192.168.1.217
2015-06-30 10:12:20,763 [main] [b27b0f1e-1df1-472d-a81e-305862b698d9] INFO CountingConnectionPoolMonitor - AddHost: 192.168.1.217
2015-06-30 10:12:20,765 [main] [b27b0f1e-1df1-472d-a81e-305862b698d9] INFO CountingConnectionPoolMonitor - RemoveHost: 192.168.1.217
2015-06-30 10:12:20,768 [main] [b27b0f1e-1df1-472d-a81e-305862b698d9] INFO CountingConnectionPoolMonitor - AddHost: 192.168.1.217
2015-06-30 10:12:20,778 [main] [b27b0f1e-1df1-472d-a81e-305862b698d9] INFO CountingConnectionPoolMonitor - RemoveHost: 192.168.1.217
2015-06-30 10:12:20,780 [main] [b27b0f1e-1df1-472d-a81e-305862b698d9] INFO CQSControllerServlet - event=ping version=2.2.45 ip=127.0.1.1 port=6059
2015-06-30 10:12:21,019 [main] [b27b0f1e-1df1-472d-a81e-305862b698d9] WARN CQSControllerServlet - event=ping_failed
com.comcast.cmb.common.util.PersistenceException: NoAvailableHostsException: [host=None(0.0.0.0):0, latency=0(0), attempts=0]No hosts to borrow from
at com.comcast.cmb.common.persistence.CassandraAstyanaxPersistence.insertRow(CassandraAstyanaxPersistence.java:646)
at com.comcast.cqs.controller.CQSControllerServlet.writeHeartBeat(CQSControllerServlet.java:188)
at com.comcast.cmb.common.controller.CMB.main(CMB.java:81)
I know the message says cassandra is not available but i try making ping to the cassandra server and it work and accesing the port configured in cmb using telnet and it was open.
Is this a compatibility problem? Did anyone has run on this issue before?
I hope you can help me
Have a good day