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 789B98C11 for ; Wed, 24 Aug 2011 14:52:06 +0000 (UTC) Received: (qmail 62990 invoked by uid 500); 24 Aug 2011 14:52:03 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 62933 invoked by uid 500); 24 Aug 2011 14:52:03 -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 62925 invoked by uid 99); 24 Aug 2011 14:52:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2011 14:52:02 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [216.207.44.49] (HELO postrelay-2.pdf.com) (216.207.44.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2011 14:51:56 +0000 Received: from domo-sjc-001.pdf.com (domo-sjc-001.pdf.com [10.10.9.180]) by postrelay-2.pdf.com (Switch-3.2.5/Switch-3.2.5) with ESMTP id p7OEsFNc006450 for ; Wed, 24 Aug 2011 07:54:15 -0700 Received: from [127.0.0.1] ([10.2.10.89]) by domo-sjc-001.pdf.com (8.13.8/8.13.8) with ESMTP id p7OEpYUf019554 for ; Wed, 24 Aug 2011 07:51:34 -0700 Message-ID: <4E551007.6040906@pdf.com> Date: Wed, 24 Aug 2011 07:51:51 -0700 From: Alaa Zubaidi User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.20) Gecko/20110804 Lightning/1.0b2 Thunderbird/3.1.12 MIME-Version: 1.0 To: user@cassandra.apache.org Subject: Re: Could Not connect to cassandra-cli on windows References: <4CD8A45D.10803@pdf.com> <4E4C161D.3050203@pdf.com> <78C79B4D-B27B-4005-948F-A4831F6649EC@thelastpickle.com> <4E4C8F1E.3060809@pdf.com> <4E5442F8.7010509@pdf.com> <8CE0FD87-B105-4275-879B-52AAEA18FF31@thelastpickle.com> In-Reply-To: <8CE0FD87-B105-4275-879B-52AAEA18FF31@thelastpickle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Aaron, I cannot at this point of time.. Thanks for your help.. Alaa On 8/24/2011 2:30 AM, aaron morton wrote: > Not off the top of my head. > > Can you get 0.7.8 running with a pre-packaged client ? > > Cheers > > ----------------- > Aaron Morton > Freelance Cassandra Developer > @aaronmorton > http://www.thelastpickle.com > > On 24/08/2011, at 12:16 PM, Alaa Zubaidi wrote: > >> Hi Aaron, >> We are using Thrift 5.. >> TSocket _tr = new TSocket(server.Host, server.Port);//"localhost", 9160); >> _transport = new TFramedTransport(_tr); >> _protocol = new TBinaryProtocol(_transport); >> _client = new Cassandra.Client(_protocol); >> >> Do you have any clue on what could cause the first exception? >> >> Thanks and Regards. >> Alaa >> >> On 8/18/2011 3:59 AM, aaron morton wrote: >>> IIRC cassandra 0.7 needs thrift 0.5, are you using that version ? >>> >>> Perhaps try grabbing the cassandra 0.7 version for one of the pre built clients (pycassa, hector etc) to check things work and then check you are using the same thrift version. >>> >>> Cheers >>> >>> ----------------- >>> Aaron Morton >>> Freelance Cassandra Developer >>> @aaronmorton >>> http://www.thelastpickle.com >>> >>> On 18/08/2011, at 4:03 PM, Alaa Zubaidi wrote: >>> >>>> Hi Aaron, >>>> Thanks for the reply. >>>> I am running 0.7.4 and NO client. >>>> The error was reported by the application where it fails to connect and it happens that 2 threads are trying to connect at the same time. and when I checked the cassandra log I found these errors?? >>>> >>>> Thanks >>>> Alaa >>>> >>>> On 8/17/2011 4:29 PM, aaron morton wrote: >>>>> What client, what version, what version of cassandra are you using ? >>>>> >>>>> Looks like you are connecting with an old version of thrift, like the message says. Check the client you are using was made for cassandra 0.8. >>>>> >>>>> Cheers >>>>> >>>>> ----------------- >>>>> Aaron Morton >>>>> Freelance Cassandra Developer >>>>> @aaronmorton >>>>> http://www.thelastpickle.com >>>>> >>>>> On 18/08/2011, at 7:27 AM, Alaa Zubaidi wrote: >>>>> >>>>>> Hi, >>>>>> >>>>>> I se this error while the application tries to connect to cassandra at the same time from 2 different threads: any clues: >>>>>> >>>>>> ERROR [pool-1-thread-13] 2011-07-29 06:46:45,718 CustomTThreadPoolServer.java (line 222) Error occurred during processing of message. >>>>>> java.lang.StringIndexOutOfBoundsException: String index out of range: -2147418111 >>>>>> at java.lang.String.checkBounds(String.java:397) >>>>>> at java.lang.String.(String.java:442) >>>>>> at org.apache.thrift.protocol.TBinaryProtocol.readString(TBinaryProtocol.java:339) >>>>>> at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:210) >>>>>> at org.apache.cassandra.thrift.Cassandra$Processor.process(Cassandra.java:2543) >>>>>> at org.apache.cassandra.thrift.CustomTThreadPoolServer$WorkerProcess.run(CustomTThreadPoolServer.java:206) >>>>>> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) >>>>>> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) >>>>>> at java.lang.Thread.run(Thread.java:662) >>>>>> ERROR [pool-1-thread-11] 2011-07-29 06:53:21,921 CustomTThreadPoolServer.java (line 218) Thrift error occurred during processing of message. >>>>>> org.apache.thrift.protocol.TProtocolException: Missing version in readMessageBegin, old client? >>>>>> at org.apache.thrift.protocol.TBinaryProtocol.readMessageBegin(TBinaryProtocol.java:213) >>>>>> at org.apache.cassandra.thrift.Cassandra$Processor.process(Cassandra.java:2543) >>>>>> at org.apache.cassandra.thrift.CustomTThreadPoolServer$WorkerProcess.run(CustomTThreadPoolServer.java:206) >>>>>> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) >>>>>> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) >>>>>> at java.lang.Thread.run(Thread.java:662) >>>>>> >>>>>> Thanks, >>>>>> Alaa >>>>>> >>>> -- >>>> Alaa Zubaidi >>>> PDF Solutions, Inc. >>>> 333 West San Carlos Street, Suite 700 >>>> San Jose, CA 95110 USA >>>> Tel: 408-283-5639 (or 408-280-7900 x5639) >>>> fax: 408-938-6479 >>>> email: alaa.zubaidi@pdf.com >>>> >>>> >>> >> -- >> Alaa Zubaidi >> PDF Solutions, Inc. >> 333 West San Carlos Street, Suite 700 >> San Jose, CA 95110 USA >> Tel: 408-283-5639 (or 408-280-7900 x5639) >> fax: 408-938-6479 >> email: alaa.zubaidi@pdf.com >> >> > > -- Alaa Zubaidi PDF Solutions, Inc. 333 West San Carlos Street, Suite 700 San Jose, CA 95110 USA Tel: 408-283-5639 (or 408-280-7900 x5639) fax: 408-938-6479 email: alaa.zubaidi@pdf.com