Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 108441006B for ; Mon, 29 Jul 2013 19:32:40 +0000 (UTC) Received: (qmail 67281 invoked by uid 500); 29 Jul 2013 19:32:39 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 67216 invoked by uid 500); 29 Jul 2013 19:32:39 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 67208 invoked by uid 99); 29 Jul 2013 19:32:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jul 2013 19:32:39 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of vijayendra.bhamidipati@citrix.com designates 66.165.176.63 as permitted sender) Received: from [66.165.176.63] (HELO SMTP02.CITRIX.COM) (66.165.176.63) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jul 2013 19:32:34 +0000 X-IronPort-AV: E=Sophos;i="4.89,772,1367971200"; d="scan'208";a="38075195" Received: from sjcpex01cl01.citrite.net ([10.216.14.143]) by FTLPIPO02.CITRIX.COM with ESMTP/TLS/AES128-SHA; 29 Jul 2013 19:32:12 +0000 Received: from SJCPEX01CL03.citrite.net ([169.254.3.42]) by SJCPEX01CL01.citrite.net ([10.216.14.143]) with mapi id 14.02.0342.004; Mon, 29 Jul 2013 12:32:11 -0700 From: Vijayendra Bhamidipati To: "dev@cloudstack.apache.org" Subject: deploydb jdbc/mysql connector error? Thread-Topic: deploydb jdbc/mysql connector error? Thread-Index: Ac6Mka23TUFPnArHRQ+jn+bKlsvo/g== Date: Mon, 29 Jul 2013 19:32:10 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.216.48.12] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org After rebasing my code against the latest master/4.2, I'm running into this= error when doing a " mvn -e -P developer -pl developer -Ddeploydb " across= master and 4.2 : =3D=3D=3D=3D=3D=3D=3D=3D> WARNING: Provided file does not exist: /root/mywo= rk/cloudstack/asf/latest/cloudstack/developer/developer-prefill.sql.overrid= e =3D=3D=3D=3D=3D=3D=3D=3D> Initializing database=3Dcloud with host=3Dlocalho= st port=3D3306 username=3Dcloud password=3Dcloud =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> Running query: drop database if exist= s `cloud` SQL exception in trying initDB: java.sql.SQLException: No suitable driver f= ound for jdbc:mysql://localhost:3306/ [root@vijay-vm1 cloudstack]# Is anyone else also seeing this? If not, has anyone seen this and can sugge= st a resolution?? I tried the operation on a clean new workspace and still see this error. I = don't think it has anything to do with any recent checkin - something must'= ve changed in my setup, but again I didn't do anything out of the ordinary. Thanks! Regards, Vijay