On Thu, Oct 31, 2013 at 10:01 AM, Les Hartzman wrote:
> I did notice on startup the message "JNA not found. Native methods will
> be disabled". Not sure if this means anything or not.
>
While not relevant to the problem you were having, in general one really
does want to have JNA available when
Thank you! That was it.
Les
On Thu, Oct 31, 2013 at 10:06 AM, Sylvain Lebresne wrote:
> cqlsh uses thrift, the java driver uses the native protocol. Thirft is on
> port 9160 by default, the native protocol is on port 9042 by default. Try
> connecting on port 9042 with the driver instead (which
cqlsh uses thrift, the java driver uses the native protocol. Thirft is on
port 9160 by default, the native protocol is on port 9042 by default. Try
connecting on port 9042 with the driver instead (which is the driver
default really).
--
Sylvain
On Thu, Oct 31, 2013 at 6:01 PM, Les Hartzman wrot
I'm running Cassandra 2.0.1 on Ubuntu in a VirtualBox VM. I'm using the
Datastax Java driver, 1.0.4, and am trying to connect to 127.0.0.1, port
9160.
I'm getting the NoHostAvailable exception and on the TransportException it
states [127.0.0.1] Channel has been closed.
The server is running. I ca