Ubuntu server 21.04 installation issues

Dear All , please if this issue was already answered please forgive me in advance.

Now I’ve spend hours with this so i am quite hopeless ,

I installed plone first , and python 2.7 as pre the install guide.
then followed the guide on line line by line and everything was exactly the same

but at the end :PYTHONHTTPSVERIFY=0 buildout

is failed miserably.

and I am quite lost here is my output

Installing instance.
Getting distribution for ‘werkzeug’.
Traceback (most recent call last):
File “”, line 1, in
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/command/easy_install.py”, line 2 312, in main
**kw
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/init.py”, line 129, in setup
return distutils.core.setup(**attrs)
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/distutils/core.py”, line 151, in setup
dist.run_commands()
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/distutils/dist.py”, line 953, in run_commands
self.run_command(cmd)
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/distutils/dist.py”, line 972, in run_command
cmd_obj.run()
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/command/easy_install.py”, line 4 12, in run
self.easy_install(spec, not self.no_deps)
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/command/easy_install.py”, line 6 54, in easy_install
return self.install_item(None, spec, tmpdir, deps, True)
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/command/easy_install.py”, line 6 99, in install_item
dists = self.install_eggs(spec, download, tmpdir)
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/command/easy_install.py”, line 8 84, in install_eggs
return self.build_and_install(setup_script, setup_base)
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/command/easy_install.py”, line 1 152, in build_and_install
self.run_setup(setup_script, setup_base, args)
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/command/easy_install.py”, line 1 138, in run_setup
run_setup(setup_script, args)
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/sandbox.py”, line 253, in run_se tup
raise
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/contextlib.py”, line 35, in exit
self.gen.throw(type, value, traceback)
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/sandbox.py”, line 195, in setup_ context
yield
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/contextlib.py”, line 35, in exit
self.gen.throw(type, value, traceback)
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/sandbox.py”, line 166, in save_m odules
saved_exc.resume()
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/sandbox.py”, line 141, in resume
six.reraise(type, exc, self.tb)
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/sandbox.py”, line 154, in save_m odules
yield saved
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/sandbox.py”, line 195, in setup
context
yield
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/sandbox.py”, line 250, in run_se tup
_execfile(setup_script, ns)
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/sandbox.py”, line 45, in _execfi le
exec(code, globals, locals)
File “/tmp/easy_install-lblFGz/Werkzeug-2.0.1/setup.py”, line 7, in
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/init.py”, line 129, in setup
return distutils.core.setup(**attrs)
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/distutils/core.py”, line 124, in setup
dist.parse_config_files()
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/dist.py”, line 495, in parse_con fig_files
ignore_option_errors=ignore_option_errors)
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/config.py”, line 111, in parse_c onfiguration
meta.parse()
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/config.py”, line 397, in parse
section_parser_method(section_options)
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/config.py”, line 370, in parse_s ection
self[name] = value
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/config.py”, line 174, in setit em
value = parser(value)
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/config.py”, line 463, in parse version
version = self._parse_attr(value, self.package_dir)
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/setuptools/config.py”, line 320, in parse attr
module = import_module(module_name)
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/importlib/init.py”, line 37, in import_module
import(name)
File “/tmp/easy_install-lblFGz/Werkzeug-2.0.1/src/werkzeug/init.py”, line 1, in
File “/tmp/easy_install-lblFGz/Werkzeug-2.0.1/src/werkzeug/serving.py”, line 41
def getattr(self, name: str) -> t.Any:
^
SyntaxError: invalid syntax
An error occurred when trying to install /home/senaite/buildout-cache/downloads/dist/Werkzeug-2.0.1.tar.gz. Look abov e this message for any errors that were output by easy_install.
While:
Installing instance.
Getting distribution for ‘werkzeug’.

An internal error occurred due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/zc/buildout/buildout.py”, line 2174, in mai n
getattr(buildout, command)(args)
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/zc/buildout/buildout.py”, line 817, in inst all
installed_files = self[part]._call(recipe.install)
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/zc/buildout/buildout.py”, line 1603, in _ca ll
return f()
File “/home/senaite/buildout-cache/eggs/plone.recipe.zope2instance-4.4.1-py2.7.egg/plone/recipe/zope2instance/ini t.py”, line 169, in install
installed.extend(self.install_scripts())
File “/home/senaite/buildout-cache/eggs/plone.recipe.zope2instance-4.4.1-py2.7.egg/plone/recipe/zope2instance/ini t.py”, line 668, in install_scripts
requirements, ws = self.egg.working_set([‘plone.recipe.zope2instance’])
File “/home/senaite/buildout-cache/eggs/zc.recipe.egg-1.3.2-py2.7.egg/zc/recipe/egg/egg.py”, line 101, in working_s et
**kw)
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/zc/buildout/easy_install.py”, line 957, in install
return installer.install(specs, working_set)
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/zc/buildout/easy_install.py”, line 730, in install
for dist in self._get_dist(req, ws):
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/zc/buildout/easy_install.py”, line 574, in _get_dist
dists = [_move_to_eggs_dir_and_compile(dist, self._dest)]
File “/home/senaite/miniconda2/envs/senaite/lib/python2.7/site-packages/zc/buildout/easy_install.py”, line 1745, in _move_to_eggs_dir_and_compile
[tmp_loc] = glob.glob(os.path.join(tmp_dest, ‘*’))
ValueError: need more than 0 values to unpack

I hope you can pinpoint the issue ( i know it has to do with python but is the exact version the how to guide requested…

Thank you in advance

Alex

The ValueError: need more than 0 values to unpack typically means that buildout grabbed a Python egg that is no longer compatible with Python2.7. Looks like it’s failing when getting the werkzeug egg, so I assume it’s trying to get the newest one that is only for Python 3.6+ instead of a pinned version.

Try adding werkzeug==1.0.1 to the bottom of your buildout file and re-running bin/buildout

1 Like

Dear Sir ,
thank you it worked but I have an other issue now.


this is what I see after login in and trying to install the app.

there are more messages on the terminal if you are interested.

thanks

I am a bit out of luck.

can you give me another hint ?

thank you

What is the terminal error? Looks like another Egg might not have installed the correct version.

Thsi was the error the rest fo the output was too big for the forum

2021-06-16 00:29:25 INFO GenericSetup.types ‘DynamicAnalysisSpec’ type info impo rted.
2021-06-16 00:29:25 INFO GenericSetup.types ‘DynamicAnalysisSpecs’ type info imp orted.
2021-06-16 00:29:25 INFO GenericSetup.factorytool FactoryTool settings imported.
2021-06-16 00:29:25 INFO GenericSetup. RepositoryTool settings imported.
2021-06-16 00:29:25 ERROR txn.139781010404928 Error in abort() on manager <colle ctive.indexing.transactions.QueueTM object at 0x7f2151573ad0>
Traceback (most recent call last):
File “/home/senaite/buildout-cache/eggs/transaction-1.1.1-py2.7.egg/transactio n/_transaction.py”, line 478, in _cleanup
rm.abort(self)
File “/home/senaite/buildout-cache/eggs/collective.indexing-2.1-py2.7.egg/coll ective/indexing/transactions.py”, line 63, in tpc_abort
self.queue.abort()
File “/home/senaite/buildout-cache/eggs/collective.indexing-2.1-py2.7.egg/coll ective/indexing/queue.py”, line 182, in abort
for name, util in sm.getUtilitiesFor(IIndexQueueProcessor):
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/registry.py”, line 172, in getUtilitiesFor
for name, utility in self.utilities.lookupAll((), interface):
AttributeError: utilities
2021-06-16 00:29:25 ERROR txn.139781010404928 Error in tpc_abort() on manager <c ollective.indexing.transactions.QueueTM object at 0x7f2151573ad0>
Traceback (most recent call last):
File “/home/senaite/buildout-cache/eggs/transaction-1.1.1-py2.7.egg/transactio n/_transaction.py”, line 484, in _cleanup
rm.tpc_abort(self)
File “/home/senaite/buildout-cache/eggs/collective.indexing-2.1-py2.7.egg/coll ective/indexing/transactions.py”, line 63, in tpc_abort
self.queue.abort()
File “/home/senaite/buildout-cache/eggs/collective.indexing-2.1-py2.7.egg/coll ective/indexing/queue.py”, line 182, in abort
for name, util in sm.getUtilitiesFor(IIndexQueueProcessor):
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/registry.py”, line 172, in getUtilitiesFor
for name, utility in self.utilities.lookupAll((), interface):
AttributeError: utilities
2021-06-16 00:29:25 INFO ZPublisher.Conflict ConflictError at /@@senaite-addsite : database conflict error (oid 0x01, class OFS.Application.Application) (1 confl icts (0 unresolved) since startup at Wed Jun 16 00:28:28 2021)
2021-06-16 00:29:26 ERROR txn.139781010404928 Failed to abort resource manager: <collective.indexing.transactions.QueueTM object at 0x7f2151573ad0>
Traceback (most recent call last):
File “/home/senaite/buildout-cache/eggs/transaction-1.1.1-py2.7.egg/transactio n/_transaction.py”, line 503, in abort
rm.abort(self)
File “/home/senaite/buildout-cache/eggs/collective.indexing-2.1-py2.7.egg/coll ective/indexing/transactions.py”, line 63, in tpc_abort
self.queue.abort()
File “/home/senaite/buildout-cache/eggs/collective.indexing-2.1-py2.7.egg/coll ective/indexing/queue.py”, line 182, in abort
for name, util in sm.getUtilitiesFor(IIndexQueueProcessor):
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/registry.py”, line 172, in getUtilitiesFor
for name, utility in self.utilities.lookupAll((), interface):
AttributeError: utilities
2021-06-16 00:29:26 ERROR ZServerPublisher exception caught
Traceback (most recent call last):
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZServer/PubCor e/ZServerPublisher.py”, line 31, in init
response=b)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Pub lish.py”, line 455, in publish_module
environ, debug, request, response)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Pub lish.py”, line 276, in publish_module_standard
if request is not None: request.close()
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Bas eRequest.py”, line 220, in close
notify(EndRequestEvent(None, self))
File “/home/senaite/buildout-cache/eggs/zope.event-3.5.2-py2.7.egg/zope/event/ init.py”, line 31, in notify
subscriber(event)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/event.py”, line 24, in dispatch
zope.component.subscribers(event, None)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/_api.py”, line 136, in subscribers
return sitemanager.subscribers(objects, interface)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/registry.py”, line 321, in subscribers
return self.adapters.subscribers(objects, provided)
AttributeError: adapters
2021-06-16 00:29:26 ERROR ZServerPublisher exception caught
Traceback (most recent call last):
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZServer/PubCor e/ZServerPublisher.py”, line 31, in init
response=b)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Pub lish.py”, line 455, in publish_module
environ, debug, request, response)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Pub lish.py”, line 276, in publish_module_standard
if request is not None: request.close()
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Bas eRequest.py”, line 220, in close
notify(EndRequestEvent(None, self))
File “/home/senaite/buildout-cache/eggs/zope.event-3.5.2-py2.7.egg/zope/event/ init.py”, line 31, in notify
subscriber(event)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/event.py”, line 24, in dispatch
zope.component.subscribers(event, None)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/_api.py”, line 136, in subscribers
return sitemanager.subscribers(objects, interface)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/registry.py”, line 321, in subscribers
return self.adapters.subscribers(objects, provided)
AttributeError: adapters
2021-06-16 00:29:54 ERROR ZServerPublisher exception caught
Traceback (most recent call last):
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZServer/PubCor e/ZServerPublisher.py”, line 31, in init
response=b)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Pub lish.py”, line 455, in publish_module
environ, debug, request, response)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Pub lish.py”, line 276, in publish_module_standard
if request is not None: request.close()
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Bas eRequest.py”, line 220, in close
notify(EndRequestEvent(None, self))
File “/home/senaite/buildout-cache/eggs/zope.event-3.5.2-py2.7.egg/zope/event/ init.py”, line 31, in notify
subscriber(event)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/event.py”, line 24, in dispatch
zope.component.subscribers(event, None)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/_api.py”, line 136, in subscribers
return sitemanager.subscribers(objects, interface)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/registry.py”, line 321, in subscribers
return self.adapters.subscribers(objects, provided)
AttributeError: adapters
2021-06-16 00:29:54 ERROR ZServerPublisher exception caught
Traceback (most recent call last):
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZServer/PubCor e/ZServerPublisher.py”, line 31, in init
response=b)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Pub lish.py”, line 455, in publish_module
environ, debug, request, response)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Pub lish.py”, line 276, in publish_module_standard
if request is not None: request.close()
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Bas eRequest.py”, line 220, in close
notify(EndRequestEvent(None, self))
File “/home/senaite/buildout-cache/eggs/zope.event-3.5.2-py2.7.egg/zope/event/ init.py”, line 31, in notify
subscriber(event)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/event.py”, line 24, in dispatch
zope.component.subscribers(event, None)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/_api.py”, line 136, in subscribers
return sitemanager.subscribers(objects, interface)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/registry.py”, line 321, in subscribers
return self.adapters.subscribers(objects, provided)
AttributeError: adapters
2021-06-16 00:29:56 ERROR ZServerPublisher exception caught
Traceback (most recent call last):
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZServer/PubCor e/ZServerPublisher.py”, line 31, in init
response=b)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Pub lish.py”, line 455, in publish_module
environ, debug, request, response)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Pub lish.py”, line 276, in publish_module_standard
if request is not None: request.close()
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Bas eRequest.py”, line 220, in close
notify(EndRequestEvent(None, self))
File “/home/senaite/buildout-cache/eggs/zope.event-3.5.2-py2.7.egg/zope/event/ init.py”, line 31, in notify
subscriber(event)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/event.py”, line 24, in dispatch
zope.component.subscribers(event, None)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/_api.py”, line 136, in subscribers
return sitemanager.subscribers(objects, interface)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/registry.py”, line 321, in subscribers
return self.adapters.subscribers(objects, provided)
AttributeError: adapters
2021-06-16 00:29:56 ERROR ZServerPublisher exception caught
Traceback (most recent call last):
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZServer/PubCor e/ZServerPublisher.py”, line 31, in init
response=b)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Pub lish.py”, line 455, in publish_module
environ, debug, request, response)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Pub lish.py”, line 276, in publish_module_standard
if request is not None: request.close()
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Bas eRequest.py”, line 220, in close
notify(EndRequestEvent(None, self))
File “/home/senaite/buildout-cache/eggs/zope.event-3.5.2-py2.7.egg/zope/event/ init.py”, line 31, in notify
subscriber(event)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/event.py”, line 24, in dispatch
zope.component.subscribers(event, None)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/_api.py”, line 136, in subscribers
return sitemanager.subscribers(objects, interface)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/registry.py”, line 321, in subscribers
return self.adapters.subscribers(objects, provided)
AttributeError: adapters
2021-06-16 00:30:11 ERROR ZServerPublisher exception caught
Traceback (most recent call last):
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZServer/PubCor e/ZServerPublisher.py”, line 31, in init
response=b)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Pub lish.py”, line 455, in publish_module
environ, debug, request, response)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Pub lish.py”, line 276, in publish_module_standard
if request is not None: request.close()
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Bas eRequest.py”, line 220, in close
notify(EndRequestEvent(None, self))
File “/home/senaite/buildout-cache/eggs/zope.event-3.5.2-py2.7.egg/zope/event/ init.py”, line 31, in notify
subscriber(event)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/event.py”, line 24, in dispatch
zope.component.subscribers(event, None)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/_api.py”, line 136, in subscribers
return sitemanager.subscribers(objects, interface)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/registry.py”, line 321, in subscribers
return self.adapters.subscribers(objects, provided)
AttributeError: adapters
2021-06-16 00:30:12 ERROR ZServerPublisher exception caught
Traceback (most recent call last):
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZServer/PubCor e/ZServerPublisher.py”, line 31, in init
response=b)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Pub lish.py”, line 455, in publish_module
environ, debug, request, response)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Pub lish.py”, line 276, in publish_module_standard
if request is not None: request.close()
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Bas eRequest.py”, line 220, in close
notify(EndRequestEvent(None, self))
File “/home/senaite/buildout-cache/eggs/zope.event-3.5.2-py2.7.egg/zope/event/ init.py”, line 31, in notify
subscriber(event)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/event.py”, line 24, in dispatch
zope.component.subscribers(event, None)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/_api.py”, line 136, in subscribers
return sitemanager.subscribers(objects, interface)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/registry.py”, line 321, in subscribers
return self.adapters.subscribers(objects, provided)
AttributeError: adapters
2021-06-16 00:30:14 ERROR ZServerPublisher exception caught
Traceback (most recent call last):
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZServer/PubCor e/ZServerPublisher.py”, line 31, in init
response=b)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Pub lish.py”, line 455, in publish_module
environ, debug, request, response)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Pub lish.py”, line 276, in publish_module_standard
if request is not None: request.close()
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Bas eRequest.py”, line 220, in close
notify(EndRequestEvent(None, self))
File “/home/senaite/buildout-cache/eggs/zope.event-3.5.2-py2.7.egg/zope/event/ init.py”, line 31, in notify
subscriber(event)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/event.py”, line 24, in dispatch
zope.component.subscribers(event, None)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/_api.py”, line 136, in subscribers
return sitemanager.subscribers(objects, interface)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/registry.py”, line 321, in subscribers
return self.adapters.subscribers(objects, provided)
AttributeError: adapters
2021-06-16 00:30:14 ERROR ZServerPublisher exception caught
Traceback (most recent call last):
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZServer/PubCor e/ZServerPublisher.py”, line 31, in init
response=b)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Pub lish.py”, line 455, in publish_module
environ, debug, request, response)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Pub lish.py”, line 276, in publish_module_standard
if request is not None: request.close()
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Bas eRequest.py”, line 220, in close
notify(EndRequestEvent(None, self))
File “/home/senaite/buildout-cache/eggs/zope.event-3.5.2-py2.7.egg/zope/event/ init.py”, line 31, in notify
subscriber(event)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/event.py”, line 24, in dispatch
zope.component.subscribers(event, None)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/_api.py”, line 136, in subscribers
return sitemanager.subscribers(objects, interface)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/co mponent/registry.py”, line 321, in subscribers
return self.adapters.subscribers(objects, provided)
AttributeError: adapters
2021-06-16 00:31:52 ERROR ZServerPublisher exception caught
Traceback (most recent call last):
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZServer/PubCore/ZServerPublisher.py”, line 31, in init
response=b)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Publish.py”, line 455, in publish_module
environ, debug, request, response)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Publish.py”, line 276, in publish_module_standard
if request is not None: request.close()
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/BaseRequest.py”, line 220, in close
notify(EndRequestEvent(None, self))
File “/home/senaite/buildout-cache/eggs/zope.event-3.5.2-py2.7.egg/zope/event/init.py”, line 31, in notify
subscriber(event)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/component/event.py”, line 24, in dispatch
zope.component.subscribers(event, None)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/component/_api.py”, line 136, in subscribers
return sitemanager.subscribers(objects, interface)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/component/registry.py”, line 321, in subscribers
return self.adapters.subscribers(objects, provided)
AttributeError: adapters
2021-06-16 00:31:53 ERROR ZServerPublisher exception caught
Traceback (most recent call last):
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZServer/PubCore/ZServerPublisher.py”, line 31, in init
response=b)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Publish.py”, line 455, in publish_module
environ, debug, request, response)
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/Publish.py”, line 276, in publish_module_standard
if request is not None: request.close()
File “/home/senaite/buildout-cache/eggs/Zope2-2.13.29-py2.7.egg/ZPublisher/BaseRequest.py”, line 220, in close
notify(EndRequestEvent(None, self))
File “/home/senaite/buildout-cache/eggs/zope.event-3.5.2-py2.7.egg/zope/event/init.py”, line 31, in notify
subscriber(event)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/component/event.py”, line 24, in dispatch
zope.component.subscribers(event, None)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/component/_api.py”, line 136, in subscribers
return sitemanager.subscribers(objects, interface)
File “/home/senaite/buildout-cache/eggs/zope.component-3.9.5-py2.7.egg/zope/component/registry.py”, line 321, in subscribers
return self.adapters.subscribers(objects, provided)
AttributeError: adapters