Chip: Yes, the problem was the MAVEN_OPS, I had to run this before I ran
that command.
$ export MAVEN_OPTS=""
I tried to re-run the command that Prasanna sent (as root) after running
that and I got the following:
[DEBUG] Executing command line: python setup.py sdist
running sdist
running egg_in
On Tue, Apr 23, 2013 at 02:05:03PM -0400, Will Stevens wrote:
> I have changed my 'python' reference to point to my 2.7 version (which
> seems to be working).
>
> When I start the server and then run this in another terminal window I get
> this:
>
> [root@cs4-devcloud incubator-cloudstack]# mvn -
I have changed my 'python' reference to point to my 2.7 version (which
seems to be working).
When I start the server and then run this in another terminal window I get
this:
[root@cs4-devcloud incubator-cloudstack]# mvn -Pdeveloper,marvin.sync
-Dendpoint=localhost -pl :cloud-marvin
ERROR: transpo
The error you are seeing is because you need the management server
running in a separate shell. What marvin.sync does is it discovers
APIs on a running management server, generates marvin classes and
updates the marvin to latest for python to discover it.
The CentOS python 2.6 is certainly a probl
Changed my default python to 2.7 and tried again (error below)...
I will try to uninstall and reinstall marvin...
[root@cs4-devcloud incubator-cloudstack]# mvn -Pdeveloper,marvin.sync
-Dendpoint=localhost -pl :cloud-marvin
Listening for transport dt_socket at address: 8787
[INFO] Scanning for pro
Thanks for responding Prasanna. Because I am working on CentOs, python2.6
is the default python install. I have python2.7 installed, but I have to
access it with python2.7 instead of python. I believe there are actually
problems with CentOs if I change the 'python' command to point to python2.7
On Tue, Apr 23, 2013 at 10:40:58PM +0530, Prasanna Santhanam wrote:
> You will need to update marvin since I changed the
> cloudstackConnection class last week to get POST requests to work.
>
> When you startup the server using jetty:run you can do a marvin.sync
> as follows:
>
>
typo:
$ sudo mv
You will need to update marvin since I changed the
cloudstackConnection class last week to get POST requests to work.
When you startup the server using jetty:run you can do a marvin.sync
as follows:
$ sudo mvn -Pdeveloper,sync -Dendpoint=localhost -pl :cloud-marvin
This assumes you have pip inst