Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 14th, 2012  |  syntax: None  |  size: 1.85 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Traceback (most recent call last):
  2.   File
  3. "/home/Plone4/buildout-cache/eggs/Zope2-2.12.10-py2.6-linux-x86_64.egg/OFS/Application.py",
  4. line 671, in install_product
  5.     initmethod(context)
  6.   File
  7. "/home/Plone4/buildout-cache/eggs/Zope2-2.12.10-py2.6-linux-x86_64.egg/Products/Five/__init__.py",
  8. line 31, in initialize
  9.     zcml.load_site()
  10.   File
  11. "/home/Plone4/buildout-cache/eggs/Zope2-2.12.10-py2.6-linux-x86_64.egg/Products/Five/zcml.py",
  12. line 51, in load_site
  13.     _context = xmlconfig.file(file)
  14.   File
  15. "/home/Plone4/buildout-cache/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py",
  16. line 649, in file
  17.     context.execute_actions()
  18.   File
  19. "/home/Plone4/buildout-cache/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py",
  20. line 605, in execute_actions
  21.     callable(*args, **kw)
  22.   File
  23. "/home/Plone4/buildout-cache/eggs/Zope2-2.12.10-py2.6-linux-x86_64.egg/Products/Five/security.py",
  24. line 163, in protectClass
  25.     permission = getUtility(IPermission, name=permission_id)
  26.   File
  27. "/home/Plone4/buildout-cache/eggs/zope.component-3.7.1-py2.6.egg/zope/component/_api.py",
  28. line 171, in getUtility
  29.     raise ComponentLookupError(interface, name)
  30. ConfigurationExecutionError: <class 'zope.component.interfaces.ComponentLookupError'>:
  31. (<InterfaceClass zope.security.interfaces.IPermission>,
  32. 'plone.app.portlets.ManageOwnPortlets')
  33.   in:
  34.   File
  35. "/home/Plone4/buildout-cache/eggs/Solgema.PortletsManager-0.5.5-py2.6.egg/Solgema/PortletsManager/portlets/configure.zcml",
  36. line 36.2-43.7
  37.     <browser:page
  38.        for="*"
  39.        name="herited-portlets-macros"
  40.        class="plone.app.portlets.browser.manage.ManageContextualPortlets"
  41.        template="herited-manager-macros.pt"
  42.        permission="plone.app.portlets.ManageOwnPortlets"
  43.        layer="Solgema.PortletsManager.interfaces.ISolgemaPortletsManagerLayer"
  44.        />