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.<init>(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
> 

Reply via email to