Ticket #13308 (confirmed Bug)

Opened 3 years ago

Last modified 3 years ago

PluggableAuthService NotCompetent plugin listing error

Reported by: eleddy Owned by: eleddy
Priority: minor Milestone: 4.x
Component: Backend (Python) Version: 4.2
Keywords: Cc: esteele

Description

Opening to track upstream bug at  https://bugs.launchpad.net/zope-pas/+bug/1071957

Solution is to pin to Pin Products.PluggableAuthService to 1.8.0 for anyone who lands this

Traceback (most recent call last):
  File "/Users/eleddy/buildouts/digiyoubuildout/dev-eggs/Products.PluggableAuthService-1.9.0-py2.6.egg/Products/PluggableAuthService/PluggableAuthService.py", line 537, in _isNotCompetent
    not_competents = plugins.listPlugins( INotCompetentPlugin )
  File "/Users/eleddy/buildouts/digiyoubuildout/dev-eggs/Products.PluginRegistry-1.3-py2.6.egg/Products/PluginRegistry/PluginRegistry.py", line 106, in listPlugins
    for plugin_id in self._getPlugins(plugin_type):
  File "/Users/eleddy/buildouts/digiyoubuildout/dev-eggs/Products.PluginRegistry-1.3-py2.6.egg/Products/PluginRegistry/PluginRegistry.py", line 385, in _getPlugins
    raise KeyError, plugin_type
KeyError: <InterfaceClass Products.PluggableAuthService.interfaces.plugins.INotCompetentPlugin>


Change History

comment:1 Changed 3 years ago by kleist

  • Status changed from new to confirmed

comment:2 Changed 3 years ago by esteele

We'll need an upgrade step to refresh the list of available plugins.

Note: See TracTickets for help on using tickets.