Re: Error running Ddeploysvr

2013-04-23 Thread Will Stevens
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

Re: Error running Ddeploysvr

2013-04-23 Thread Chip Childers
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 -

Re: Error running Ddeploysvr

2013-04-23 Thread Will Stevens
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

Re: Error running Ddeploysvr

2013-04-23 Thread Prasanna Santhanam
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

Re: Error running Ddeploysvr

2013-04-23 Thread Will Stevens
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

Re: Error running Ddeploysvr

2013-04-23 Thread Will Stevens
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

Re: Error running Ddeploysvr

2013-04-23 Thread Prasanna Santhanam
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

Re: Error running Ddeploysvr

2013-04-23 Thread Prasanna Santhanam
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