--
You received this message because you are subscribed to the Google Groups "Spring Data Cassandra" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spring-data-cass...@googlegroups.com.
To post to this group, send email to spring-dat...@googlegroups.com.
Visit this group at http://groups.google.com/group/spring-data-cassandra.
To view this discussion on the web visit https://groups.google.com/d/msgid/spring-data-cassandra/fa2cd320-173a-471f-ab0d-4f3cabcb078d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Spring Data Cassandra" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spring-data-cass...@googlegroups.com.
To post to this group, send email to spring-dat...@googlegroups.com.
Visit this group at http://groups.google.com/group/spring-data-cassandra.
To view this discussion on the web visit https://groups.google.com/d/msgid/spring-data-cassandra/70886d52-b275-4e0d-ac13-27c70172c04b%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Spring Data Cassandra" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spring-data-cass...@googlegroups.com.
To post to this group, send email to spring-dat...@googlegroups.com.
Visit this group at http://groups.google.com/group/spring-data-cassandra.
To view this discussion on the web visit https://groups.google.com/d/msgid/spring-data-cassandra/c735175e-1dd2-4332-9c42-75e184fc3532%40googlegroups.com.
Can you try using the DS Java Driver to connect directly without using SD C*?
I think we need to determine if that is the issue. What version of the driver are you using? The latest is 1.0.6.
<dependency>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
<version>1.0.6</version>
</dependency>
To view this discussion on the web visit https://groups.google.com/d/msgid/spring-data-cassandra/CANaOvh8tNmtQ_XS-Z9TTSrO7EWzaD%2BwszhaNCdMmu4%2B8U2hjqg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/spring-data-cassandra/2918e11f55b843d29661a910e75d48f2%40BMUSJAXDC01.us.brightmove.com.
David,
I think the issue with connecting to C* directly (without SDC*), indicates a potentially different issue with your C* setup, or possibly the combination of your C* instance and the driver.
I would post your question to the driver group (https://groups.google.com/a/lists.datastax.com/forum/#!forum/java-driver-user) and once you can connect with just the driver, let us know if you still cannot connect with SDC*.
Sorry to redirect you, but I don’t know what else to try. The DS Driver guys are very knowledgeable and helpful.
Dave
To view this discussion on the web visit https://groups.google.com/d/msgid/spring-data-cassandra/CANaOvh-QOOmFFuC-b586mK96E4zmdhwx9pV-SZjYy1GYYnUcQg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/spring-data-cassandra/034ab9d1a6734c5489183be1caa3275f%40BMUSJAXDC01.us.brightmove.com.
Just exclude the dse driver from the SDC dependency, and then add your 1.0.6 non-dse driver as a dependency at the same level as SDC in your POM. This might work with with the 2.0 driver but we haven’t tried it yet. Thanks for the update to the group. Your detailed explanation is sure to help the next guy. J
To view this discussion on the web visit https://groups.google.com/d/msgid/spring-data-cassandra/CANaOvh81N_qxh0EDZedvo%2B1SPYgQDypsmKUwwXWBqVp3om2vFQ%40mail.gmail.com.