I installed a new downloaded PLONE 5.2.1 with unifed Installer Plone-5.2.1-UnifiedInstaller-r3 with ZEO option. After having adjusted the Ports in buildout.cfg and running buildout I get this message, when calling the clients od ZMI:
Internal Server Error
The server encountered an unexpected internal server error
(generated by waitress)
When running in fg I see
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128)
Can't find a solution in the other posts regarding this.
Serving on http://0.0.0.0:8083
2020-03-16 11:57:03,981 ERROR [waitress:357][waitress] Exception while serving /
Traceback (most recent call last):
File "/home/users/mlpd/Plone/buildout-cache/eggs/waitress-1.4.3-py2.7.egg/waitress/channel.py", line 349, in service
task.service()
File "/home/users/mlpd/Plone/buildout-cache/eggs/waitress-1.4.3-py2.7.egg/waitress/task.py", line 169, in service
self.execute()
File "/home/users/mlpd/Plone/buildout-cache/eggs/waitress-1.4.3-py2.7.egg/waitress/task.py", line 439, in execute
app_iter = self.channel.server.application(environ, start_response)
File "/home/users/mlpd/Plone/buildout-cache/eggs/Paste-3.1.1-py2.7.egg/paste/translogger.py", line 69, in __call__
return self.application(environ, replacement_start_response)
File "/home/users/mlpd/Plone/buildout-cache/eggs/Zope-4.1.3-py2.7.egg/ZPublisher/httpexceptions.py", line 30, in __call__
return self.application(environ, start_response)
File "/home/users/mlpd/Plone/buildout-cache/eggs/Zope-4.1.3-py2.7.egg/ZPublisher/WSGIPublisher.py", line 357, in publish_module
start_response(status, headers)
File "/home/users/mlpd/Plone/buildout-cache/eggs/Paste-3.1.1-py2.7.egg/paste/translogger.py", line 67, in replacement_start_response
self.write_log(environ, method, req_uri, start, status, bytes)
File "/home/users/mlpd/Plone/buildout-cache/eggs/Paste-3.1.1-py2.7.egg/paste/translogger.py", line 99, in write_log
message = self.format % d
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4: ordinal not in range(128)
Unified Installer (not "universal installer") is the official install package of PLONE as it is available on plone.org. I would expect, that all components work correctly togather, when it is installed with no modifications.
Is anybody there who is in packageing of PLONE to help?
As said: the first thing is to figure out the offending data using the Python debugger. Then please file a bug report. Exceptations and reality often do not match for a variety of reasons.
Thanks for spending your time on that.
But In meantime I have successfully installed ZEO with PLONE 5.0.10 and succesfully migrated our most used website from PLONE 5.0.7 Standalone.
BTW: 5.0.10 was the only PLONE 5.0.x Version that was installable with Unified Installer with ZEO Option.and worked without Problems.