← Back to team overview

registry team mailing list archive

[Bug 654518] [NEW] Error when uploading a uploading a bundle

 

Public bug reported:

I am getting this exception
(twisted.internet.error.ReactorAlreadyRunning) when trying to upload a
bundle :

using packages built from latest nova/ubuntu branch on ubuntu lucid

2010-10-04 13:24:46+0100 [HTTPChannel,0,127.0.0.1] Unhandled Error
        Traceback (most recent call last):
          File "/usr/lib/python2.6/dist-packages/twisted/protocols/basic.py", line 251, in dataReceived
            why = self.lineReceived(line)
          File "/usr/lib/python2.6/dist-packages/twisted/web/http.py", line 1573, in lineReceived
            self.allContentReceived()
          File "/usr/lib/python2.6/dist-packages/twisted/web/http.py", line 1641, in allContentReceived
            req.requestReceived(command, path, version)
          File "/usr/lib/python2.6/dist-packages/twisted/web/http.py", line 807, in requestReceived
            self.process()
        --- <exception caught here> ---
          File "/usr/lib/python2.6/dist-packages/twisted/web/server.py", line 124, in process
            resrc = self.site.getResourceFor(self)
          File "/usr/lib/python2.6/dist-packages/twisted/web/server.py", line 523, in getResourceFor
            return resource.getChildForRequest(self.resource, request)
          File "/usr/lib/python2.6/dist-packages/twisted/web/resource.py", line 61, in getChildForRequest
            resource = resource.getChildWithDefault(pathElement, request)
          File "/usr/lib/python2.6/dist-packages/twisted/web/resource.py", line 165, in getChildWithDefault
            return self.getChild(path, request)
          File "/usr/lib/pymodules/python2.6/nova/objectstore/handler.py", line 167, in getChild
            request.context = get_context(request)
          File "/usr/lib/pymodules/python2.6/nova/objectstore/handler.py", line 125, in get_context
            am = manager.AuthManager()
          File "/usr/lib/pymodules/python2.6/nova/auth/manager.py", line 214, in __init__
            self.network_manager = utils.import_object(FLAGS.network_manager)
          File "/usr/lib/pymodules/python2.6/nova/utils.py", line 54, in import_object
            __import__(import_str)
          File "/usr/lib/pymodules/python2.6/nova/network/manager.py", line 53, in <module>
            flags.DEFINE_string('vpn_ip', utils.get_my_ip(),
          File "/usr/lib/pymodules/python2.6/nova/utils.py", line 149, in get_my_ip
            csock.connect(('www.google.com', 80))
          File "/usr/lib/pymodules/python2.6/eventlet/greenio.py", line 162, in connect
            trampoline(fd, write=True)
          File "/usr/lib/pymodules/python2.6/eventlet/hubs/__init__.py", line 125, in trampoline
            return hub.switch()
          File "/usr/lib/pymodules/python2.6/eventlet/hubs/twistedr.py", line 212, in switch
            return self.greenlet.switch()
          File "/usr/lib/pymodules/python2.6/eventlet/hubs/twistedr.py", line 223, in run
            reactor.startRunning(installSignalHandlers=installSignalHandlers)
          File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 1127, in startRunning
            ReactorBase.startRunning(self)
          File "/usr/lib/python2.6/dist-packages/twisted/internet/base.py", line 653, in startRunning
            raise error.ReactorAlreadyRunning()
        twisted.internet.error.ReactorAlreadyRunning:

** Affects: nova
     Importance: Undecided
         Status: New

-- 
Error when uploading a uploading a bundle
https://bugs.launchpad.net/bugs/654518
You received this bug notification because you are a member of Registry
Administrators, which is subscribed to OpenStack.



Follow ups

References