Trying to install 4.1 rc1 release on a ubuntu 12.04 server I ran the below and I'm stuck at the below error
Can you please help Thank Wes git clone https://git-wip-us.apache.org/repos/asf/cloudstack.git sudo apt-get install maven mvn -P systemvm clean install mvn -P developer -pl developer,tools/devcloud -Ddeploydb sudo apt-get install python-pip sudo pip install requests sudo apt-get install python-mysql.connector mvn -P developer -pl tools/devcloud -Ddeploysvr [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache CloudStack DevCloud 4.2.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 489, in <module> deploy.deploy() File "../marvin/marvin/deployDataCenter.py", line 472, in deploy self.loadCfg() File "../marvin/marvin/deployDataCenter.py", line 423, in loadCfg apiKey, securityKey = self.registerApiKey() File "../marvin/marvin/deployDataCenter.py", line 362, in registerApiKey listuserRes = self.testClient.getApiClient().listUsers(listuser) File "/home/wes/dev/cloudstack/tools/marvin/marvin/cloudstackAPI/cloudstackAPIClient.py", line 464, in listUsers response = self.connection.marvin_request(command, response_type=response, method=method) File "/home/wes/dev/cloudstack/tools/marvin/marvin/cloudstackConnection.py", line 219, in marvin_request cmdname, self.auth, payload=payload, method=method) File "/home/wes/dev/cloudstack/tools/marvin/marvin/cloudstackConnection.py", line 153, in request raise c requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8096): Max retries exceeded with url: /client/api?account=admin&command=listUsers&response=json (Caused by <class 'socket.error'>: [Errno 111] Connection refused) [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.053s [INFO] Finished at: Fri May 24 11:12:15 PDT 2013 [INFO] Final Memory: 27M/203M [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 sudo mvn -P developer -pl tools/devcloud -Ddeploysvr [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache CloudStack DevCloud 4.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.760s [INFO] Finished at: Fri May 24 11:12:27 PDT 2013 [INFO] Final Memory: 18M/112M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project cloud-devcloud: Could not resolve dependencies for project org.apache.cloudstack:cloud-devcloud:pom:4.2.0-SNAPSHOT: The following artifacts could not be resolved: org.apache.cloudstack:cloud-utils:jar:4.2.0-SNAPSHOT, org.apache.cloudstack:cloud-server:jar:4.2.0-SNAPSHOT, org.apache.cloudstack:cloud-core:jar:4.2.0-SNAPSHOT, org.apache.cloudstack:cloud-engine-schema:jar:4.2.0-SNAPSHOT, org.apache.cloudstack:cloud-engine-components-api:jar:4.2.0-SNAPSHOT, org.apache.cloudstack:cloud-framework-jobs:jar:4.2.0-SNAPSHOT, org.apache.cloudstack:cloud-engine-api:jar:4.2.0-SNAPSHOT, org.apache.cloudstack:cloud-framework-rest:jar:4.2.0-SNAPSHOT, org.apache.cloudstack:cloud-api:jar:4.2.0-SNAPSHOT, org.apache.cloudstack:cloud-framework-ipc:jar:4.2.0-SNAPSHOT, org.apache.cloudstack:cloud-framework-events:jar:4.2.0-SNAPSHOT, org.apache.cloudstack:cloud-plugin-hypervisor-simulator:jar:4.2.0-SNAPSHOT, org.apache.cloudstack:cloud-secondary-storage:jar:4.2.0-SNAPSHOT, org.apache.cloudstack:cloud-agent:jar:4.2.0-SNAPSHOT: Failure to find org.apache.cloudstack:cloud-utils:jar:4.2.0-SNAPSHOT in http://repository.apache.org/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of apache.snapshots has elapsed or updates are forced -> [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/DependencyResolutionException