Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 699A4D95E for ; Mon, 5 Nov 2012 21:19:04 +0000 (UTC) Received: (qmail 78584 invoked by uid 500); 5 Nov 2012 21:19:04 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 78546 invoked by uid 500); 5 Nov 2012 21:19:04 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 78538 invoked by uid 99); 5 Nov 2012 21:19:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2012 21:19:04 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ch007m@gmail.com designates 209.85.220.175 as permitted sender) Received: from [209.85.220.175] (HELO mail-vc0-f175.google.com) (209.85.220.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2012 21:18:57 +0000 Received: by mail-vc0-f175.google.com with SMTP id p1so6533762vcq.6 for ; Mon, 05 Nov 2012 13:18:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=hFffB6s9QO/zYCdpW1NDtyQxM7jFmtBMdakvxmlYUT8=; b=G7t/aYvNyaTTLOfFRGobT2xJwHBWPiCYBkmkjRJSE3srsdFng/IUC/nOLjFWdjPGHA zm9uNHQhzi3u1tLF9RVeWI1pk2QYOVLzBZ6QEXsCRy7/r7Jrc56cItc36Pyo+F/pipGu VLyVkorox72jXBaLJxHRBCGo4j4ngosMOUl5+MVNiT8F7svnTtgzlrSg88iczCUp+txr h3dZ4gOdWhv4X7ueQNOBiMK6qHYIc/8cr85aCPtDnQUKJxWYVop0zZ7B//4ZRzbUEB3Z h0rL+Sv/wMazHGthVIWhWQUIig5Hea3TU2aoHe8ctqN9HmYP/THAFqvFgbe3u1W41Uf/ oMKg== MIME-Version: 1.0 Received: by 10.58.161.41 with SMTP id xp9mr10876181veb.56.1352150316719; Mon, 05 Nov 2012 13:18:36 -0800 (PST) Received: by 10.58.54.209 with HTTP; Mon, 5 Nov 2012 13:18:36 -0800 (PST) In-Reply-To: References: <8EC081586F1D7C41931517E802E94732013047036823@SJCPMAILBOX01.citrite.net> Date: Mon, 5 Nov 2012 22:18:36 +0100 Message-ID: Subject: Re: Issue during build of Cloudstack DB From: Charles Moulliard To: cloudstack-dev Content-Type: multipart/alternative; boundary=047d7b6dc9aa4f9f1004cdc60755 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b6dc9aa4f9f1004cdc60755 Content-Type: text/plain; charset=ISO-8859-1 Mysql is configured to use port 3306 and this port is available : netstat -an | grep 3306 tcp4 0 0 *.3306 *.* LISTEN On Mon, Nov 5, 2012 at 6:57 PM, Charles Moulliard wrote: > I will check but if mysql runs well on port 3306, so what could be the > issue with maven sql plugin on MacOS ? > > On 11/5/12, Abhijith Chandrashekar > wrote: > > Run netstat to see if mysql is listening on 3306. If it is not, then you > > will probably have to restart mysql without the --skip-networking option > to > > make sure it is listening on it. > > > > Thanks, > > Abhijith > > > > -----Original Message----- > > From: Charles Moulliard [mailto:ch007m@gmail.com] > > Sent: Monday, November 05, 2012 9:29 AM > > To: cloudstack-dev > > Subject: Issue during build of Cloudstack DB > > > > Hi, > > > > When I execute the following command to deploy the DB on my local MySQL > > server, I get this message on MacOS : > > > > [INFO] --- sql-maven-plugin:1.5:execute (drop-database) @ cloud-developer > > --- > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] BUILD FAILURE > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Total time: 1:18.422s > > [INFO] Finished at: Mon Nov 05 18:06:45 CET 2012 [INFO] Final Memory: > > 11M/81M [INFO] > > ------------------------------------------------------------------------ > > [ERROR] Failed to execute goal > > org.codehaus.mojo:sql-maven-plugin:1.5:execute (drop-database) on project > > cloud-developer: Communications link failure [ERROR] [ERROR] The last > packet > > sent successfully to the server was 0 milliseconds ago. The driver has > not > > received any packets from the server. Operation timed out > > > > I can connect without a root password to the server : > > > > MacBook:incubator-cloudstack chmoulli$ mysql -h localhost -u root -P 3306 > > Welcome to the MySQL monitor. Commands end with ; or \g. > > Your MySQL connection id is 44 > > Server version: 5.5.28 MySQL Community Server (GPL) > > mysql> > > > > or using cloud as username and cloud as password > > > > Does somebody knows the reason ? > > > > Regards, > > > > -- > > Charles Moulliard > > Apache Committer / Sr. Enterprise Architect (RedHat) Twitter : > @cmoulliard | > > Blog : http://cmoulliard.blogspot.com > > > > -- > Sent from my mobile device > > Charles Moulliard > Apache Committer / Sr. Enterprise Architect (RedHat) > Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com > -- Charles Moulliard Apache Committer / Sr. Enterprise Architect (RedHat) Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com --047d7b6dc9aa4f9f1004cdc60755--