Hi, 
it's like the address you are trying to bind to either doesn't exist or the ports are already assigned.
Can you provide us more infos on the setup?
thanks 

Razique Mahroua - Nuage & Co
Tel : +33 9 72 37 94 15


Le 12 févr. 2013 à 09:30, Sujay M <sujay....@gmail.com> a écrit :

Hi all,

When i try to start the storage node I'm getting this error. Please help me resolve it
root@vm2:~# swift-init all restart
Signal container-updater  pid: 298  signal: 15
Signal account-auditor  pid: 301  signal: 15
Signal object-replicator  pid: 297  signal: 15
No proxy-server running
Signal container-replicator  pid: 295  signal: 15
Signal object-auditor  pid: 302  signal: 15
No object-expirer running
Signal container-auditor  pid: 294  signal: 15
Signal container-server  pid: 530  signal: 15
No container-server running
Signal account-server  pid: 531  signal: 15
No account-server running
Signal account-reaper  pid: 304  signal: 15
Signal container-sync  pid: 448  signal: 15
Signal account-replicator  pid: 305  signal: 15
Signal object-updater  pid: 296  signal: 15
Signal object-server  pid: 532  signal: 15
No object-server running
container-updater (298) appears to have stopped
account-replicator (305) appears to have stopped
container-sync (448) appears to have stopped
object-updater (296) appears to have stopped
object-replicator (297) appears to have stopped
container-replicator (295) appears to have stopped
account-reaper (304) appears to have stopped
container-auditor (294) appears to have stopped
object-auditor (302) appears to have stopped
account-auditor (301) appears to have stopped
Starting container-updater...(/etc/swift/container-server.conf)
Starting account-auditor...(/etc/swift/account-server.conf)
Starting object-replicator...(/etc/swift/object-server.conf)
Unable to locate config for proxy-server
Starting container-replicator...(/etc/swift/container-server.conf)
Starting object-auditor...(/etc/swift/object-server.conf)
Unable to locate config for object-expirer
Starting container-auditor...(/etc/swift/container-server.conf)
Starting container-server...(/etc/swift/container-server.conf)
Starting account-server...(/etc/swift/account-server.conf)
Starting account-reaper...(/etc/swift/account-server.conf)
Starting container-sync...(/etc/swift/container-server.conf)
Starting account-replicator...(/etc/swift/account-server.conf)
Starting object-updater...(/etc/swift/object-server.conf)
Starting object-server...(/etc/swift/object-server.conf)
Traceback (most recent call last):
  File "/usr/bin/swift-container-server", line 22, in <module>
    run_wsgi(conf_file, 'container-server', default_port=6001, **options)
  File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 117, in run_wsgi
    sock = get_socket(conf, default_port=kwargs.get('default_port', 8080))
  File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 73, in get_socket
    family=address_family)
  File "/usr/lib/python2.7/dist-packages/eventlet/convenience.py", line 38, in listen
    sock.bind(addr)
  File "/usr/lib/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
socket.error: [Errno 99] Cannot assign requested address

Traceback (most recent call last):
  File "/usr/bin/swift-account-server", line 22, in <module>
    run_wsgi(conf_file, 'account-server', default_port=6002, **options)
  File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 117, in run_wsgi
    sock = get_socket(conf, default_port=kwargs.get('default_port', 8080))
  File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 73, in get_socket
    family=address_family)
  File "/usr/lib/python2.7/dist-packages/eventlet/convenience.py", line 38, in listen
    sock.bind(addr)
  File "/usr/lib/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
socket.error: [Errno 99] Cannot assign requested address

Traceback (most recent call last):
  File "/usr/bin/swift-object-server", line 22, in <module>
    run_wsgi(conf_file, 'object-server', default_port=6000, **options)
  File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 117, in run_wsgi
    sock = get_socket(conf, default_port=kwargs.get('default_port', 8080))
  File "/usr/lib/python2.7/dist-packages/swift/common/wsgi.py", line 73, in get_socket
    family=address_family)
  File "/usr/lib/python2.7/dist-packages/eventlet/convenience.py", line 38, in listen
    sock.bind(addr)
  File "/usr/lib/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
socket.error: [Errno 99] Cannot assign requested address


--
Best Regards,

Sujay M
Final year B.Tech
Computer Engineering
NITK Surathkal

contact: +918971897571
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to