Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save waynegraham/ca9cf74df1a9803fa93b4f351c4b696b to your computer and use it in GitHub Desktop.
Save waynegraham/ca9cf74df1a9803fa93b4f351c4b696b to your computer and use it in GitHub Desktop.
Plone error
2018-06-26 21:43:28 INFO Zope Ready to handle requests
2018-06-26 21:43:28 WARNING OFS.Uninstalled Could not import class 'SOAPUtil' from module 'contextual.higherlogic.soaputil.SOAPUtil'
2018-06-26 21:43:28 WARNING OFS.Uninstalled Could not import class 'VocabularyLibrary' from module 'Products.ATVocabularyManager.tools.vocabularylib'
2018-06-26 21:43:28 WARNING OFS.Uninstalled Could not import class 'FormGenTool' from module 'Products.PloneFormGen.tools.formGenTool'
2018-06-26 21:43:28 WARNING OFS.Uninstalled Could not import class 'SmartlinkConfig' from module 'redturtle.smartlink.utility'
2018-06-26 21:43:28 WARNING OFS.Uninstalled Could not import class 'ISmartlinkConfig' from module 'redturtle.smartlink.interfaces.utility'
2018-06-26 21:43:28 WARNING OFS.Uninstalled Could not import class 'IDropdownSpecific' from module 'webcouturier.dropdownmenu.browser.interfaces'
2018-06-26 21:43:28 WARNING OFS.Uninstalled Could not import class 'ICollectivePortletClassLayer' from module 'collective.portletclass.interfaces'
2018-06-26 21:43:28 WARNING OFS.Uninstalled Could not import class 'ISliderLayer' from module 'collective.easyslider.interfaces'
2018-06-26 21:43:28 WARNING OFS.Uninstalled Could not import class 'IJqueryUILayer' from module 'collective.js.jqueryui.interfaces'
2018-06-26 21:43:28 ERROR ZODB.Connection Couldn't load state for 0x06ff
Traceback (most recent call last):
File "/home/vagrant/Plone/buildout-cache/eggs/ZODB3-3.10.5-py2.7-linux-i686.egg/ZODB/Connection.py", line 860, in setstate
self._setstate(obj)
File "/home/vagrant/Plone/buildout-cache/eggs/ZODB3-3.10.5-py2.7-linux-i686.egg/ZODB/Connection.py", line 914, in _setstate
self._reader.setGhostState(obj, p)
File "/home/vagrant/Plone/buildout-cache/eggs/ZODB3-3.10.5-py2.7-linux-i686.egg/ZODB/serialize.py", line 613, in setGhostState
obj.__setstate__(state)
File "/home/vagrant/Plone/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/component/persistentregistry.py", line 40, in __setstate__
self._createLookup()
File "/home/vagrant/Plone/buildout-cache/eggs/zope.interface-3.6.7-py2.7-linux-i686.egg/zope/interface/adapter.py", line 91, in _createLookup
self._v_lookup = self.LookupClass(self)
File "/home/vagrant/Plone/buildout-cache/eggs/zope.interface-3.6.7-py2.7-linux-i686.egg/zope/interface/adapter.py", line 439, in __init__
self.init_extendors()
File "/home/vagrant/Plone/buildout-cache/eggs/zope.interface-3.6.7-py2.7-linux-i686.egg/zope/interface/adapter.py", line 476, in init_extendors
self.add_extendor(p)
File "/home/vagrant/Plone/buildout-cache/eggs/zope.interface-3.6.7-py2.7-linux-i686.egg/zope/interface/adapter.py", line 480, in add_extendor
for i in provided.__iro__:
AttributeError: type object 'ISmartlinkConfig' has no attribute '__iro__'
2018-06-26 21:43:28 ERROR Zope.SiteErrorLog 1530049408.190.514371523651 http://localhost:8080/clir
Traceback (innermost last):
Module ZPublisher.Publish, line 127, in publish
Module ZPublisher.BaseRequest, line 438, in traverse
Module ZPublisher.BeforeTraverse, line 97, in __call__
Module Products.CMFCore.PortalObject, line 75, in __before_publishing_traverse__
Module zope.event, line 31, in notify
Module zope.component.event, line 24, in dispatch
Module zope.component._api, line 136, in subscribers
Module zope.component.registry, line 321, in subscribers
Module zope.interface.adapter, line 585, in subscribers
Module zope.component.event, line 32, in objectEventNotify
Module zope.component._api, line 136, in subscribers
Module zope.component.registry, line 321, in subscribers
Module zope.interface.adapter, line 585, in subscribers
Module plone.app.theming.plugins.hooks, line 30, in onRequest
Module plone.app.theming.utils, line 418, in isThemeEnabled
Module zope.component._api, line 172, in queryUtility
Module zope.component.registry, line 163, in queryUtility
Module ZODB.Connection, line 860, in setstate
Module ZODB.Connection, line 914, in _setstate
Module ZODB.serialize, line 613, in setGhostState
Module zope.component.persistentregistry, line 40, in __setstate__
Module zope.interface.adapter, line 91, in _createLookup
Module zope.interface.adapter, line 439, in __init__
Module zope.interface.adapter, line 476, in init_extendors
Module zope.interface.adapter, line 480, in add_extendor
AttributeError: type object 'ISmartlinkConfig' has no attribute '__iro__'
2018-06-26 21:43:28 ERROR ZODB.Connection Couldn't load state for 0x06ff
Traceback (most recent call last):
File "/home/vagrant/Plone/buildout-cache/eggs/ZODB3-3.10.5-py2.7-linux-i686.egg/ZODB/Connection.py", line 860, in setstate
self._setstate(obj)
File "/home/vagrant/Plone/buildout-cache/eggs/ZODB3-3.10.5-py2.7-linux-i686.egg/ZODB/Connection.py", line 914, in _setstate
self._reader.setGhostState(obj, p)
File "/home/vagrant/Plone/buildout-cache/eggs/ZODB3-3.10.5-py2.7-linux-i686.egg/ZODB/serialize.py", line 613, in setGhostState
obj.__setstate__(state)
File "/home/vagrant/Plone/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/component/persistentregistry.py", line 40, in __setstate__
self._createLookup()
File "/home/vagrant/Plone/buildout-cache/eggs/zope.interface-3.6.7-py2.7-linux-i686.egg/zope/interface/adapter.py", line 91, in _createLookup
self._v_lookup = self.LookupClass(self)
File "/home/vagrant/Plone/buildout-cache/eggs/zope.interface-3.6.7-py2.7-linux-i686.egg/zope/interface/adapter.py", line 439, in __init__
self.init_extendors()
File "/home/vagrant/Plone/buildout-cache/eggs/zope.interface-3.6.7-py2.7-linux-i686.egg/zope/interface/adapter.py", line 476, in init_extendors
self.add_extendor(p)
File "/home/vagrant/Plone/buildout-cache/eggs/zope.interface-3.6.7-py2.7-linux-i686.egg/zope/interface/adapter.py", line 480, in add_extendor
for i in provided.__iro__:
AttributeError: type object 'ISmartlinkConfig' has no attribute '__iro__'
2018-06-26 21:43:28 ERROR ZODB.Connection Couldn't load state for 0x06ff
Traceback (most recent call last):
File "/home/vagrant/Plone/buildout-cache/eggs/ZODB3-3.10.5-py2.7-linux-i686.egg/ZODB/Connection.py", line 860, in setstate
self._setstate(obj)
File "/home/vagrant/Plone/buildout-cache/eggs/ZODB3-3.10.5-py2.7-linux-i686.egg/ZODB/Connection.py", line 914, in _setstate
self._reader.setGhostState(obj, p)
File "/home/vagrant/Plone/buildout-cache/eggs/ZODB3-3.10.5-py2.7-linux-i686.egg/ZODB/serialize.py", line 613, in setGhostState
obj.__setstate__(state)
File "/home/vagrant/Plone/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/component/persistentregistry.py", line 40, in __setstate__
self._createLookup()
File "/home/vagrant/Plone/buildout-cache/eggs/zope.interface-3.6.7-py2.7-linux-i686.egg/zope/interface/adapter.py", line 91, in _createLookup
self._v_lookup = self.LookupClass(self)
File "/home/vagrant/Plone/buildout-cache/eggs/zope.interface-3.6.7-py2.7-linux-i686.egg/zope/interface/adapter.py", line 439, in __init__
self.init_extendors()
File "/home/vagrant/Plone/buildout-cache/eggs/zope.interface-3.6.7-py2.7-linux-i686.egg/zope/interface/adapter.py", line 476, in init_extendors
self.add_extendor(p)
File "/home/vagrant/Plone/buildout-cache/eggs/zope.interface-3.6.7-py2.7-linux-i686.egg/zope/interface/adapter.py", line 480, in add_extendor
for i in provided.__iro__:
AttributeError: type object 'ISmartlinkConfig' has no attribute '__iro__'
2018-06-26 21:43:28 ERROR Zope.SiteErrorLog 1530049408.350.899587590379 http://localhost:8080/clir
Traceback (innermost last):
Module ZPublisher.Publish, line 127, in publish
Module ZPublisher.BaseRequest, line 438, in traverse
Module ZPublisher.BeforeTraverse, line 97, in __call__
Module Products.CMFCore.PortalObject, line 75, in __before_publishing_traverse__
Module zope.event, line 31, in notify
Module zope.component.event, line 24, in dispatch
Module zope.component._api, line 136, in subscribers
Module zope.component.registry, line 321, in subscribers
Module zope.interface.adapter, line 585, in subscribers
Module zope.component.event, line 32, in objectEventNotify
Module zope.component._api, line 136, in subscribers
Module zope.component.registry, line 321, in subscribers
Module zope.interface.adapter, line 585, in subscribers
Module plone.app.theming.plugins.hooks, line 30, in onRequest
Module plone.app.theming.utils, line 418, in isThemeEnabled
Module zope.component._api, line 172, in queryUtility
Module zope.component.registry, line 163, in queryUtility
Module ZODB.Connection, line 860, in setstate
Module ZODB.Connection, line 914, in _setstate
Module ZODB.serialize, line 613, in setGhostState
Module zope.component.persistentregistry, line 40, in __setstate__
Module zope.interface.adapter, line 91, in _createLookup
Module zope.interface.adapter, line 439, in __init__
Module zope.interface.adapter, line 476, in init_extendors
Module zope.interface.adapter, line 480, in add_extendor
AttributeError: type object 'ISmartlinkConfig' has no attribute '__iro__'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment