After clicking on the add cluster button I am recieving the following error "Error creating cluster: Call to /cluster-configs timed out".
My cassandra version is 1.0.8. Opscenter is 2.1. Here is the output from my log:
2012-06-25 12:15:36-0400 [] INFO: Log opened.
2012-06-25 12:15:36-0400 [] INFO: twistd 10.2.0 (/usr/bin/python2.6 2.6.8) starting up.
2012-06-25 12:15:36-0400 [] INFO: reactor class: twisted.internet.selectreactor.SelectReactor.
2012-06-25 12:15:36-0400 [] INFO: set uid/gid 108/111
2012-06-25 12:15:36-0400 [] INFO: Logging level set to 'info'
2012-06-25 12:15:36-0400 [] INFO: OpsCenterdService startService
2012-06-25 12:15:36-0400 [] INFO: OpsCenter version: 2.1
2012-06-25 12:15:36-0400 [] INFO: Compatible agent version: 2.8
2012-06-25 12:15:36-0400 [] INFO: Cluster config dir '/etc/opscenter/clusters' does not exist yet
2012-06-25 12:15:36-0400 [] INFO: No clusters are configured yet, checking to see if a config migration is needed
2012-06-25 12:15:36-0400 [] INFO: Main config does not appear to include a cluster configuration, skipping migration
2012-06-25 12:15:36-0400 [] INFO: Cluster config dir '/etc/opscenter/clusters' does not exist yet
2012-06-25 12:15:36-0400 [] INFO: No clusters are configured
2012-06-25 12:15:36-0400 [] INFO: HTTP BASIC authentication disabled
2012-06-25 12:15:36-0400 [] INFO: Starting webserver with ssl disabled.
2012-06-25 12:15:36-0400 [] INFO: SSL enabled
2012-06-25 12:15:36-0400 [] INFO: opscenterd.WebServer.OpsCenterdWebServer starting on 8888
2012-06-25 12:15:36-0400 [] INFO: Starting factory <opscenterd.WebServer.OpsCenterdWebServer instance at 0x234c248>
2012-06-25 12:15:36-0400 [] INFO: morbid.morbid.StompFactory starting on 61619
2012-06-25 12:15:36-0400 [] INFO: Starting factory <morbid.morbid.StompFactory instance at 0x2455128>
2012-06-25 12:15:36-0400 [] INFO: Configuring agent communication with ssl support enabled.
2012-06-25 12:15:36-0400 [] INFO: morbid.morbid.StompFactory starting on 61620
2012-06-25 12:15:36-0400 [] INFO: OS Version: Linux version 2.6.18-274.12.1.el5 (mockbuild@x86-001.build.bos.redhat.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-51)) #1 SMP Tue Nov 8 21:37:35 EST 2011
2012-06-25 12:15:36-0400 [] INFO: CPU Info: ['2400.000', '1600.000', '1600.000', '1600.000', '1600.000', '1600.000', '1600.000', '1600.000', '1600.000', '1600.000', '1600.000', '1600.000', '1600.000', '1600.000', '1600.000', '1600.000', '1600.000', '1600.000', '1600.000', '1600.000', '1600.000', '1600.000', '1600.000', '1600.000']
2012-06-25 12:15:36-0400 [] INFO: Mem Info: 48161MB
2012-06-25 12:15:36-0400 [] INFO: Package Manager: Unknown
2012-06-25 12:15:50-0400 [] INFO: Starting factory <opscenterd.CassandraService.NoReconnectCassandraClientFactory instance at 0x2218f80>
2012-06-25 12:15:50-0400 [] INFO: Adding new cluster 'Cassandra_Cluster': {u'jmx': {u'username': u'', u'password': u'', u'port': u'7199'}, u'cassandra': {u'username': u'', u'seed_hosts': u'172.20.137.156', u'api_port': u'9160', u'password': u''}}
2012-06-25 12:15:50-0400 [] INFO: Starting new cluster services for Cassandra_Cluster
2012-06-25 12:15:50-0400 [Cassandra_Cluster] INFO: Starting services for cluster Cassandra_Cluster
2012-06-25 12:15:50-0400 [Cassandra_Cluster] INFO: Starting CassandraCluster service
2012-06-25 12:15:50-0400 [Cassandra_Cluster] INFO: agent_config items: {'rollups60_ttl': 604800, 'thrift_port': 9160, 'rollups7200_ttl': 31536000, 'rollups300_ttl': 2419200, 'rollups86400_ttl': -1, 'jmx_port': 7199, 'metrics_ignored_solr_cores': '', 'api_port': '61621', 'metrics_enabled': 1, 'metrics_ignored_column_families': '', 'metrics_ignored_keyspaces': 'system, OpsCenter'}
2012-06-25 12:15:50-0400 [Cassandra_Cluster] INFO: Starting PushService
2012-06-25 12:15:50-0400 [] INFO: Stopping factory <opscenterd.CassandraService.NoReconnectCassandraClientFactory instance at 0x2218f80>
2012-06-25 12:15:50-0400 [Cassandra_Cluster] INFO: (No candidate nodes to expand pool to target size 5 from 0; there are 1 pending requests. Expected candidate node retry in 0.1 seconds.)
(last error repeats)
Any assistance is appreciated.
