Re: connecting to infobrite server from clojure

2016-05-03 Thread Sunil S Nandihalli
Hi Shantanu, Thanks for the inputs. I was able to resolve the problem by changing the version of mysql-java-connector library to 5.1.29. I was previously using 6.0.2 (latest). Regards, Sunil On Mon, May 2, 2016 at 7:04 PM, Sunil S Nandihalli < sunil.nandiha...@gmail.com> wrote: > Hi Shantanu, >

Re: connecting to infobrite server from clojure

2016-05-02 Thread Sunil S Nandihalli
Hi Shantanu, I am attaching the error stack trace of the exception I got. I am still unable to figure out what is happening. Thanks, sunil. On Mon, May 2, 2016 at 1:22 PM, Sunil S Nandihalli < sunil.nandiha...@gmail.com> wrote: > Thanks Shantanu for the response. I installed dbvisualizer and it

Re: connecting to infobrite server from clojure

2016-05-02 Thread Sunil S Nandihalli
Thanks Shantanu for the response. I installed dbvisualizer and it seems to work perfectly fine with infobright. On Mon, May 2, 2016 at 1:04 PM, Shantanu Kumar wrote: > Could you try connecting to InfoBright using DbVisualizer? It is a Java > based tool and any differences w.r.t. the MySQL JDBC

Re: connecting to infobrite server from clojure

2016-05-02 Thread Shantanu Kumar
Could you try connecting to InfoBright using DbVisualizer? It is a Java based tool and any differences w.r.t. the MySQL JDBC driver would be evident if it fails to work with DbVisualizer. https://www.dbvis.com/ Shantanu On Monday, 2 May 2016 12:48:16 UTC+5:30, Sunil Nandihalli wrote: > > Hi Ev