I can see that cassandra.yaml is not loading any default keyspace or column family now. Wondering if JdbcDriverTest should be modified to load required keyspace and Columnfamilies( e.g. JdbcInteger, Standard1) explicitly?
--- On Wed, 6/15/11, Jonathan Ellis <jbel...@gmail.com> wrote: From: Jonathan Ellis <jbel...@gmail.com> Subject: Re: JdbcDriverTest To: dev@cassandra.apache.org Date: Wednesday, June 15, 2011, 5:05 PM Internal error means, the error is in the server logs. On Jun 15, 2011 5:33 AM, "Vivek Mishra" <vivek.mis...@yahoo.com> wrote: > Hi, > I am trying to run JdbcDriverTest. But somehow it is failing for > > java.sql.SQLException: Internal error processing execute_cql_query > at org.apache.cassandra.cql.jdbc.CassandraStatement.execute(CassandraStatement.java:176) > > This is happening on startServer(). Looking into Cassandra.yaml, i can see that definitions for JdbcInteger, Standard1 Col families are missing. > > Any idea about this? > I took latest 0.8.0 release. > > Vivek