Lattest driver and netty issues...

2016-05-25 Thread Tony Anecito
Hi All, I downloaded the latest cassandra driver but when used I get an error about class io.netty.util.timer (netty-3.9.0.Final) not being found during runtime. If I get the latest netty-alll-4.0.46.Final.jar during runtime I get an exception about not having a java.security.cert.x509Certificat

Re: Lattest driver and netty issues...

2016-05-25 Thread Tony Anecito
Ok I found the additional handler file and I added but at runtime I am still getting the error message about the timer class not found and I looked in the jar and did not see that class. I was using netty-3.0.9.0.Final with Cassandra driver cassandra-driver-core-3.0.2.jar and netty-handler-4.0.3

Re: Lattest driver and netty issues...

2016-05-26 Thread Tony Anecito
Okay,  think I understand the issue. Seems netty/casandra driver expect the javax.security.cert.X509Certificate to be readily available which it is for normal standalone java clients but it is not for the server side. That class is in the rt.jar for the jre. But since the server side does not us

Re: Lattest driver and netty issues...

2016-05-26 Thread Alex Popescu
Tony, This thread will have much better chances to get answers and feedback if posted on the Java driver mailing list: https://groups.google.com/a/lists.datastax.com/forum/m/#!forum/java-driver-user On Thursday, May 26, 2016, Tony Anecito wrote: > Okay, think I understand the issue. Seems nett

Re: Lattest driver and netty issues...

2016-05-26 Thread Tony Anecito
Thanks Alex. I was able to verify the issue by adding the rt file from the jre and it did not throw exceptions. -Tony On Thursday, May 26, 2016 2:25 PM, Alex Popescu wrote: Tony, This thread will have much better chances to get answers and feedback if posted on the Java driver maili