Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ComponentLookupError when adding a Plone site #118

Closed
andreclimaco opened this issue Jan 28, 2025 · 0 comments · Fixed by #119
Closed

ComponentLookupError when adding a Plone site #118

andreclimaco opened this issue Jan 28, 2025 · 0 comments · Fixed by #119
Labels

Comments

@andreclimaco
Copy link
Contributor

When creating a new Plone Site (Plone 6.1) the ComponentLookupError exception is displayed.

Traceback (innermost last):
  Module ZPublisher.WSGIPublisher, line 181, in transaction_pubevents
  Module ZPublisher.WSGIPublisher, line 390, in publish_module
  Module ZPublisher.WSGIPublisher, line 284, in publish
  Module ZPublisher.mapply, line 98, in mapply
  Module ZPublisher.WSGIPublisher, line 68, in call_object
  Module plone.rest.service, line 21, in __call__
  Module plone.restapi.services, line 19, in render
  Module plone.distribution.services.sites.add, line 49, in reply
  Module plone.distribution.api.site, line 165, in create
  Module plone.distribution.api.site, line 102, in _create_site
  Module plone.distribution.api.site, line 61, in _create_bare_site
  Module Products.GenericSetup.tool, line 393, in runAllImportStepsFromProfile
   - __traceback_info__: profile-Products.CMFPlone:plone
  Module Products.GenericSetup.tool, line 1513, in _runImportStepsFromContext
  Module Products.GenericSetup.tool, line 1360, in _doRunHandler
  Module Products.CMFPlone.setuphandlers, line 139, in importFinalSteps
  Module Products.GenericSetup.tool, line 393, in runAllImportStepsFromProfile
   - __traceback_info__: profile-Products.CMFPlone:dependencies
  Module Products.GenericSetup.tool, line 1504, in _runImportStepsFromContext
  Module Products.GenericSetup.tool, line 1316, in _doRunImportStep
   - __traceback_info__: intid-register-content
  Module plone.app.intid.setuphandlers, line 59, in registerContent
  Module plone.app.intid.setuphandlers, line 28, in register_all_content_for_intids
  Module collective.elasticsearch.patches, line 25, in safeSearchResults
  Module collective.elasticsearch.manager, line 105, in active
  Module collective.elasticsearch.manager, line 58, in enabled
  Module decorator, line 232, in fun
  Module plone.api.validation, line 73, in wrapped
  Module plone.api.portal, line 277, in get_registry_record
  Module zope.component._api, line 180, in getUtility
zope.interface.interfaces.ComponentLookupError: (<InterfaceClass plone.registry.interfaces.IRegistry>, '')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant