Hey Tonmoy, If you are using Ubuntu 12.04 (precise), you don't have to compile again using Maven since the package repo for Precise is already available.You can skip this step
http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.0/html/Installation_Guide/configure-package-repository.html#configure-package-repository-deb You can directly add deb http://cloudstack.apt-get.eu/ubuntu precise 4.0 /etc/apt/sources.list.d/cloudstack.list Compiling using Maven is needed for other version of Ubuntu, since the package repo is not yet available . Hope this helps. Thank you. On Fri, Aug 2, 2013 at 7:09 PM, Tonmoy Paul <[email protected]> wrote: > Dear All: > > trying installation of cloudstack in Ubuntu 12.04 64bit using > http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.1.0/html/Installation_Guide/sect-source-builddebs.htmllink > > mvn3 clean install -P developer,systemvm > > when I use the above command, the process lasts for some minutes and then > it stops with the below error: > > > > BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 3:24.154s > [INFO] Finished at: Fri Aug 02 19:20:16 BDT 2013 > [INFO] Final Memory: 40M/224M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (package) on project > cloud-marvin: 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 > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the > command > [ERROR] mvn <goals> -rf :cloud-marvin > > > I have tried but since I am very new in this world... I could not solved > the problem
