, April 07, 2010 3:18 PM
To: user@cassandra.apache.org
Subject: Re: Handshake failed
That means you're connecting the the debugger port, instead of the
thrift one. (Thrift is 9160 by default.)
On Wed, Apr 7, 2010 at 3:15 PM, Jason Alexander
wrote:
> Hey guys,
>
>
> Excuse my noobis
a separate Windows 7 workstation via C#, and getting this in the
> Cassandra logs:
>
> Debugger failed to attach: handshake failed - received >[two binary bits< -
> excepted >JDWP-Handshake<
>
> From a code perspective, it's dying on the insert call:
>
>
On Wed, Apr 7, 2010 at 3:15 PM, Jason Alexander
wrote:
>TTransport transport = new TSocket("10.223.131.19", );
>
This is not the default Thrift port (unless you explicitly set that way),
you probably want port 9160.
-Brandon
e running in bridged mode. I'm attempting to connect to it remotely
from a separate Windows 7 workstation via C#, and getting this in the Cassandra
logs:
Debugger failed to attach: handshake failed - received >[two binary bits< -
excepted >JDWP-Handshake<
>From a code pe