ERROR:ZODB.Connection:Shouldn't load state for Products.CMFCore.Expression.Expression 0x10e11c25a8b63477 when the connection is closed
See original GitHub issueThis error occurs on Travis, when running tests locally and in dev and prod use with Plone 5.2.
In Volto this leads to a 5-7 seconds delay when loading a page. This happens randomly on first loading and is not reproducable afterwards.
See for instance: https://travis-ci.org/plone/volto/jobs/615978761
Trace:
Text Block Tests
β As editor I can add a link to a text block (9765ms)
ERROR:ZODB.Connection:Shouldn't load state for Products.CMFCore.Expression.Expression 0x10e11c25a8b63477 when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for Products.CMFCore.Expression.Expression 0x10e11c25a8b63477 when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for persistent.list.PersistentList 0x10e11c25a8b62b32 when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for persistent.list.PersistentList 0x10e11c25a8b62b32 when the connection is closed
ERROR:plone.app.textfield:Transform exception
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/plone.app.textfield-1.3.1-py3.7.egg/plone/app/textfield/transform.py", line 62, in __call__
encoding=value.encoding)
File "/home/travis/buildout-cache/eggs/Products.PortalTransforms-3.1.7-py3.7.egg/Products/PortalTransforms/TransformEngine.py", line 153, in convertTo
path = self._findPath(orig_mt, target_mt, list(requirements))
File "/home/travis/buildout-cache/eggs/Products.PortalTransforms-3.1.7-py3.7.egg/Products/PortalTransforms/TransformEngine.py", line 323, in _findPath
for transform in transforms:
File "/home/travis/build/plone/volto/api/lib/python3.7/_collections_abc.py", line 883, in __iter__
v = self[i]
File "/home/travis/build/plone/volto/api/lib/python3.7/collections/__init__.py", line 1084, in __getitem__
def __getitem__(self, i): return self.data[i]
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for persistent.list.PersistentList 0x10e11c25a8b62b32 when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/plone.app.textfield-1.3.1-py3.7.egg/plone/app/textfield/transform.py", line 62, in __call__
encoding=value.encoding)
File "/home/travis/buildout-cache/eggs/Products.PortalTransforms-3.1.7-py3.7.egg/Products/PortalTransforms/TransformEngine.py", line 153, in convertTo
path = self._findPath(orig_mt, target_mt, list(requirements))
File "/home/travis/buildout-cache/eggs/Products.PortalTransforms-3.1.7-py3.7.egg/Products/PortalTransforms/TransformEngine.py", line 323, in _findPath
for transform in transforms:
File "/home/travis/build/plone/volto/api/lib/python3.7/_collections_abc.py", line 883, in __iter__
v = self[i]
File "/home/travis/build/plone/volto/api/lib/python3.7/collections/__init__.py", line 1084, in __getitem__
def __getitem__(self, i): return self.data[i]
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for persistent.list.PersistentList 0x10e11c25a8b62b32 when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 155, in transaction_pubevents
yield
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 337, in publish_module
response = _publish(request, new_mod_info)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 255, in publish
bind=1)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/mapply.py", line 85, in mapply
return debug(object, args, context)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 61, in call_object
return obj(*args)
File "/home/travis/buildout-cache/eggs/plone.rest-1.4.0-py3.7.egg/plone/rest/service.py", line 23, in __call__
return self.render()
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/services/__init__.py", line 21, in render
content = self.reply()
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/services/content/get.py", line 18, in reply
return serializer(version=self.request.get("version"))
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/serializer/dxcontent.py", line 125, in __call__
folder_metadata = super(SerializeFolderToJson, self).__call__(version=version)
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/serializer/dxcontent.py", line 83, in __call__
value = serializer()
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/serializer/dxfields.py", line 120, in __call__
return json_compatible(value, self.context)
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/serializer/converters.py", line 69, in json_compatible
return adapter()
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/serializer/converters.py", line 182, in __call__
output = value.output_relative_to(self.context)
File "/home/travis/buildout-cache/eggs/plone.app.textfield-1.3.1-py3.7.egg/plone/app/textfield/value.py", line 114, in output_relative_to
return transformer(self, self.outputMimeType)
File "/home/travis/buildout-cache/eggs/plone.app.textfield-1.3.1-py3.7.egg/plone/app/textfield/transform.py", line 87, in __call__
raise TransformError('Error during transformation', e)
plone.app.textfield.interfaces.TransformError: Error during transformation
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/plone.app.textfield-1.3.1-py3.7.egg/plone/app/textfield/transform.py", line 62, in __call__
encoding=value.encoding)
File "/home/travis/buildout-cache/eggs/Products.PortalTransforms-3.1.7-py3.7.egg/Products/PortalTransforms/TransformEngine.py", line 153, in convertTo
path = self._findPath(orig_mt, target_mt, list(requirements))
File "/home/travis/buildout-cache/eggs/Products.PortalTransforms-3.1.7-py3.7.egg/Products/PortalTransforms/TransformEngine.py", line 323, in _findPath
for transform in transforms:
File "/home/travis/build/plone/volto/api/lib/python3.7/_collections_abc.py", line 883, in __iter__
v = self[i]
File "/home/travis/build/plone/volto/api/lib/python3.7/collections/__init__.py", line 1084, in __getitem__
def __getitem__(self, i): return self.data[i]
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for persistent.list.PersistentList 0x10e11c25a8b62b32 when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 155, in transaction_pubevents
yield
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 337, in publish_module
response = _publish(request, new_mod_info)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 255, in publish
bind=1)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/mapply.py", line 85, in mapply
return debug(object, args, context)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 61, in call_object
return obj(*args)
File "/home/travis/buildout-cache/eggs/plone.rest-1.4.0-py3.7.egg/plone/rest/service.py", line 23, in __call__
return self.render()
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/services/__init__.py", line 21, in render
content = self.reply()
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/services/content/get.py", line 18, in reply
return serializer(version=self.request.get("version"))
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/serializer/dxcontent.py", line 125, in __call__
folder_metadata = super(SerializeFolderToJson, self).__call__(version=version)
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/serializer/dxcontent.py", line 83, in __call__
value = serializer()
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/serializer/dxfields.py", line 120, in __call__
return json_compatible(value, self.context)
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/serializer/converters.py", line 69, in json_compatible
return adapter()
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/serializer/converters.py", line 182, in __call__
output = value.output_relative_to(self.context)
File "/home/travis/buildout-cache/eggs/plone.app.textfield-1.3.1-py3.7.egg/plone/app/textfield/value.py", line 114, in output_relative_to
return transformer(self, self.outputMimeType)
File "/home/travis/buildout-cache/eggs/plone.app.textfield-1.3.1-py3.7.egg/plone/app/textfield/transform.py", line 87, in __call__
raise TransformError('Error during transformation', e)
plone.app.textfield.interfaces.TransformError: Error during transformation
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/plone.app.textfield-1.3.1-py3.7.egg/plone/app/textfield/transform.py", line 62, in __call__
encoding=value.encoding)
File "/home/travis/buildout-cache/eggs/Products.PortalTransforms-3.1.7-py3.7.egg/Products/PortalTransforms/TransformEngine.py", line 153, in convertTo
path = self._findPath(orig_mt, target_mt, list(requirements))
File "/home/travis/buildout-cache/eggs/Products.PortalTransforms-3.1.7-py3.7.egg/Products/PortalTransforms/TransformEngine.py", line 323, in _findPath
for transform in transforms:
File "/home/travis/build/plone/volto/api/lib/python3.7/_collections_abc.py", line 883, in __iter__
v = self[i]
File "/home/travis/build/plone/volto/api/lib/python3.7/collections/__init__.py", line 1084, in __getitem__
def __getitem__(self, i): return self.data[i]
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for persistent.list.PersistentList 0x10e11c25a8b62b32 when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 155, in transaction_pubevents
yield
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 337, in publish_module
response = _publish(request, new_mod_info)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 255, in publish
bind=1)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/mapply.py", line 85, in mapply
return debug(object, args, context)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 61, in call_object
return obj(*args)
File "/home/travis/buildout-cache/eggs/plone.rest-1.4.0-py3.7.egg/plone/rest/service.py", line 23, in __call__
return self.render()
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/services/__init__.py", line 21, in render
content = self.reply()
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/services/content/get.py", line 18, in reply
return serializer(version=self.request.get("version"))
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/serializer/dxcontent.py", line 125, in __call__
folder_metadata = super(SerializeFolderToJson, self).__call__(version=version)
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/serializer/dxcontent.py", line 83, in __call__
value = serializer()
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/serializer/dxfields.py", line 120, in __call__
return json_compatible(value, self.context)
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/serializer/converters.py", line 69, in json_compatible
return adapter()
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/serializer/converters.py", line 182, in __call__
output = value.output_relative_to(self.context)
File "/home/travis/buildout-cache/eggs/plone.app.textfield-1.3.1-py3.7.egg/plone/app/textfield/value.py", line 114, in output_relative_to
return transformer(self, self.outputMimeType)
File "/home/travis/buildout-cache/eggs/plone.app.textfield-1.3.1-py3.7.egg/plone/app/textfield/transform.py", line 87, in __call__
raise TransformError('Error during transformation', e)
plone.app.textfield.interfaces.TransformError: Error during transformation
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 337, in publish_module
response = _publish(request, new_mod_info)
File "/opt/python/3.7.1/lib/python3.7/contextlib.py", line 130, in __exit__
self.gen.throw(type, value, traceback)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 207, in transaction_pubevents
notify(pubevents.PubBeforeAbort(request, exc_info, retry))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:waitress:Exception while serving /plone/my-page
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/plone.app.textfield-1.3.1-py3.7.egg/plone/app/textfield/transform.py", line 62, in __call__
encoding=value.encoding)
File "/home/travis/buildout-cache/eggs/Products.PortalTransforms-3.1.7-py3.7.egg/Products/PortalTransforms/TransformEngine.py", line 153, in convertTo
path = self._findPath(orig_mt, target_mt, list(requirements))
File "/home/travis/buildout-cache/eggs/Products.PortalTransforms-3.1.7-py3.7.egg/Products/PortalTransforms/TransformEngine.py", line 323, in _findPath
for transform in transforms:
File "/home/travis/build/plone/volto/api/lib/python3.7/_collections_abc.py", line 883, in __iter__
v = self[i]
File "/home/travis/build/plone/volto/api/lib/python3.7/collections/__init__.py", line 1084, in __getitem__
def __getitem__(self, i): return self.data[i]
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for persistent.list.PersistentList 0x10e11c25a8b62b32 when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 155, in transaction_pubevents
yield
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 337, in publish_module
response = _publish(request, new_mod_info)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 255, in publish
bind=1)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/mapply.py", line 85, in mapply
return debug(object, args, context)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 61, in call_object
return obj(*args)
File "/home/travis/buildout-cache/eggs/plone.rest-1.4.0-py3.7.egg/plone/rest/service.py", line 23, in __call__
return self.render()
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/services/__init__.py", line 21, in render
content = self.reply()
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/services/content/get.py", line 18, in reply
return serializer(version=self.request.get("version"))
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/serializer/dxcontent.py", line 125, in __call__
folder_metadata = super(SerializeFolderToJson, self).__call__(version=version)
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/serializer/dxcontent.py", line 83, in __call__
value = serializer()
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/serializer/dxfields.py", line 120, in __call__
return json_compatible(value, self.context)
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/serializer/converters.py", line 69, in json_compatible
return adapter()
File "/home/travis/buildout-cache/eggs/plone.restapi-5.0.2-py3.7.egg/plone/restapi/serializer/converters.py", line 182, in __call__
output = value.output_relative_to(self.context)
File "/home/travis/buildout-cache/eggs/plone.app.textfield-1.3.1-py3.7.egg/plone/app/textfield/value.py", line 114, in output_relative_to
return transformer(self, self.outputMimeType)
File "/home/travis/buildout-cache/eggs/plone.app.textfield-1.3.1-py3.7.egg/plone/app/textfield/transform.py", line 87, in __call__
raise TransformError('Error during transformation', e)
plone.app.textfield.interfaces.TransformError: Error during transformation
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 337, in publish_module
response = _publish(request, new_mod_info)
File "/opt/python/3.7.1/lib/python3.7/contextlib.py", line 130, in __exit__
self.gen.throw(type, value, traceback)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 207, in transaction_pubevents
notify(pubevents.PubBeforeAbort(request, exc_info, retry))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/channel.py", line 356, in service
task.service()
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/task.py", line 176, in service
self.execute()
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/task.py", line 447, in execute
app_iter = self.channel.server.application(env, start_response)
File "/home/travis/buildout-cache/eggs/WebTest-2.0.33-py3.7.egg/webtest/http.py", line 83, in wrapper
return self.test_app(environ, start_response)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/httpexceptions.py", line 30, in __call__
return self.application(environ, start_response)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 346, in publish_module
request.close()
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/BaseRequest.py", line 217, in close
notify(EndRequestEvent(None, self))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
1 passing (12s)
(Results)
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Tests: 1 β
β Passing: 1 β
β Failing: 0 β
β Pending: 0 β
β Skipped: 0 β
β Screenshots: 0 β
β Video: true β
β Duration: 12 seconds β
β Spec Ran: block-text.js β
ββββββββββββββββββββββββββββββββββββββββββββββββββοΏ½οΏ½οΏ½βββββββββββββββββββββββββββββββββββββββββββββββ
(Video)
- Started processing: Compressing to 32 CRF
- Finished processing: /home/travis/build/plone/volto/cypress/videos/block-text.js (4 seconds)
.mp4
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Running: blocks.js (4 of 7)
Blocks Tests
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 336, in publish_module
with transaction_pubevents(request, response):
File "/opt/python/3.7.1/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 207, in transaction_pubevents
notify(pubevents.PubBeforeAbort(request, exc_info, retry))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:waitress:Exception while serving /plone/
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 336, in publish_module
with transaction_pubevents(request, response):
File "/opt/python/3.7.1/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 207, in transaction_pubevents
notify(pubevents.PubBeforeAbort(request, exc_info, retry))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/channel.py", line 356, in service
task.service()
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/task.py", line 176, in service
self.execute()
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/task.py", line 447, in execute
app_iter = self.channel.server.application(env, start_response)
File "/home/travis/buildout-cache/eggs/WebTest-2.0.33-py3.7.egg/webtest/http.py", line 83, in wrapper
return self.test_app(environ, start_response)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/httpexceptions.py", line 30, in __call__
return self.application(environ, start_response)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 346, in publish_module
request.close()
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/BaseRequest.py", line 217, in close
notify(EndRequestEvent(None, self))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 336, in publish_module
with transaction_pubevents(request, response):
File "/opt/python/3.7.1/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 207, in transaction_pubevents
notify(pubevents.PubBeforeAbort(request, exc_info, retry))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:waitress:Exception while serving /plone/my-page/@breadcrumbs
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 336, in publish_module
with transaction_pubevents(request, response):
File "/opt/python/3.7.1/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 207, in transaction_pubevents
notify(pubevents.PubBeforeAbort(request, exc_info, retry))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/channel.py", line 356, in service
task.service()
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/task.py", line 176, in service
self.execute()
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/task.py", line 447, in execute
app_iter = self.channel.server.application(env, start_response)
File "/home/travis/buildout-cache/eggs/WebTest-2.0.33-py3.7.egg/webtest/http.py", line 83, in wrapper
return self.test_app(environ, start_response)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/httpexceptions.py", line 30, in __call__
return self.application(environ, start_response)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 346, in publish_module
request.close()
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/BaseRequest.py", line 217, in close
notify(EndRequestEvent(None, self))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 336, in publish_module
with transaction_pubevents(request, response):
File "/opt/python/3.7.1/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 207, in transaction_pubevents
notify(pubevents.PubBeforeAbort(request, exc_info, retry))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:waitress:Exception while serving /plone/my-page/@types
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 336, in publish_module
with transaction_pubevents(request, response):
File "/opt/python/3.7.1/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 207, in transaction_pubevents
notify(pubevents.PubBeforeAbort(request, exc_info, retry))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/channel.py", line 356, in service
task.service()
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/task.py", line 176, in service
self.execute()
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/task.py", line 447, in execute
app_iter = self.channel.server.application(env, start_response)
File "/home/travis/buildout-cache/eggs/WebTest-2.0.33-py3.7.egg/webtest/http.py", line 83, in wrapper
return self.test_app(environ, start_response)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/httpexceptions.py", line 30, in __call__
return self.application(environ, start_response)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 346, in publish_module
request.close()
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/BaseRequest.py", line 217, in close
notify(EndRequestEvent(None, self))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 336, in publish_module
with transaction_pubevents(request, response):
File "/opt/python/3.7.1/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 207, in transaction_pubevents
notify(pubevents.PubBeforeAbort(request, exc_info, retry))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:waitress:Exception while serving /plone/my-page/@navigation
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 336, in publish_module
with transaction_pubevents(request, response):
File "/opt/python/3.7.1/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 207, in transaction_pubevents
notify(pubevents.PubBeforeAbort(request, exc_info, retry))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/channel.py", line 356, in service
task.service()
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/task.py", line 176, in service
self.execute()
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/task.py", line 447, in execute
app_iter = self.channel.server.application(env, start_response)
File "/home/travis/buildout-cache/eggs/WebTest-2.0.33-py3.7.egg/webtest/http.py", line 83, in wrapper
return self.test_app(environ, start_response)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/httpexceptions.py", line 30, in __call__
return self.application(environ, start_response)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 346, in publish_module
request.close()
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/BaseRequest.py", line 217, in close
notify(EndRequestEvent(None, self))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 336, in publish_module
with transaction_pubevents(request, response):
File "/opt/python/3.7.1/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 207, in transaction_pubevents
notify(pubevents.PubBeforeAbort(request, exc_info, retry))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:waitress:Exception while serving /plone/my-page/@actions
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 336, in publish_module
with transaction_pubevents(request, response):
File "/opt/python/3.7.1/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 207, in transaction_pubevents
notify(pubevents.PubBeforeAbort(request, exc_info, retry))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/channel.py", line 356, in service
task.service()
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/task.py", line 176, in service
self.execute()
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/task.py", line 447, in execute
app_iter = self.channel.server.application(env, start_response)
File "/home/travis/buildout-cache/eggs/WebTest-2.0.33-py3.7.egg/webtest/http.py", line 83, in wrapper
return self.test_app(environ, start_response)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/httpexceptions.py", line 30, in __call__
return self.application(environ, start_response)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 346, in publish_module
request.close()
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/BaseRequest.py", line 217, in close
notify(EndRequestEvent(None, self))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 336, in publish_module
with transaction_pubevents(request, response):
File "/opt/python/3.7.1/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 207, in transaction_pubevents
notify(pubevents.PubBeforeAbort(request, exc_info, retry))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:waitress:Exception while serving /plone/my-page/@breadcrumbs
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 336, in publish_module
with transaction_pubevents(request, response):
File "/opt/python/3.7.1/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 207, in transaction_pubevents
notify(pubevents.PubBeforeAbort(request, exc_info, retry))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/channel.py", line 356, in service
task.service()
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/task.py", line 176, in service
self.execute()
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/task.py", line 447, in execute
app_iter = self.channel.server.application(env, start_response)
File "/home/travis/buildout-cache/eggs/WebTest-2.0.33-py3.7.egg/webtest/http.py", line 83, in wrapper
return self.test_app(environ, start_response)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/httpexceptions.py", line 30, in __call__
return self.application(environ, start_response)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 346, in publish_module
request.close()
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/BaseRequest.py", line 217, in close
notify(EndRequestEvent(None, self))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:ZODB.Connection:Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 336, in publish_module
with transaction_pubevents(request, response):
File "/opt/python/3.7.1/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 207, in transaction_pubevents
notify(pubevents.PubBeforeAbort(request, exc_info, retry))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
ERROR:waitress:Exception while serving /plone/@types/Document
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 150, in transaction_pubevents
setDefaultSkin(request)
File "/home/travis/buildout-cache/eggs/zope.publisher-5.0.1-py3.7.egg/zope/publisher/skinnable.py", line 42, in setDefaultSkin
adapters = zope.component.getSiteManager().adapters
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 336, in publish_module
with transaction_pubevents(request, response):
File "/opt/python/3.7.1/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 207, in transaction_pubevents
notify(pubevents.PubBeforeAbort(request, exc_info, retry))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/channel.py", line 356, in service
task.service()
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/task.py", line 176, in service
self.execute()
File "/home/travis/buildout-cache/eggs/waitress-1.3.0-py3.7.egg/waitress/task.py", line 447, in execute
app_iter = self.channel.server.application(env, start_response)
File "/home/travis/buildout-cache/eggs/WebTest-2.0.33-py3.7.egg/webtest/http.py", line 83, in wrapper
return self.test_app(environ, start_response)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/httpexceptions.py", line 30, in __call__
return self.application(environ, start_response)
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/WSGIPublisher.py", line 346, in publish_module
request.close()
File "/home/travis/buildout-cache/eggs/Zope-4.1.1-py3.7.egg/ZPublisher/BaseRequest.py", line 217, in close
notify(EndRequestEvent(None, self))
File "/home/travis/buildout-cache/eggs/zope.event-4.4-py3.7.egg/zope/event/__init__.py", line 32, in notify
subscriber(event)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/event.py", line 27, in dispatch
component_subscribers(event, None)
File "/home/travis/buildout-cache/eggs/zope.component-4.5-py3.7.egg/zope/component/_api.py", line 124, in subscribers
return sitemanager.subscribers(objects, interface)
File "/home/travis/buildout-cache/eggs/ZODB-5.5.1-py3.7.egg/ZODB/Connection.py", line 785, in setstate
raise ConnectionStateError(msg)
ZODB.POSException.ConnectionStateError: Shouldn't load state for five.localsitemanager.registry.PersistentComponents 0x10e11c25a8b6289c when the connection is closed
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
The build has been terminated
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@sneridagh I think this is a problem caused by the plone.app.textfield transform. Since we are not using the text field in Volto for composite pages anyways it might be a workaround to just remove/disable the field for now in our projects.
Okay, seems we can close this.