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: 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

Error while running Cassandra CLI

2012-08-08 Thread Saurabh Lodha
Hi All, I am interested in contributing to the Cassandra project. As a first step, I have setup my development environment based on the instructions over here: http://wiki.apache.org/cassandra/RunningCassandraInEclipse My run/debug configuration is using the following class as the main class: or