Re: [Openstack] n-api installation problem with devstack (on Ubuntu )

2013-02-14 Thread swapnil khanapurkar
Hi, I have attached a file containing network connections detail. This Is the error in short: Waiting for nova-api to start... + timeout 60 sh -c 'while ! http_proxy= wget -q -O- http://127.0.0.1:8774; do sleep 1; done' + echo 'nova-api did not start' nova-api did not start + exit 1 But the

Re: [Openstack] n-api installation problem with devstack (on Ubuntu )

2013-02-14 Thread Dean Troyer
On Thu, Feb 14, 2013 at 3:45 AM, swapnil khanapurkar contact2swapni...@gmail.com wrote: But the nova-api is running at http://10.233.53.154:8774 root@vmfolsom154:~/devstack# wget -q -O- http://10.233.53.154:8774 {versions: [{status: CURRENT, updated: 2011-01-21T11:33:21Z, id: v2.0, links:

[Openstack] n-api installation problem with devstack (on Ubuntu )

2013-02-13 Thread swapnil khanapurkar
Hi All, I posted below bug on launchpad, but i didn't get any response from the team, may be its not that active as openstack mailing list. I am facing an issue detailed here [ https://bugs.launchpad.net/devstack/+bug/1122764 ]. Thanks Swapnil ___

Re: [Openstack] n-api installation problem with devstack (on Ubuntu )

2013-02-13 Thread Jean-Baptiste RANSY
Hi Swapnil, Your problem is : Address already in use (Socket already in use) I think you have another process that listening on the same port as nova-api. Try to find the PID of this process. (netstat -tanpe) If it's not a fresh install, did you run unstack.sh before stack.sh ? Regards,