Re: error connecting to cassandra 0.7.3

2011-03-24 Thread Tyler Hobbs
al >>>> >>>>> >>>>> I am using the following code to create my client. >>>>> >>>>> tr = new TSocket(url, port); >>>>> TProtocol proto = new TBinaryProtocol(tr); >>>>> client = new Cassandra.Clien

Re: error connecting to cassandra 0.7.3

2011-03-24 Thread Anurag Gujral
t;> >>>> tr = new TSocket(url, port); >>>> TProtocol proto = new TBinaryProtocol(tr); >>>> client = new Cassandra.Client(proto); >>>> client.set_keyspace(this.keyspace); >>>> >>>> I am getting the errors I mentioned below >>>> Thanks

Re: error connecting to cassandra 0.7.3

2011-03-24 Thread Anurag Gujral
w TBinaryProtocol(tr); >>> client = new Cassandra.Client(proto); >>> client.set_keyspace(this.keyspace); >>> >>> I am getting the errors I mentioned below >>> Thanks >>> Anurag >>> >>> >>> -- Forwarded message

Re: error connecting to cassandra 0.7.3

2011-03-24 Thread Anurag Gujral
col(tr); >> client = new Cassandra.Client(proto); >> client.set_keyspace(this.keyspace); >> >> I am getting the errors I mentioned below >> Thanks >> Anurag >> >> >> -- Forwarded message ------ >> From: Anurag Gujral >> Date: Thu, M

Re: error connecting to cassandra 0.7.3

2011-03-24 Thread ruslan usifov
> client = new Cassandra.Client(proto); > client.set_keyspace(this.keyspace); > > I am getting the errors I mentioned below > Thanks > Anurag > > > -- Forwarded message -- > From: Anurag Gujral > Date: Thu, Mar 24, 2011 at 1:26 AM > Subject: error connecting

error connecting to cassandra 0.7.3

2011-03-24 Thread Anurag Gujral
-- From: Anurag Gujral Date: Thu, Mar 24, 2011 at 1:26 AM Subject: error connecting to cassandra 0.7.3 To: user@cassandra.apache.org I am using cassandra-0.7.3 and thrift-0.0.5,I wrote a java client using thrift 0.0.5 when I try to connect to local cassandra server I get the following error ERROR

error connecting to cassandra 0.7.3

2011-03-24 Thread Anurag Gujral
I am using cassandra-0.7.3 and thrift-0.0.5,I wrote a java client using thrift 0.0.5 when I try to connect to local cassandra server I get the following error ERROR com.bluekai.cassandra.validation.ValidationThread - Failed to connect to 127.0.0.1. org.apache.thrift.transport.TTransportException: