Hi, I tried the following steps to setup latest ACS setup but, facing the following issues. Can someone help me fixing these issues?
Ubuntu 11.10 As root user : - Cloned the git repo incubator-cloudstack - Downloaded maven 3.0.4 tar ball - Here is my ~/.bashrc PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/apache-maven-3.0.4/bin" M2_HOME=/usr/local/apache-maven-3.0.4/bin MAVEN_HOME=/usr/local/apache-maven-3.0.4/bin M2=/usr/local/apache-maven-3.0.4/bin - JAVA root@vswamy-VirtualBox:/home/vswamy/incubator-cloudstack# java -version java version "1.6.0_23" OpenJDK Runtime Environment (IcedTea6 1.11pre) (6b23~pre11-0ubuntu1.11.10.2) OpenJDK Client VM (build 20.0-b11, mixed mode, sharing) - Tried various ways like "mvn install", "mvn clean install -DskipTests" etc.., All of these failed with errors. Same can be found at http://pastebin.com/ZmGrV9SE Captured the output of "mvn clean install -X". please find it at http://pastebin.com/zYgHjE1P Thanks, SWAMY