Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0A9F210DB7 for ; Tue, 17 Sep 2013 05:41:02 +0000 (UTC) Received: (qmail 57693 invoked by uid 500); 17 Sep 2013 05:39:45 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 56874 invoked by uid 500); 17 Sep 2013 05:39:34 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 56652 invoked by uid 99); 17 Sep 2013 05:39:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Sep 2013 05:39:32 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bluethundr@gmail.com designates 209.85.215.53 as permitted sender) Received: from [209.85.215.53] (HELO mail-la0-f53.google.com) (209.85.215.53) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Sep 2013 05:39:26 +0000 Received: by mail-la0-f53.google.com with SMTP id el20so3970554lab.12 for ; Mon, 16 Sep 2013 22:39:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=fK0JjjPgABA7rDyx7mnlhXEzuZFjhVA3byrzTvl/Ypg=; b=AHLqbL2rsRtOTFwuv0YhjKQZgcUdihz0SIsVDWpvve8SaJifboWlpslU4pRAHVOty+ FZ05qrHqiFtg6SYzNpQtpdpalNd8TRWaU4j/MZysyyu/BG+sRNQrtT687pweYIHWzQeR dj1qhoomSDDf28TRHqGs7mcJE8m683Fq04aK6vkHw96qikyKm6mWYgPsUpCJqUGesLIT 3LGx3yaKQLTK6G7FPqI7PGn6DpYDpUm42xbQK8p1Exyn6u+C6Lw3XhVZKjmQqxOnaYgC 7aYcR0AykNJBvU1TinN5IGEv+4Fw0JRl+0jsJ0by6q+nr4fb5ox06PI2U9oDy2IMgp32 ijXg== MIME-Version: 1.0 X-Received: by 10.112.14.3 with SMTP id l3mr5115363lbc.27.1379396346162; Mon, 16 Sep 2013 22:39:06 -0700 (PDT) Received: by 10.114.23.102 with HTTP; Mon, 16 Sep 2013 22:39:06 -0700 (PDT) Date: Tue, 17 Sep 2013 01:39:06 -0400 Message-ID: Subject: java exception on starting cqlsh From: Tim Dunphy To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=001a11c37a0837b1ab04e68dbddf X-Virus-Checked: Checked by ClamAV on apache.org --001a11c37a0837b1ab04e68dbddf Content-Type: text/plain; charset=ISO-8859-1 hey guys, I'm getting this exception when I try to run cqlsh. [root@beta:/var/www/admin] #cqlsh beta.mydomain.com 9160 Traceback (most recent call last): File "/etc/alternatives/cassandrahome/bin/cqlsh", line 2027, in main(*read_options(sys.argv[1:], os.environ)) File "/etc/alternatives/cassandrahome/bin/cqlsh", line 2013, in main display_float_precision=options.float_precision) File "/etc/alternatives/cassandrahome/bin/cqlsh", line 477, in __init__ cql_version=cqlver, transport=transport) File "/etc/alternatives/cassandrahome/bin/../lib/cql-internal-only-1.4.0.zip/cql-1.4.0/cql/connection.py", line 143, in connect File "/etc/alternatives/cassandrahome/bin/../lib/cql-internal-only-1.4.0.zip/cql-1.4.0/cql/connection.py", line 59, in __init__ File "/etc/alternatives/cassandrahome/bin/../lib/cql-internal-only-1.4.0.zip/cql-1.4.0/cql/thrifteries.py", line 162, in establish_connection File "/etc/alternatives/cassandrahome/bin/../lib/cql-internal-only-1.4.0.zip/cql-1.4.0/cql/thrifteries.py", line 165, in set_cql_version File "/etc/alternatives/cassandrahome/bin/../lib/cql-internal-only-1.4.0.zip/cql-1.4.0/cql/cassandra/Cassandra.py", line 1983, in set_cql_version File "/etc/alternatives/cassandrahome/bin/../lib/cql-internal-only-1.4.0.zip/cql-1.4.0/cql/cassandra/Cassandra.py", line 2004, in recv_set_cql_version cql.cassandra.ttypes.InvalidRequestException: InvalidRequestException(why='Provided version 3.1.0 is not supported by this server (supported: 2.0.0, 3.0.1)') How do I correct the problem? thanks -- GPG me!! gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B --001a11c37a0837b1ab04e68dbddf Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
hey guys,

=A0I'm getting t= his exception when I try to run cqlsh.

[root@beta:/var/www/admin] #c= qlsh beta.mydomain.com 9160
Tr= aceback (most recent call last):
=A0 File "/etc/alternatives/cassandrahome/bin/cqlsh", line 2027, = in <module>
=A0=A0=A0 main(*read_options(sys.argv[1:], os.environ)= )
=A0 File "/etc/alternatives/cassandrahome/bin/cqlsh", line 2= 013, in main
=A0=A0=A0 display_float_precision=3Doptions.float_precision)
=A0 File &q= uot;/etc/alternatives/cassandrahome/bin/cqlsh", line 477, in __init__<= br>=A0=A0=A0 cql_version=3Dcqlver, transport=3Dtransport)
=A0 File "= ;/etc/alternatives/cassandrahome/bin/../lib/cql-internal-only-1.4.0.zip/cql= -1.4.0/cql/connection.py", line 143, in connect
=A0 File "/etc/alternatives/cassandrahome/bin/../lib/cql-internal-only= -1.4.0.zip/cql-1.4.0/cql/connection.py", line 59, in __init__
=A0 F= ile "/etc/alternatives/cassandrahome/bin/../lib/cql-internal-only-1.4.= 0.zip/cql-1.4.0/cql/thrifteries.py", line 162, in establish_connection=
=A0 File "/etc/alternatives/cassandrahome/bin/../lib/cql-internal-only= -1.4.0.zip/cql-1.4.0/cql/thrifteries.py", line 165, in set_cql_version=
=A0 File "/etc/alternatives/cassandrahome/bin/../lib/cql-internal-= only-1.4.0.zip/cql-1.4.0/cql/cassandra/Cassandra.py", line 1983, in se= t_cql_version
=A0 File "/etc/alternatives/cassandrahome/bin/../lib/cql-internal-only= -1.4.0.zip/cql-1.4.0/cql/cassandra/Cassandra.py", line 2004, in recv_s= et_cql_version
cql.cassandra.ttypes.InvalidRequestException: InvalidRequ= estException(why=3D'Provided version 3.1.0 is not supported by this ser= ver (supported: 2.0.0, 3.0.1)')


How do I correct the problem?

thanks

--
GPG me!!

gpg --keyserver pool.sks-keyserve= rs.net --recv-keys F186197B

--001a11c37a0837b1ab04e68dbddf--