Re: Could Not connect to cassandra-cli on windows

2011-08-28 Thread aaron morton
Does each c# thread have it's own connection ? Does it work in a single threaded environment ? Cheer s - Aaron Morton Freelance Cassandra Developer @aaronmorton http://www.thelastpickle.com On 29/08/2011, at 1:31 AM, Alaa Zubaidi wrote: > Hi Aaron, > I can connect with node to

Re: Could Not connect to cassandra-cli on windows

2011-08-28 Thread Alaa Zubaidi
Hi Aaron, I can connect with node tool and CLI with no errors, its only when I have multiple connection (threads) through the C# application.. Alaa On 8/25/2011 2:42 PM, aaron morton wrote: With a fresh cassandra install and a pre built client what error do you get ? Can you connect with nod

Re: Could Not connect to cassandra-cli on windows

2011-08-25 Thread aaron morton
With a fresh cassandra install and a pre built client what error do you get ? Can you connect with node tool ? If not what error ? What about the cassandra CLI ? - Aaron Morton Freelance Cassandra Developer @aaronmorton http://www.thelastpickle.com On 25/08/2011, at 2:51 AM,

Re: Could Not connect to cassandra-cli on windows

2011-08-24 Thread Alaa Zubaidi
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.thel

Re: Could Not connect to cassandra-cli on windows

2011-08-24 Thread aaron morton
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.. >

Re: Could Not connect to cassandra-cli on windows

2011-08-23 Thread Alaa Zubaidi
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

Re: Could Not connect to cassandra-cli on windows

2011-08-18 Thread aaron morton
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 Ca

Re: Could Not connect to cassandra-cli on windows

2011-08-17 Thread Alaa Zubaidi
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

Re: Could Not connect to cassandra-cli on windows

2011-08-17 Thread aaron morton
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

Re: Could Not connect to cassandra-cli on windows

2011-08-17 Thread Alaa Zubaidi
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.StringIndexOutOfBounds

Re: Could Not connect to cassandra-cli on windows

2010-11-09 Thread Alaa Zubaidi
Thanks Jim, It works when using it as arguments to cassandra-cli and using -port... is this a bug?? E:\Cassandra\Cass07b3\apache-cassandra-0.7.0-beta3>bin\cassandra-cli.bat -host 192.168.1.11 -port 9160 Starting Cassandra Client Connected to: "Test Cluster" on 192.168.1.11/9160 Welcome to ca

Re: Could Not connect to cassandra-cli on windows

2010-11-09 Thread Jim Ancona
On Mon, Nov 8, 2010 at 8:31 PM, Alaa Zubaidi wrote: > Hi, > Failing to connect to cassandra client: on windows > > [defa...@unknown] connect localhost/9160 > Exception connecting to localhost/9160. Reason: Connection refused: connect. > > [defa...@unknown] connect xxx.xxx.x.xx/9160 > Syntax error

Could Not connect to cassandra-cli on windows

2010-11-08 Thread Alaa Zubaidi
Hi, Failing to connect to cassandra client: on windows [defa...@unknown] connect localhost/9160 Exception connecting to localhost/9160. Reason: Connection refused: connect. [defa...@unknown] connect xxx.xxx.x.xx/9160 Syntax error at position 0: no viable alternative at input 'connect' [defa...@