[Openstack-operators] Openstack Swift SAIO

Stephen Broeker steve_broeker at yahoo.com
Fri Jun 10 23:26:05 UTC 2011


This used to work but when I now install SAIO and try to run startmain, I get the following stack trace:


WARNING: Unable to increase file descriptor limit.  Running as non-root?
Starting proxy-server...(/etc/swift/proxy-server.conf)
container-server running (5057 - /etc/swift/container-server/1.conf)
container-server running (5058 - /etc/swift/container-server/2.conf)
container-server running (5059 - /etc/swift/container-server/3.conf)
container-server running (5060 - /etc/swift/container-server/4.conf)
container-server already started...
account-server running (5064 - /etc/swift/account-server/4.conf)
account-server running (5061 - /etc/swift/account-server/1.conf)
account-server running (5062 - /etc/swift/account-server/2.conf)
account-server running (5063 - /etc/swift/account-server/3.conf)
account-server already started...
object-server running (5065 - /etc/swift/object-server/1.conf)
object-server running (5066 - /etc/swift/object-server/2.conf)
object-server running (5067 - /etc/swift/object-server/3.conf)
object-server running (5068 - /etc/swift/object-server/4.conf)
object-server already started...
Traceback (most recent call last):
  File "/usr/local/bin/swift-proxy-server", line 7, in <module>
    execfile(__file__)
  File "/home/ubuntu/swift/trunk/bin/swift-proxy-server", line 22, in <module>
    run_wsgi(conf_file, 'proxy-server', default_port=8080, **options)
  File "/home/ubuntu/swift/trunk/swift/common/wsgi.py", line 122, in run_wsgi
    loadapp('config:%s' % conf_file, global_conf={'log_name': log_name})
  File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line 204, in loadapp
    return loadobj(APP, uri, name=name, **kw)
  File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line 224, in loadobj
    global_conf=global_conf)
  File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line 248, in loadcontext
    global_conf=global_conf)
  File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line 278, in _loadconfig
    return loader.get_context(object_type, name, global_conf)
  File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line 405, in get_context
    global_additions=global_additions)
  File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line 503, in _pipeline_app_context
    for name in pipeline[:-1]]
  File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line 409, in get_context
    section)
  File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line 431, in _context_from_use
    object_type, name=use, global_conf=global_conf)
  File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line 361, in get_context
    global_conf=global_conf)
  File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line 248, in loadcontext
    global_conf=global_conf)
  File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line 285, in _loadegg
    return loader.get_context(object_type, name, global_conf)
  File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line 561, in get_context
    object_type, name=name)
  File "/usr/lib/pymodules/python2.6/paste/deploy/loadwsgi.py", line 600, in find_egg_entry_point
    for prot in protocol_options] or '(no entry points)'))))
LookupError: Entry point 'swauth' not found in egg 'swift' (dir: /home/ubuntu/swift/trunk; protocols: paste.filter_factory, paste.filter_app_factory; entry_points: )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20110610/301132e4/attachment.html>


More information about the Openstack-operators mailing list