Re: [VOTE] Release Apache Cassandra 1.1.4

2012-08-13 Thread Cathy Daw
I received an error starting the server and Jonathan suggested it may be due to having the binary compiled with Java 1.7. The binary is from https://repository.apache.org/content/repositories/orgapachecassandra-134/org/apache/cassandra/apache-cassandra/1.1.4/apache-cassandra-1.1.4-bin.tar.gz $

Re: Error while running Cassandra CLI

2012-08-13 Thread Gaurav Bhati
+saurabh Possibility: > your cassandra intermediate directories are set to /var/log/*** > try running using sudo bin/cassandra -f > > > On Tue, Aug 14, 2012 at 8:13 AM, Dave Brosius wrote: > >> I'd try these instructions >> >> http://wiki.apache.org/**cassandra/HowToDebug

Re: Error while running Cassandra CLI

2012-08-13 Thread Gaurav Bhati
Possibility: your cassandra intermediate directories are set to /var/log/*** try running using sudo bin/cassandra -f On Tue, Aug 14, 2012 at 8:13 AM, Dave Brosius wrote: > I'd try these instructions > > http://wiki.apache.org/**cassandra/HowToDebug >

Re: Error while running Cassandra CLI

2012-08-13 Thread Dave Brosius
I'd try these instructions http://wiki.apache.org/cassandra/HowToDebug On 08/13/2012 02:43 PM, Jonathan Ellis wrote: Sounds like a classpath problem. Perhaps you just need to add the resources directory to your Eclipse project. On Wed, Aug 8, 2012 at 6:25 PM, Saurabh Lodha wrote: Hi All,

Re: [VOTE] Release Apache Cassandra 1.1.4

2012-08-13 Thread Jonathan Ellis
I just now added #4494 to CHANGES, but probably not worth re-rolling for. +1 from me On Mon, Aug 13, 2012 at 4:44 PM, Eric Evans wrote: > There are bug-fixes worthy of a minor release sitting in 1.1, and > Sylvain is taking a holiday, so here's hoping that I remember how all > of this goes. > >

[VOTE] Release Apache Cassandra 1.1.4

2012-08-13 Thread Eric Evans
There are bug-fixes worthy of a minor release sitting in 1.1, and Sylvain is taking a holiday, so here's hoping that I remember how all of this goes. I propose the following for release as 1.1.4. Check it over carefully though, it's entirely possible I missed dotting an I, or crossing a T somewhe

Re: Error while running Cassandra CLI

2012-08-13 Thread Jonathan Ellis
Sounds like a classpath problem. Perhaps you just need to add the resources directory to your Eclipse project. On Wed, Aug 8, 2012 at 6:25 PM, Saurabh Lodha wrote: > Hi All, > > I am interested in contributing to the Cassandra project. As a first step, I > have setup my development environment