I'm trying to connect the cassandra cpp-driver with 2 node cassandra cluster. It is throwing some error, but able to retrieve the keyspace names.
1430309809.995 [ERROR] (src/connection.cpp:413:static void cass::Connection::on_connect(cass::Connector*)): Connect error 'connection refused' on host 192.168.1.5
1430309809.995 [ERROR] (src/connection.cpp:651:void cass::Connection::notify_error(const string&)): Host 192.168.1.5 had the following error on startup: 'Unable to connect'
keyspace_name: 'mytest'
keyspace_name: 'system_traces'
keyspace_name: 'system'