Re: Cassandra 0.7-beta3 - IndexOutOfBoundsException when create column family

2010-11-16 Thread André Fiedler
Ah ok, i thougt the comparator is used to compare CF keys... now the exception makes sense to me. Thx! :o) 2010/11/16 Aaron Morton > Your CF meta data says the column names are UUID's > (comparator=LexicalUUIDType) but your column_metadata says the name of one > of the columns is "test1" (and t

Re: Cassandra 0.7-beta3 - IndexOutOfBoundsException when create column family

2010-11-16 Thread Aaron Morton
Your CF meta data says the column names are UUID's (comparator=LexicalUUIDType) but your column_metadata says the name of one of the columns is "test1" (and test2 etc). This is not a valid UUID. Either change the comparator or use UUID's for the column names in the column_metadata.  AaronOn 17 Nov,

Re: Cassandra 0.7-beta3 - IndexOutOfBoundsException when create column family

2010-11-16 Thread André Fiedler
Ah ok, didn´t know that. Now it starts up, but throws a new exception: - Log -- [defa...@test] create column family Test with comparator=LexicalUUIDType and column_metadata=[{column_name:test1, validation_class:LexicalUUIDType, index_type:0, ind

Re: Cassandra 0.7-beta3 - IndexOutOfBoundsException when create column family

2010-11-16 Thread Aaron Morton
did you do a clean and then build ? "ant clean" then "ant jar"AaronOn 17 Nov, 2010,at 10:10 AM, André Fiedler wrote:Latest branch doesn´t start:- Log --Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/cassandra/thrift/Cassand

Re: Cassandra 0.7-beta3 - IndexOutOfBoundsException when create column family

2010-11-16 Thread André Fiedler
Ups, sry... checked out the trunk, not branch... my fault :D 2010/11/16 André Fiedler > Latest branch doesn´t start: > > - Log -- > > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/cassandra/thrift/CassandraDaemon > Ca

Re: Cassandra 0.7-beta3 - IndexOutOfBoundsException when create column family

2010-11-16 Thread André Fiedler
Latest branch doesn´t start: - Log -- Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/cassandra/thrift/CassandraDaemon Caused by: java.lang.ClassNotFoundException: org.apache.cassandra.thrift.CassandraDaemon at java.net.URL

Re: Cassandra 0.7-beta3 - IndexOutOfBoundsException when create column family

2010-11-16 Thread André Fiedler
Thx! :o) so i will do 2010/11/16 Jake Luciani > This is a bug in beta3, if you checkout the cassandra-0.7 branch it should > work for you. > > > On Tue, Nov 16, 2010 at 3:38 PM, André Fiedler < > fiedler.an...@googlemail.com> wrote: > >> I try to perform the following action after a clean startu

Re: Cassandra 0.7-beta3 - IndexOutOfBoundsException when create column family

2010-11-16 Thread Jake Luciani
This is a bug in beta3, if you checkout the cassandra-0.7 branch it should work for you. On Tue, Nov 16, 2010 at 3:38 PM, André Fiedler wrote: > I try to perform the following action after a clean startup. And get the > log below. How to fix this? > > - Action ---

Cassandra 0.7-beta3 - IndexOutOfBoundsException when create column family

2010-11-16 Thread André Fiedler
I try to perform the following action after a clean startup. And get the log below. How to fix this? - Action -- create column family Test with comparator=LexicalUUIDType and column_metadata=[ {column_name:test1, validation_class:Lexical