Andreas Jung

Results 86 issues of Andreas Jung

The logging message ``` plone.restapi.serializer.dxfields Term lookup error: 't' ``` is too poor. It should contain additional information about (`self.context.absolute_url(1) and `self.field.title`) and in order to make this logging message...

04 type: enhancement

``` Traceback (most recent call last): File "setup.py", line 43, in namespace_packages=('zopyx', 'zopyx.txng3', 'zopyx.txng3.ext'), File "/opt/buildout.python/parts/opt/lib/python3.5/distutils/core.py", line 148, in setup dist.run_commands() File "/opt/buildout.python/parts/opt/lib/python3.5/distutils/dist.py", line 955, in run_commands self.run_command(cmd) File "/opt/buildout.python/parts/opt/lib/python3.5/distutils/dist.py",...

question

Plone 5.2, Python 3.6. We perform a migration import over plone.restapi. Each uploaded file results in warning on the console /home/ajung/sandboxes/ugent-portaal-plone-4x/eggs/ZODB-5.5.1-py3.6.egg/ZODB/blob.py:339: ResourceWarning: unclosed file super(BlobFile, self).close()

bug

Plone 5.2RC3, ZODB 5.5.1, Python 3.7 During a Plone migration over plone.restapi I received this random ZODB error, not sure how to reproduce: ``` 2019-06-18 00:02:33,247 WARNING [waitress:354][waitress] application-written content...

I am getting this error with ZODB 5.5.1 (Python 3) as part of a Plone migration. Not sure if this is related to a low memory situation (14,2 GB out...

Plone 5.1 spits out the following messages as part of migration using plone.restapi ``` If you insist and want to get rid of this warning, use the large_record_size option of...

ZODB 5.5.1, Python 3.7.3 I packed a filestorage with 30 GB size down to 11 GB. After replacing the Data.fs with the packed version it took about 30 further minutes...

question

Plone 5.1 uses ZODB 5.3.0 and ZEO 5.1.1. During a migration I encountered the fact that restarting a ZEO server (proper stop/start sequence) caused the typical "Ignoring index ...." message....

ZEO will log "Ignoring index..." in case of an invalid index file. ZEO does not log when there is no index file and a full ZODB scan is necessary. In...

I have seen sporadic errors of this kind with Plone 5.1 with ZODB 5.3.0. However I could not find a way to reproduce the error or to find the related...