You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Nilabja Banerjee <ni...@gmail.com> on 2011/07/29 08:24:37 UTC

CORDA Connection with Cassandra

Hi All,

I am trying  to connect Cassandra with Corda with following detals.

*Driver: org.apache.cassandra.cql.jdbc.CassandraDriver
URL: jdbc:cassandra:/@localhost:9160/nilabja*

*nilabja: keyspace name*
I am using no authentication.....

I am not able to connect it....getting thid following error

*The data could not be retrieved because of an error.
 The error was:
RemoteException occurred in server thread; nested exception is:
    java.rmi.RemoteException: Error getting datafunnel data: ERROR:
DataFunnel from database error.
Query string is null.
The connection will be tested.
Connection pool could not be initialized (jdbc:cassandra:/@
172.19.150.162:9160/nilabja)
ERROR: Couldn't get connection to database: jdbc:cassandra:/@
172.19.150.162:9160/nilabja*

*Any help??

*Thank You
Nilabja