Re: Cassandra/cqlsh Error: TSocket read 0 bytes

2013-02-07 Thread Dave Brosius
An exception occurred on the server, check the logs for the details of what happened, and post back here. On 02/07/2013 11:04 PM, Adam Venturella wrote: Has anyone encountered this before? What did I most likely break or how do I fix it?

Re: Cassandra/cqlsh Error: TSocket read 0 bytes

2013-02-07 Thread Adam Venturella
I got it. Had to run: nodetool cleanup bigmethod It was not on a production box, just a VM off my laptop for some testing. On Thu, Feb 7, 2013 at 8:22 PM, Dave Brosius dbros...@mebigfatguy.comwrote: An exception occurred on the server, check the logs for the details of what happened, and

Re: cassandra cqlsh error

2013-02-04 Thread aaron morton
Grab 1.2.1, it's fixed there http://cassandra.apache.org/download/ Cheers - Aaron Morton Freelance Cassandra Developer New Zealand @aaronmorton http://www.thelastpickle.com On 5/02/2013, at 4:37 AM, Kumar, Anjani anjani.ku...@infogroup.com wrote: I am facing problem while

RE: cassandra cqlsh error

2013-02-04 Thread Kumar, Anjani
11:34 AM To: user@cassandra.apache.org Subject: Re: cassandra cqlsh error Grab 1.2.1, it's fixed there http://cassandra.apache.org/download/ Cheers - Aaron Morton Freelance Cassandra Developer New Zealand @aaronmorton http://www.thelastpickle.com On 5/02/2013, at 4:37 AM, Kumar

Re: cassandra cqlsh error

2013-02-04 Thread Brian Jeltema
:+HeapDumpOnOutOfMemoryError -Xss180k Thanks, Anjani From: aaron morton [mailto:aa...@thelastpickle.com] Sent: Monday, February 04, 2013 11:34 AM To: user@cassandra.apache.org Subject: Re: cassandra cqlsh error Grab 1.2.1, it's fixed there http://cassandra.apache.org/download/ Cheers

RE: cassandra cqlsh error

2013-02-04 Thread Dave Brosius
xss = -ea -javaagent:./../lib/jamm-0.2.5.jar -XX:+UseThreadPriorities -XX:ThreadPriorityPolicy=42 -Xms1005M -Xmx1005M -Xmn200M -XX:+HeapDumpOnOutOfMemoryError -Xss180k That is not an error, that is just 'debugging' information output to the command line. - Original Message -From:

RE: cassandra cqlsh error

2013-02-04 Thread Kumar, Anjani
-XX:ThreadPriorityPolicy=42 -Xms1005M -Xmx1005M -Xmn200M -XX:+HeapDumpOnOutOfMemoryError -Xss180k From: Brian Jeltema [mailto:brian.jelt...@digitalenvoy.net] Sent: Monday, February 04, 2013 12:14 PM To: user@cassandra.apache.org Subject: Re: cassandra cqlsh error I had this problem using a rather old version

RE: cassandra cqlsh error

2013-02-04 Thread Kumar, Anjani
://www.facebook.com/Infogroup From: Dave Brosius [mailto:dbros...@mebigfatguy.com] Sent: Monday, February 04, 2013 1:05 PM To: user@cassandra.apache.org; user@cassandra.apache.org Subject: RE: cassandra cqlsh error xss = -ea -javaagent:./../lib/jamm-0.2.5.jar -XX:+UseThreadPriorities

RE: cassandra cqlsh error

2013-02-04 Thread Kumar, Anjani
...@infogroup.com] Sent: Monday, February 04, 2013 1:44 PM To: user@cassandra.apache.org Subject: RE: cassandra cqlsh error I installed Sun JDK 6 but I am getting the following error. Please see below. Thanks! anjani@anjani-laptop:~/apache-cassandra-1.2.1/bin$mailto:anjani@anjani-laptop:~/apache

RE: cassandra cqlsh error

2013-02-04 Thread Dave Brosius
This part, ERROR 13:39:24,456 Cannot open /var/lib/cassandra/data/system/Schema/system-Schema-hd-5; partitioner org.apache.cassandra.dht.RandomPartitioner does not match system partitioner org.apache.cassandra.dht.Murmur3Partitioner. Note that the default partitioner starting with Cassandra

RE: cassandra cqlsh error

2013-02-04 Thread Kumar, Anjani
This is fixed. Thanks, From: Dave Brosius [mailto:dbros...@mebigfatguy.com] Sent: Monday, February 04, 2013 2:27 PM To: user@cassandra.apache.org; user@cassandra.apache.org Subject: RE: cassandra cqlsh error This part, ERROR 13:39:24,456 Cannot open /var/lib/cassandra/data/system/Schema

Re: Cassandra - cqlsh

2012-08-30 Thread Tyler Hobbs
What OS are you using? On Thu, Aug 30, 2012 at 12:09 PM, Morantus, James (PCLN-NW) james.moran...@priceline.com wrote: Hello all, This is my first setup of Cassandra and I'm having some issues running the cqlsh tool. Have any of you come across this error before? If so, please help.

RE: Cassandra - cqlsh

2012-08-30 Thread Morantus, James (PCLN-NW)
: Cassandra - cqlsh What OS are you using? On Thu, Aug 30, 2012 at 12:09 PM, Morantus, James (PCLN-NW) james.moran...@priceline.commailto:james.moran...@priceline.com wrote: Hello all, This is my first setup of Cassandra and I'm having some issues running the cqlsh tool. Have any of you come

Re: Cassandra - cqlsh

2012-08-30 Thread Tyler Hobbs
2:21 PM *To:* user@cassandra.apache.org *Subject:* Re: Cassandra - cqlsh ** ** What OS are you using? On Thu, Aug 30, 2012 at 12:09 PM, Morantus, James (PCLN-NW) james.moran...@priceline.com wrote: Hello all, This is my first setup of Cassandra and I'm having some issues

RE: Cassandra - cqlsh

2012-08-30 Thread Morantus, James (PCLN-NW)
Ah... Thanks From: Tyler Hobbs [mailto:ty...@datastax.com] Sent: Thursday, August 30, 2012 2:42 PM To: user@cassandra.apache.org Subject: Re: Cassandra - cqlsh RHEL 5 only ships with Python 2.4, which is pretty ancient and below what cqlsh will accept. You can install Python 2.6 with EPEL