You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by sandeep khandekar <cl...@gmail.com> on 2014/08/22 17:16:05 UTC

Problem in running marvin

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.
-- 
SANDEEP KHANDEKAR
Assistant Professor
Department of Computer science and engineering
Sreenidhi Institute of science and Technology
Hyderabad

Re: Problem in running marvin

Posted by sandeep khandekar <cl...@gmail.com>.
Thanks for the argument "install" I tried, the above specified line but I
didnt know the argument - " install".



On Sun, Aug 24, 2014 at 9:54 AM, Santhosh Edukulla <
santhosh.edukulla@citrix.com> wrote:

> 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 [ilya.mailing.lists@gmail.com]
> Sent: Saturday, August 23, 2014 7:32 PM
> To: users@cloudstack.apache.org
> 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.
>
>


-- 
SANDEEP KHANDEKAR
Assistant Professor
Department of Computer science and engineering
Sreenidhi Institute of science and Technology
Hyderabad

RE: Problem in running marvin

Posted by Santhosh Edukulla <sa...@citrix.com>.
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 [ilya.mailing.lists@gmail.com]
Sent: Saturday, August 23, 2014 7:32 PM
To: users@cloudstack.apache.org
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.


Re: Problem in running marvin

Posted by ilya musayev <il...@gmail.com>.
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.