While connecting to Cassandra client using java driver for Cannsandra by DataStax, it is throwing following error..
Exception in thread \"main\" com.datastax
I too encountered this problem, and it was caused by a simple error in the statement that was being submitted.
session.prepare(null);
Obviously, the error message is misleading.