ruby-rdf / rdf-cassandra

[OBSOLETE] RDF.rb storage adapter for the Apache Cassandra distributed database management system.
http://rubygems.org/gems/rdf-cassandra
The Unlicense
12 stars 1 forks source link

Doesn't connect to remote repository #1

Closed tranchis closed 14 years ago

tranchis commented 14 years ago

When I'm connecting to a remote repository:

repository = RDF::Cassandra::Repository.new(:servers => "xxx.xxx.xxx.xxx:9160")

where xxx.xxx.xxx.xxx is a remote ip with an up and running Cassandra server, which I can access via telnet, the following happens:

ThriftClient::NoServersAvailable: No live servers in ["127.0.0.1:9160"] since Thu Apr 29 15:16:56 +0200 2010.
tranchis commented 14 years ago

In the end it was not an issue with rdf-cassandra, but a configuration problem in Cassandra (replacing LiveAddress from 0.0.0.0 to external ip).

artob commented 14 years ago

OK, glad that you got it working...