Killing cassandra is not working

2011-08-03 Thread CASSANDRA learner
H,, I was running cassandra in my mac and after some time the machine got to sleep mode. Now after the machine is On. I tried to kill the process of cassandra. But i could not able to do that as i could not able to find out the process id. theres no process there when i pinged PS command in

Re: Killing cassandra is not working

2011-08-03 Thread Nilabja Banerjee
try to use *grep* command to check the port where your cassandra was running. On 3 August 2011 16:01, CASSANDRA learner cassandralear...@gmail.comwrote: H,, I was running cassandra in my mac and after some time the machine got to sleep mode. Now after the machine is On. I tried to

Re: Killing cassandra is not working

2011-08-03 Thread Benoit Perroud
Seems like you have already a Cassandra instance running, so the second instance cannot open the same port twice. I would suggest you to kill all instances of Cassandra and start it again. 2011/8/3 Nilabja Banerjee nilabja.baner...@gmail.com try to use *grep* command to check the port where

Re: Killing cassandra is not working

2011-08-03 Thread CASSANDRA learner
Thnks for the reply Nila When i did PS command, I could not able to find any process related to cassandra. Thts the problem.. On Wed, Aug 3, 2011 at 4:12 PM, Benoit Perroud ben...@noisette.ch wrote: Seems like you have already a Cassandra instance running, so the second instance cannot

Re: Killing cassandra is not working

2011-08-03 Thread Benoit Perroud
so use netstat to find out which process had opened the port. 2011/8/3 CASSANDRA learner cassandralear...@gmail.com Thnks for the reply Nila When i did PS command, I could not able to find any process related to cassandra. Thts the problem.. On Wed, Aug 3, 2011 at 4:12 PM, Benoit