Re: ConnectionException while trying to connect with Astyanax over Java driver

2014-10-06 Thread Ruchir Jha
That exception is on the cassandra server and not on the client. On Mon, Oct 6, 2014 at 2:10 PM, DuyHai Doan wrote: > java.lang.NoSuchMethodError -> Jar dependency issue probably. Did you try > to create an issue on the Astyanax github repo ? > > On Mon, Oct 6, 2014 at 6:01 PM, Ruchir Jha wrote

Re: ConnectionException while trying to connect with Astyanax over Java driver

2014-10-06 Thread DuyHai Doan
java.lang.NoSuchMethodError -> Jar dependency issue probably. Did you try to create an issue on the Astyanax github repo ? On Mon, Oct 6, 2014 at 6:01 PM, Ruchir Jha wrote: > All, > > I am trying to use the new astyanax over java driver to connect to > cassandra version 1.2.12, > > Following set

ConnectionException while trying to connect with Astyanax over Java driver

2014-10-06 Thread Ruchir Jha
All, I am trying to use the new astyanax over java driver to connect to cassandra version 1.2.12, Following settings are turned on in cassandra.yaml: start_rpc: true native_transport_port: 9042 start_native_transport: true *Code to connect:* final Supplier> hostSupplier = new Supplier>() {