ComponentLookupError

Bug #640774 reported by David Ray
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
collective.amberjack
Fix Committed
Undecided
Andrew Mleczko

Bug Description

Working with the following versions:

plone 4.0
collective.amberjack.core 1.1a-Unreleased (trunk)
collective.amberjack.portlet 1.1a-Unreleased (trunk)
collective.amberjack.plonetours 1.0

Post installation, the portlet fails to render, due to a ComponentLookupError:

2010-09-16 16:01:52 ERROR portlets Error while determining renderer availability of portlet ('context' '/amber' u'amberjack-choice-portlet-skinid'): (<InterfaceClass collective.amberjack.core.interfaces.ITour>, 'collective.amberjack.core.toursroot')
Traceback (most recent call last):
  File "/opt/buildout.blitzen.services/eggs/plone.portlets-2.0-py2.6.egg/plone/portlets/manager.py", line 114, in _lazyLoadPortlets
    isAvailable = renderer.available
  File "/opt/buildout.blitzen.services/src/collective.amberjack.portlet/collective/amberjack/portlet/amberjackchoiceportlet.py", line 92, in available
    rootTool = getUtility(ITour, 'collective.amberjack.core.toursroot')
  File "/opt/buildout.blitzen.services/eggs/zope.component-3.7.1-py2.6.egg/zope/component/_api.py", line 171, in getUtility
    raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass collective.amberjack.core.interfaces.ITour>, 'collective.amberjack.core.toursroot')

Changed in collective.amberjack:
status: New → Fix Committed
assignee: nobody → Andrew Mleczko (andrew-mleczko)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.