Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-31 Thread Nick LIVENS
T="Red Hat Enterprise Linux" >>> > REDHAT_SUPPORT_PRODUCT_VERSION="7.1" >>> > Red Hat Enterprise Linux Server release 7.1 (Maipo) >>> > Red Hat Enterprise Linux Server release 7.1 (Maipo) >>> > >>> > [root@csc-1 ~]# ca

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-19 Thread Nick LIVENS
ons and I >> think it would be helpful to see whether this can be reproduced on a clean >> install. >> >> >> From: Nick LIVENS >> Sent: Wednesday, May 18, 2016 11:02 AM >> To: dev@cloudstack.apache.org >> Su

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-19 Thread Nick LIVENS
_ > From: Nick LIVENS > Sent: Wednesday, May 18, 2016 11:02 AM > To: dev@cloudstack.apache.org > Subject: Re: MySQL : No suitable driver found for jdbc:mysql > > I've digged a bit deeper, and I've got it working by explicitly loading the > MySQL JDBC

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-18 Thread Simon Weller
ay 18, 2016 11:02 AM To: dev@cloudstack.apache.org Subject: Re: MySQL : No suitable driver found for jdbc:mysql I've digged a bit deeper, and I've got it working by explicitly loading the MySQL JDBC driver with the following code change in TransactionLegacy.java : stati

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-18 Thread Nick LIVENS
are/cloudstack-mysql-ha/lib/*.jar from loaded. They >> need to be loaded together it seems and pulling the ha jar into the >> classpath doesn't work either. >> >> So this change functions for all the folks that have tested it thus far >> and passed CI, so I won

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-18 Thread Nick LIVENS
and passed CI, so I wonder why your environment is having problem with it. > > Can you give a bit of a run down on your build environment you're testing > this on? > > ________ > From: Nick LIVENS > Sent: Wednesday, May 18, 2016 9:06 AM >

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-18 Thread Simon Weller
nt is having problem with it. Can you give a bit of a run down on your build environment you're testing this on? From: Nick LIVENS Sent: Wednesday, May 18, 2016 9:06 AM To: dev@cloudstack.apache.org Subject: Re: MySQL : No suitable driver found for

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-18 Thread Nick LIVENS
your common.loader look similar to the above? > > - Si > > > > > > > From: Nick LIVENS > Sent: Wednesday, May 18, 2016 5:49 AM > To: dev@cloudstack.apache.org > Subject: Re: MySQL : No suitable driver found

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-18 Thread Simon Weller
ilto:rohit.ya...@shapeblue.com] > Sent: 18 May 2016 03:51 > To: dev@cloudstack.apache.org > Cc: dev@cloudstack.apache.org > Subject: Re: MySQL : No suitable driver found for jdbc:mysql > > Paul, > > > rohit.ya...@shapeblue.com > www.shapeblue.com > 53 Chandos Place, C

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-18 Thread Nick LIVENS
gt; * base: mirrors.clouvider.net > * epel: epel.mirrors.ovh.net > * extras: centos.serverspace.co.uk > * updates: mirror.as29550.net > No package libmysql-java available. > Error: Nothing to do > [root@localhost ~]# > > Kind regards, > > Paul Angus > > paul.an.

RE: MySQL : No suitable driver found for jdbc:mysql

2016-05-17 Thread Paul Angus
6 03:51 To: dev@cloudstack.apache.org Cc: dev@cloudstack.apache.org Subject: Re: MySQL : No suitable driver found for jdbc:mysql Paul, rohit.ya...@shapeblue.com www.shapeblue.com 53 Chandos Place, Covent Garden, London WC2N 4HSUK @shapeblue On May 17 2016, at 11:33 pm, Paul Angus wrote: @Rohi

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-17 Thread Rohit Yadav
From: Rohit Yadav [mailto:rohit.ya...@shapeblue.com] Sent: 17 May 2016 18:15 To: dev@cloudstack.apache.org Subject: Re: MySQL : No suitable driver found for jdbc:mysql Nick, assuming it's a CentOS environment can you run cloudstack-setup-databases (again), make sure that database IP and clus

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-17 Thread Will Stevens
shapeblue > > > > -Original Message- > From: williamstev...@gmail.com [mailto:williamstev...@gmail.com] On > Behalf Of Will Stevens > Sent: 17 May 2016 20:10 > To: dev@cloudstack.apache.org > Subject: Re: MySQL : No suitable driver found for jdbc:mysql > > Fair e

RE: MySQL : No suitable driver found for jdbc:mysql

2016-05-17 Thread Paul Angus
: williamstev...@gmail.com [mailto:williamstev...@gmail.com] On Behalf Of Will Stevens Sent: 17 May 2016 20:10 To: dev@cloudstack.apache.org Subject: Re: MySQL : No suitable driver found for jdbc:mysql Fair enough. I only pointed out what I was successfully using to help guide him. I have not reviewed

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-17 Thread Will Stevens
lto:williamstev...@gmail.com] On > Behalf Of Will Stevens > Sent: 17 May 2016 19:04 > To: dev@cloudstack.apache.org > Subject: Re: MySQL : No suitable driver found for jdbc:mysql > > On CentOS7, this is what I am using without problems: > > > https://github.com/MissionCrit

RE: MySQL : No suitable driver found for jdbc:mysql

2016-05-17 Thread Paul Angus
17 May 2016 19:04 To: dev@cloudstack.apache.org Subject: Re: MySQL : No suitable driver found for jdbc:mysql On CentOS7, this is what I am using without problems: https://github.com/MissionCriticalCloud/bubble-toolkit/blob/9134cf8be930d0b982829da216471feaf214621f/deploy/firstboot/centos7-cloudstack-java7.sh *Wil

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-17 Thread Will Stevens
> www.shapeblue.com > 53 Chandos Place, Covent Garden, London WC2N 4HSUK > @shapeblue > > > > -Original Message- > From: Rohit Yadav [mailto:rohit.ya...@shapeblue.com] > Sent: 17 May 2016 18:15 > To: dev@cloudstack.apache.org > Subject: Re: MySQL : No suit

RE: MySQL : No suitable driver found for jdbc:mysql

2016-05-17 Thread Paul Angus
...@shapeblue.com] Sent: 17 May 2016 18:15 To: dev@cloudstack.apache.org Subject: Re: MySQL : No suitable driver found for jdbc:mysql Nick, assuming it's a CentOS environment can you run cloudstack-setup-databases (again), make sure that database IP and cluster node IP paramete

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-17 Thread Rohit Yadav
Nick, assuming it's a CentOS environment can you run cloudstack-setup-databases (again), make sure that database IP and cluster node IP parameters in db.properties are correct, and finally check that the jar is in the classpath in the initd/systemd script (check JAVA_HOME, jdk dirs etc.). Also

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-17 Thread Rohit Yadav
. Regards. From: Paul Angus Sent: 17 May 2016 21:50:33 To: dev@cloudstack.apache.org Subject: RE: MySQL : No suitable driver found for jdbc:mysql Hi Rohit, Please could you explain why user installation of libmysql-java is required. Kind regards, Paul Angu

RE: MySQL : No suitable driver found for jdbc:mysql

2016-05-17 Thread Paul Angus
...@shapeblue.com] Sent: 17 May 2016 17:13 To: dev Subject: Re: MySQL : No suitable driver found for jdbc:mysql Nick, install libmysql-java or equivalent pkg and make sure the jar is in classpath. Regards. rohit.ya...@shapeblue.com www.shapeblue.com 53 Chandos Place, Covent Garden, London WC2N

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-17 Thread Rohit Yadav
Nick, install libmysql-java or equivalent pkg and make sure the jar is in classpath. Regards. rohit.ya...@shapeblue.comĀ  www.shapeblue.com 53 Chandos Place, Covent Garden, London WC2N 4HSUK @shapeblue On Tue, May 17, 2016 at 6:04 AM -0700, "Nick LIVENS" mailto:nick.liv...@nuagenetworks.ne

Re: MySQL : No suitable driver found for jdbc:mysql

2016-05-17 Thread Will Stevens
I have not been having this issue in my CI environments. Here is what is being run in my CI environment. https://github.com/MissionCriticalCloud/bubble-toolkit/blob/9134cf8be930d0b982829da216471feaf214621f/deploy/firstboot/centos7-cloudstack-java7.sh And this is how I am setting up my environment