It might very well be what Alan is pointing out... Some missing jar file. i don't know this specific database do I might be completely wrong in ny assumption but it could also be that this driver needs another connect format than what MySQL or SqlServer is using. the OpenBD administrator is missing connect verification for data sources that's not following the MySQL connect string. I have this issue with Oracle datasources where you use a servicename instead of a Oracle SID.
I've been trying to add the correct support for Oracle datasources but so far I've not succeded :) allways breaking some function in some include file. Mats On Wednesday, 25 May 2016, Alan Williamson <[email protected]> wrote: > That looks like you are missing a JAR file that Apache drill needs. > > > > On 25/05/2016 11:11, Riccardo Cecinati wrote: > > Hello, > I have an application written in CF running in OBD over a MySQL engine. > I want to interface it to a "big data" engine such as Apache Drill, > through its JDBC driver. My goal is to extend my number crunching > capabilities over a cluster of parallel machines. > I cannot get the OBD administrator register my new datasource. I have > managed to load the JDBC driver (the one that Apache Drill natively > provides), but the verification stage always fails : > > *Could not verify datasource using driver org.apache.drill.jdbc.Driver: > org.slf4j.helpers.MessageFormatter.format(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/String; > * > What I'd actually need is some deepeer detail in logging. I have been > looking around in bluedragon.log > <http://localhost:8080/openbd/bluedragon/administrator/debugging/viewlogfile.cfm?logFile=bluedragon.log> > , but no clue is found. > I am aware I'm running in a no one's land between two open source realms, > Open Blue Dragon and Apache Drill. The help I'm searching for here is how > to pinpoint the problem to understand on which side the issue is. > > > > > -- > -- > online documentation: http://openbd.org/manual/ > http://groups.google.com/group/openbd?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "Open BlueDragon" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <javascript:_e(%7B%7D,'cvml','openbd%[email protected]');>. > For more options, visit https://groups.google.com/d/optout. > -- *Mats Strömberg* *NETWORK 23* *Oracle Tablespace Report (Open Source)* Project Homepage: www.project-otr.org Source Code: Google Code <http://code.google.com/p/oracle-tablespace-report/source/checkout> Still paying to use CFML? Keep your money and switch to OpenBD <http://www.openbluedragon.org> [image: --] Mats Strömberg [image: https://]about.me/mats_stromberg <https://about.me/mats_stromberg?promo=email_sig> -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
