Hi Sandeep, under <cloudstack root dir>/tools/marvin, run "python setup.py install", provided you were able to build cloudstack, It should install marvin.
Thanks! Santhosh ________________________________________ From: ilya musayev [[email protected]] Sent: Saturday, August 23, 2014 7:32 PM To: [email protected] Subject: Re: Problem in running marvin Sandeep This question is better suited for developers mailing list - in case you don't get a response here. Regards ilya On 8/22/14, 8:16 AM, sandeep khandekar wrote: > Dear cloudstackers, > > I am trying to run the following command > > http://docs.cloudstack.apache.org/en/master/developer_guide.html#installing-from-source > > > under section using simulator > * mvn -Pdeveloper,marvin.setup > -Dmarvin.config=/home/cloudstack/cloudstack/setup/dev/basic.cfg -pl > :cloud-marvin integration-test* > > I get the following error > Traceback (most recent call last): > File "deployAndRun.py", line 24, in <module> > from marvinInit import MarvinInit > File "/home/cloudstack/cloudstack/tools/marvin/marvin/marvinInit.py", > line 28, in <module> > from marvin import configGenerator > *ImportError: No module named marvin* > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 9.677s > [INFO] Finished at: Fri Aug 22 20:42:50 IST 2014 > [INFO] Final Memory: 30M/306M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (pre-integration-test) 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 > > Thankyou.
