JDBC driver for Java 7 vesion

2020-02-24 Thread Prabhakar Bhosaale
Hi All, We are using drill 1.16.0 and we are trying to create JDBC datasource on WAS8.5 with java7. we are getting following error. "exception: java.sql.SQLException: java.lang.UnsupportedClassVersionError: JVMCFRE003 bad major version; class=org/apache/drill/jdbc/Driver, offset=6" So where can i

Re: Websphere JDBC data source - Class not found exception

2020-02-24 Thread Prabhakar Bhosaale
Hi Paul, Thanks for your reply. we resolved this error but as mentioned in my other email, we have java7 on this server while drill JDBC needs java8. So we are getting error "exception: java.sql.SQLException: java.lang.UnsupportedClassVersionError: JVMCFRE003 bad major version; class=org/apache/dr

Re: Websphere JDBC data source - Class not found exception

2020-02-24 Thread Paul Rogers
Hi Prabhakar, While it is a bit difficult to debug class path issues via e-mail, here are some suggestions. First, verify that the Drill JDBC driver is indeed on your class path. Given that you are using an app server, it is important that the jar be visible to the class loader that is calling

Re: Websphere JDBC data source - Class not found exception

2020-02-24 Thread Prabhakar Bhosaale
Hi Team, Please help with any pointers on below issue mentioned. Thanks in advance. Regards Prabhakar On Mon, Feb 24, 2020 at 10:01 AM Prabhakar Bhosaale wrote: > Hi All, > we have apache drill version 1.16 and we are trying to create JDBC data > source on websphere application server. But i