Keyspace creation error on 0.8 beta2

2011-05-11 Thread Sameer Farooqui
When I run this from the Cassandra CMD-Line: create keyspace MyKeySpace with placement_strategy = 'org.apache.cassandra.locator.SimpleStrategy' and strategy_options = [{replication_factor:2}]; I get this error: Internal error processing system_add_keyspace My syntax is correct for creating the

Re: Keyspace creation error on 0.8 beta2

2011-05-11 Thread Sameer Farooqui
FYI - creating the keyspace with the syntax below works in beta1, just not beta2. jeromatron on the IRC channel commented that it looks like the java classpath is using the wrong library dependency for commons lang in beta2. - Sameer On Wed, May 11, 2011 at 4:09 PM, Sameer Farooqui

Re: Keyspace creation error on 0.8 beta2

2011-05-11 Thread Jeremy Hanna
I download a fresh 0.8 beta2 and create keyspaces fine - including the ones below. I don't know if there are relics of a previous install somewhere or something wonky about the classpath. You said that you might have /var/lib/cassandra data left over so one thing to try is starting fresh