Return-Path: X-Original-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E1383D40D for ; Wed, 24 Oct 2012 20:49:48 +0000 (UTC) Received: (qmail 50417 invoked by uid 500); 24 Oct 2012 20:49:48 -0000 Delivered-To: apmail-incubator-cloudstack-users-archive@incubator.apache.org Received: (qmail 50393 invoked by uid 500); 24 Oct 2012 20:49:48 -0000 Mailing-List: contact cloudstack-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-users@incubator.apache.org Delivered-To: mailing list cloudstack-users@incubator.apache.org Received: (qmail 50385 invoked by uid 99); 24 Oct 2012 20:49:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2012 20:49:48 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Edison.su@citrix.com designates 66.165.176.89 as permitted sender) Received: from [66.165.176.89] (HELO SMTP.CITRIX.COM) (66.165.176.89) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2012 20:49:44 +0000 X-IronPort-AV: E=Sophos;i="4.80,642,1344211200"; d="scan'208";a="42338070" Received: from sjcpmailmx01.citrite.net ([10.216.14.74]) by FTLPIPO01.CITRIX.COM with ESMTP/TLS/RC4-MD5; 24 Oct 2012 20:43:21 +0000 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.72]) by SJCPMAILMX01.citrite.net ([10.216.14.74]) with mapi; Wed, 24 Oct 2012 13:43:20 -0700 From: Edison Su To: "cloudstack-users@incubator.apache.org" Date: Wed, 24 Oct 2012 13:43:19 -0700 Subject: RE: IP Route is empty Thread-Topic: IP Route is empty Thread-Index: Ac2yJeN1QCG1KKKCTZijyuaTdbO1xgAAjcoA Message-ID: References: <81A73678E76EA642801C8F2E4823AD21011A9AF0D875@LONPMAILBOX01.citrite.net> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US 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 "mvn -P developer install" should create " cloudstackAPI " folder under too= ls/marvin/marvin > -----Original Message----- > From: Charles Moulliard [mailto:ch007m@gmail.com] > Sent: Wednesday, October 24, 2012 1:26 PM > To: cloudstack-users@incubator.apache.org > Subject: Re: IP Route is empty >=20 > Solved ip empty issue (used network as netmask in > etc/network/interfaces > file) >=20 > Step 8 generates this error : >=20 > mvn -P developer,deploysvr -pl tools/devcloud -Ddeploysvr > [INFO] Scanning for projects... > [INFO] >=20 > [INFO] > ----------------------------------------------------------------------- > - > [INFO] Building Apache CloudStack Developer Tools 4.1.0-SNAPSHOT > [INFO] > ----------------------------------------------------------------------- > - > [INFO] > [INFO] --- maven-remote-resources-plugin:1.3:process (default) @ > cloud-devcloud --- > [INFO] > [INFO] --- maven-site-plugin:3.1:attach-descriptor (attach-descriptor) > @ > cloud-devcloud --- > [INFO] > [INFO] --- exec-maven-plugin:1.2.1:exec (default) @ cloud-devcloud --- > Traceback (most recent call last): > File "../marvin/marvin/deployDataCenter.py", line 19, in > import configGenerator > File > "/home/cmoulliard/MyRepositories/incubator- > cloudstack/tools/marvin/marvin/configGenerator.py", > line 21, in > import jsonHelper > File > "/home/cmoulliard/MyRepositories/incubator- > cloudstack/tools/marvin/marvin/jsonHelper.py", > line 21, in > from cloudstackAPI import * > ImportError: No module named cloudstackAPI > [INFO] > ----------------------------------------------------------------------- > - > [INFO] BUILD FAILURE > [INFO] > ----------------------------------------------------------------------- > - > [INFO] Total time: 2.506s > [INFO] Finished at: Wed Oct 24 22:25:42 CEST 2012 > [INFO] Final Memory: 18M/218M > [INFO] > ----------------------------------------------------------------------- > - > [ERROR] Failed to execute goal > org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default) on project > cloud-devcloud: Command execution failed. Process exited with an error: > 1 > (Exit value: 1) -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with > the -e > switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException >=20 >=20 > On Wed, Oct 24, 2012 at 10:12 PM, Donal Lafferty > wrote: >=20 > > Hi Charles, > > > > I do apologise if you've already accounted for these problems, but > here > > goes... > > > > Can you double check step 8? I updated it recently, possibly after > you > > walked through the steps. > > > > Also, I think you have to do step 8 from a separate shell, because > step 7 > > seems to end with the cloudstack management server running in the > > foreground. > > > > > > DL > > > > > > -----Original Message----- > > From: Charles Moulliard [mailto:ch007m@gmail.com] > > Sent: 24 October 2012 19:53 > > To: cloudstack-users@incubator.apache.org > > Subject: IP Route is empty > > > > Hi, > > > > I have installed on a ubuntu machine a Virtual Box and follow > instructions > > here to install DevCloud image ( > > > > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+devcl > oud+environment+setup > > ). > > I cannot connect to the DevCloud VM and when I check the config I > just > > discovered that "ip route" is empty. What should I do to solve this > problem > > ? > > > > Regards, > > > > -- > > Charles Moulliard > > Apache Committer / Sr. Enterprise Architect (RedHat) > > Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com > > >=20 >=20 >=20 > -- > Charles Moulliard > Apache Committer / Sr. Enterprise Architect (RedHat) > Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com