looking into logs leads me to this:
java.lang.NoSuchMethodError:
org.apache.commons.lang.StringUtils.join(Ljava/util/Collection;Ljava/lang/String;)Ljava/lang/String;
at org.apache.cassandra.db.RowMutation.toString(RowMutation.java:263)
I can see that version required and mentioned in build.x
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 wrote:
From: Jonathan Ellis
Subjec
Internal error means, the error is in the server logs.
On Jun 15, 2011 5:33 AM, "Vivek Mishra" 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.CassandraStat
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