Re: Can not connect to cassandra 0.7 using CLI

2011-09-28 Thread Jake Luciani
http://screenr.com/5G6 On Wed, Sep 28, 2011 at 11:56 AM, Julio Julio wrote: > thanks a lot for help! I don't know what exactly was wrong (because I > deleted > everything including java and started from the very beginning) but now > everything seems to work perfectly and I'm doing first stepes wi

Re: Can not connect to cassandra 0.7 using CLI

2011-09-28 Thread Julio Julio
thanks a lot for help! I don't know what exactly was wrong (because I deleted everything including java and started from the very beginning) but now everything seems to work perfectly and I'm doing first stepes with Cassandra. By the way... Maybe do you have some useful advices (or you know some

Re: Can not connect to cassandra 0.7 using CLI

2011-09-25 Thread aaron morton
Make sure that the directory /var/log/cassandra exists and the user running cassandra has permission to use it. There are some instructions here in the readme file https://github.com/apache/cassandra/blob/cassandra-0.7.9/README.txt#L27 Good luck. A - Aaron Morton Freelance C

Re: Can not connect to cassandra 0.7 using CLI

2011-09-24 Thread Julio Julio
Eric Evans rackspace.com> writes: > > On Thu, 2010-12-02 at 08:11 +1100, Joshua Partogi wrote: > > It is set to localhost I didn't change it and it is the same as > > configured > > in 0.6.8. Why doesn't it work out of the box? > > > > Thanks heaps. > > Try "netstat -nl | grep 9160". Is the

Re: Can not connect to cassandra 0.7 using CLI

2010-12-02 Thread Joshua Partogi
Hi Eric, Thanks for the hint. I have found out that if there is an exception thrown, the thrift server won't be started. It is working fine now. Kind regards, joshua. On Fri, Dec 3, 2010 at 10:52 AM, Eric Evans wrote: > On Thu, 2010-12-02 at 08:11 +1100, Joshua Partogi wrote: > > It is set to

Re: Can not connect to cassandra 0.7 using CLI

2010-12-02 Thread Eric Evans
On Thu, 2010-12-02 at 08:11 +1100, Joshua Partogi wrote: > It is set to localhost I didn't change it and it is the same as > configured > in 0.6.8. Why doesn't it work out of the box? > > Thanks heaps. Try "netstat -nl | grep 9160". Is the node listening on 9160? Which interface is it bound to

Re: Can not connect to cassandra 0.7 using CLI

2010-12-01 Thread Joshua Partogi
It is set to localhost I didn't change it and it is the same as configured in 0.6.8. Why doesn't it work out of the box? Thanks heaps. On Thu, Dec 2, 2010 at 7:49 AM, Aaron Morton wrote: > Take a look at your cassandra.yaml file at the rpc_address this is the > address it's listening to connecti

Re: Can not connect to cassandra 0.7 using CLI

2010-12-01 Thread Aaron Morton
Take a look at your cassandra.yaml file at the rpc_address this is the address it's listening to connections on. The comments there should help, if you set it to 0.0.0.0 it will bind to all interfaces.  Probably not what you want in production but handy for dev.Hope that helps. AaronOn 02 Dec, 2010

Re: Can not connect to cassandra 0.7 using CLI

2010-12-01 Thread Joshua Partogi
Hi Brayton. Thanks for the reply. It was running find on 0.6.8 on the same box. Kind regards, Joshua On Thu, Dec 2, 2010 at 1:05 AM, Brayton Thompson wrote: > All of the times I have had similar issues the problem has always been > misconfigured iptables. You said it was running fine on 0.6.8 t

Re: Can not connect to cassandra 0.7 using CLI

2010-12-01 Thread Brayton Thompson
All of the times I have had similar issues the problem has always been misconfigured iptables. You said it was running fine on 0.6.8 though? On the same box or a different box? On Dec 1, 2010, at 6:29 AM, Joshua Partogi wrote: > Hi there, > > I just downloaded cassandra 0.7rc1. I started it usi

Re: Can not connect to cassandra 0.7 using CLI

2010-12-01 Thread Ying Tang
try bin/cassandra-cli --host On Wed, Dec 1, 2010 at 7:29 PM, Joshua Partogi wrote: > Hi there, > > I just downloaded cassandra 0.7rc1. I started it using bin/cassandra > without making any configuration changes. > > I then tried to connect using the CLI with command like this: > > f...@ubuntu:~

Can not connect to cassandra 0.7 using CLI

2010-12-01 Thread Joshua Partogi
Hi there, I just downloaded cassandra 0.7rc1. I started it using bin/cassandra without making any configuration changes. I then tried to connect using the CLI with command like this: f...@ubuntu:~/Applications/apache-cassandra-0.7.0-rc1$ bin/cassandra-cli Welcome to cassandra CLI. Type 'help' o