[Bug 1702673] [NEW] Openstack component doesn't start: CauseEntrpyPoint object is not callable

Viggo Ahl 1702673 at bugs.launchpad.net
Thu Jul 6 11:44:06 UTC 2017


Public bug reported:

The following stack trace is found in Glance, Neutron, Cinder and
perhaps more (have not tested yet).

2017-07-06 10:23:04.288 25324 ERROR glance Traceback (most recent call last):
2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/bin/glance-registry", line 10, in <module>
2017-07-06 10:23:04.288 25324 ERROR glance     sys.exit(main())
2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/lib/python2.7/dist-packages/glance/cmd/registry.py", line 76, in main
2017-07-06 10:23:04.288 25324 ERROR glance     server.start(config.load_paste_app('glance-registry'),
2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/lib/python2.7/dist-packages/glance/common/config.py", line 753, in load_paste_app
2017-07-06 10:23:04.288 25324 ERROR glance     app = deploy.loadapp("config:%s" % conf_file, name=app_name)
2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 248, in loadapp
2017-07-06 10:23:04.288 25324 ERROR glance     return loadobj(APP, uri, name=name, **kw)
2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 273, in loadobj
2017-07-06 10:23:04.288 25324 ERROR glance     return context.create()
2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 711, in create
2017-07-06 10:23:04.288 25324 ERROR glance     return self.object_type.invoke(self)
2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 204, in invoke
2017-07-06 10:23:04.288 25324 ERROR glance     app = context.app_context.create()
2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 711, in create
2017-07-06 10:23:04.288 25324 ERROR glance     return self.object_type.invoke(self)
2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 147, in invoke
2017-07-06 10:23:04.288 25324 ERROR glance     return fix_call(context.object, context.global_conf, **context.local_conf)
2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/lib/python2.7/dist-packages/paste/deploy/util.py", line 59, in fix_call
2017-07-06 10:23:04.288 25324 ERROR glance     reraise(*exc_info)
2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/lib/python2.7/dist-packages/paste/deploy/compat.py", line 24, in reraise
2017-07-06 10:23:04.288 25324 ERROR glance     exec('raise t, e, tb', dict(t=t, e=e, tb=tb))
2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/lib/python2.7/dist-packages/paste/deploy/util.py", line 56, in fix_call
2017-07-06 10:23:04.288 25324 ERROR glance     val = callable(*args, **kw)
2017-07-06 10:23:04.288 25324 ERROR glance TypeError: 'EntryPoint' object is not callable

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: glance 2:14.0.0-0ubuntu1~cloud0 [origin: Canonical]
ProcVersionSignature: Ubuntu 4.4.0-81.104-generic 4.4.67
Uname: Linux 4.4.0-81-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
CrashDB:
 {
                "impl": "launchpad",
                "project": "cloud-archive",
                "bug_pattern_url": "http://people.canonical.com/~ubuntu-archive/bugpatterns/bugpatterns.xml",
             }
Date: Thu Jul  6 13:32:55 2017
InstallationDate: Installed on 2017-06-01 (35 days ago)
InstallationMedia: Ubuntu-Server 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215.8)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: glance
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: cloud-archive
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug third-party-packages xenial

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to Ubuntu Cloud Archive.
https://bugs.launchpad.net/bugs/1702673

Title:
  Openstack component doesn't start: CauseEntrpyPoint object is not
  callable

Status in Ubuntu Cloud Archive:
  New

Bug description:
  The following stack trace is found in Glance, Neutron, Cinder and
  perhaps more (have not tested yet).

  2017-07-06 10:23:04.288 25324 ERROR glance Traceback (most recent call last):
  2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/bin/glance-registry", line 10, in <module>
  2017-07-06 10:23:04.288 25324 ERROR glance     sys.exit(main())
  2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/lib/python2.7/dist-packages/glance/cmd/registry.py", line 76, in main
  2017-07-06 10:23:04.288 25324 ERROR glance     server.start(config.load_paste_app('glance-registry'),
  2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/lib/python2.7/dist-packages/glance/common/config.py", line 753, in load_paste_app
  2017-07-06 10:23:04.288 25324 ERROR glance     app = deploy.loadapp("config:%s" % conf_file, name=app_name)
  2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 248, in loadapp
  2017-07-06 10:23:04.288 25324 ERROR glance     return loadobj(APP, uri, name=name, **kw)
  2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 273, in loadobj
  2017-07-06 10:23:04.288 25324 ERROR glance     return context.create()
  2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 711, in create
  2017-07-06 10:23:04.288 25324 ERROR glance     return self.object_type.invoke(self)
  2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 204, in invoke
  2017-07-06 10:23:04.288 25324 ERROR glance     app = context.app_context.create()
  2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 711, in create
  2017-07-06 10:23:04.288 25324 ERROR glance     return self.object_type.invoke(self)
  2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py", line 147, in invoke
  2017-07-06 10:23:04.288 25324 ERROR glance     return fix_call(context.object, context.global_conf, **context.local_conf)
  2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/lib/python2.7/dist-packages/paste/deploy/util.py", line 59, in fix_call
  2017-07-06 10:23:04.288 25324 ERROR glance     reraise(*exc_info)
  2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/lib/python2.7/dist-packages/paste/deploy/compat.py", line 24, in reraise
  2017-07-06 10:23:04.288 25324 ERROR glance     exec('raise t, e, tb', dict(t=t, e=e, tb=tb))
  2017-07-06 10:23:04.288 25324 ERROR glance   File "/usr/lib/python2.7/dist-packages/paste/deploy/util.py", line 56, in fix_call
  2017-07-06 10:23:04.288 25324 ERROR glance     val = callable(*args, **kw)
  2017-07-06 10:23:04.288 25324 ERROR glance TypeError: 'EntryPoint' object is not callable

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: glance 2:14.0.0-0ubuntu1~cloud0 [origin: Canonical]
  ProcVersionSignature: Ubuntu 4.4.0-81.104-generic 4.4.67
  Uname: Linux 4.4.0-81-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.6
  Architecture: amd64
  CrashDB:
   {
                  "impl": "launchpad",
                  "project": "cloud-archive",
                  "bug_pattern_url": "http://people.canonical.com/~ubuntu-archive/bugpatterns/bugpatterns.xml",
               }
  Date: Thu Jul  6 13:32:55 2017
  InstallationDate: Installed on 2017-06-01 (35 days ago)
  InstallationMedia: Ubuntu-Server 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215.8)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: glance
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1702673/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list