Error starting management server with latest 4.3

2014-01-17 Thread Prabhakaran Ganesan
Hi, I created a new sandbox on 4.3, built the source and tried starting the management server yesterday. But I ran into the following error. I thought it could be something intermittent and tried with a fresh sandbox today. I still see the same problem. The build environment is based on

Re: Error starting management server

2013-05-07 Thread Dharmesh Kakadia
It was some issue with the setup I had. Started with a fresh setup a worked, so could't figure out was wrong. Thanks everyone for the help. I am closing the issue CLOUDSTACK-2211. Thanks, Dharmesh On Mon, Apr 29, 2013 at 2:02 PM, Prasanna Santhanam t...@apache.org wrote: On Mon, Apr 29, 2013

Re: Error starting management server

2013-04-29 Thread Prasanna Santhanam
That looks fine too. I have a silly question: 1. Does your internal univ. subnet conflict with 192.168.x.y? Is it contacting a different machine perhaps? 2. Is the devcloudVM on the same host as your codebase from where you run mvn? If no, can you get on IRC #cloudstack? -- Prasanna., On

Re: Error starting management server

2013-04-29 Thread Dharmesh Kakadia
Ans 1: No. I did route and it is going on vboxnet0 only. Ans 2: Yes. I am running DevcloudVM on virtualbox on same host where codebase and management server is. I went to IRC, couldn't find you. Novice user !! Can I know your nick ? Thanks, Dharmesh On Mon, Apr 29, 2013 at 11:29 AM, Prasanna

Re: Error starting management server

2013-04-28 Thread Dharmesh Kakadia
Anyone ? On Sat, Apr 27, 2013 at 10:08 PM, Dharmesh Kakadia dhkaka...@gmail.comwrote: I found out the issue. I was behind the proxy and python was not able to bypass the local address. After unsetting proxy, I am able to add zones, pod and cluster. But while adding hosts I get following

Re: Error starting management server

2013-04-28 Thread Dharmesh Kakadia
I have updated the bug report. xapi is listening on devcloud host. xe vm-list shows the control domain running. Anything that you think is wrong ? Thanks, Dharmesh On Mon, Apr 29, 2013 at 9:54 AM, Prasanna Santhanam t...@apache.org wrote: On Sat, Apr 27, 2013 at 10:08:22PM +0530, Dharmesh

Re: Error starting management server

2013-04-28 Thread Prasanna Santhanam
On Mon, Apr 29, 2013 at 10:36:48AM +0530, Dharmesh Kakadia wrote: I have updated the bug report. xapi is listening on devcloud host. xe vm-list shows the control domain running. Anything that you think is wrong ? Has your devcloudVM come up with the NIC (192.168.56.10)? What does ifconfig -a

Re: Error starting management server

2013-04-27 Thread Dharmesh Kakadia
I found out the issue. I was behind the proxy and python was not able to bypass the local address. After unsetting proxy, I am able to add zones, pod and cluster. But while adding hosts I get following error: INFO [cloud.resource.ResourceManagerImpl] (1793095672@qtp-165312501-9:) Trying to add a

Re: Error starting management server

2013-04-26 Thread Dharmesh Kakadia
Anyone ? I am not able to figure it out. On Thu, Apr 25, 2013 at 6:04 PM, Dharmesh Kakadia dhkaka...@gmail.comwrote: Hi, I was able to only run management server. Now stuck at step-8. I tried running it both way (mvn and python). Traceback (most recent call last): File

Re: Error starting management server

2013-04-26 Thread Dharmesh Kakadia
I tried mvn -P developer -pl tools/devcloud -Ddeploysvr and python ../marvin/marvin/deployDataCenter.py -i devcloud.cfg I used the devcloud.cfg from devcloud without any change. Here it is http://apaste.info/22Pd both are failing with Traceback (most recent call last): File

Re: Error starting management server

2013-04-26 Thread Sebastien Goasguen
You might want to make sure that you database is wiped out before using marvin. That is to say, run the deploydb step before trying : python ../marvin/marvin/deployDataCenter.py -i devcloud.cfg On Apr 26, 2013, at 3:16 AM, Dharmesh Kakadia dharmesh.kaka...@research.iiit.ac.in wrote: I

Re: Error starting management server

2013-04-26 Thread Dharmesh Kakadia
I am running mvn -P developer -pl tools/devcloud -Ddeploysvr from base dir and python ../marvin/marvin/ deployDataCenter.py -i devcloud.cfg from tools/devcloud as directed in wiki. On Fri, Apr 26, 2013 at 2:20 PM, Prasanna Santhanam t...@apache.org wrote: On Fri, Apr 26, 2013 at 12:46:16PM

Re: Error starting management server

2013-04-26 Thread Prasanna Santhanam
On Fri, Apr 26, 2013 at 04:22:58PM +0530, Dharmesh Kakadia wrote: I repeated the all the steps from wiki with a fresh code and still getting the same error. I tried on both Mac OS and Ubuntu 12.04. Is wiki missing any step ? Sorry, I'm unable to repro this. I'll try to add some debug logs

Re: Error starting management server

2013-04-26 Thread Dharmesh Kakadia
Hi, I have created bug https://issues.apache.org/jira/browse/CLOUDSTACK-2211 as suggested by you. Being a newbie I was not sure how things are done in Apache Way. Couldn't assign you the bug. Correct me if I missed something. Thanks, Dharmesh On Fri, Apr 26, 2013 at 4:32 PM, Prasanna Santhanam

Re: Error starting management server

2013-04-26 Thread Prasanna Santhanam
On Fri, Apr 26, 2013 at 06:30:23PM +0530, Dharmesh Kakadia wrote: Hi, I have created bug https://issues.apache.org/jira/browse/CLOUDSTACK-2211 as suggested by you. Being a newbie I was not sure how things are done in Apache Way. Couldn't assign you the bug. Correct me if I missed something.

Re: Error starting management server

2013-04-25 Thread Dharmesh Kakadia
Hi, Thanks. That was exactly what I was missing. Running now !! Thanks, Dharmesh On Thu, Apr 25, 2013 at 10:34 AM, Prasanna Santhanam t...@apache.org wrote: On Wed, Apr 24, 2013 at 11:07:38PM +0530, Dharmesh Kakadia wrote: Hi, I am setting up dev environment following :

Re: Error starting management server

2013-04-25 Thread Dharmesh Kakadia
Hi, I was able to only run management server. Now stuck at step-8. I tried running it both way (mvn and python). Traceback (most recent call last): File ../marvin/marvin/deployDataCenter.py, line 469, in module deploy.deploy() File ../marvin/marvin/deployDataCenter.py, line 452, in

Re: Error starting management server

2013-04-25 Thread Dharmesh Kakadia
Sorry. Understood now that the step-8 above will do add datacenter/pod/cluster/host etc. Need help only in step-8. On Thu, Apr 25, 2013 at 6:04 PM, Dharmesh Kakadia dhkaka...@gmail.comwrote: Hi, I was able to only run management server. Now stuck at step-8. I tried running it both way (mvn

Error starting management server

2013-04-24 Thread Dharmesh Kakadia
Hi, I am setting up dev environment following : https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud I am stuck on step 7.3 while starting the management server. the output of mvn -pl :cloud-client-ui jetty:run gets stuck after INFO [utils.component.ComponentContext] (main:)

Re: Error starting management server

2013-04-24 Thread Prasanna Santhanam
On Wed, Apr 24, 2013 at 11:07:38PM +0530, Dharmesh Kakadia wrote: Hi, I am setting up dev environment following : https://cwiki.apache.org/confluence/display/CLOUDSTACK/DevCloud Dev environment specifics are here: