plone crashed after create a new site

The system is Debian 12 with latest updates. Python version is 3.11.2. Docker version is version 28.1.1, build 4eba377.

had already tried the buildout and docker image according to the install document.(Install Plone with Buildout — Plone Documentation v6 and plone/plone-backend — Plone Documentation v6)

Plone process crashed after create the site.(all parameters set to default). No prompt in docker way.

sometimes there is a "Illegal instruction" prompt if i install Plone using buildout.

the pc planned to upgrade from plone5 is a very old HP microserver using amd turion CPU(listed below). MongoDB will report the same "Illegal instruction" due to the un-supported CPU, was there any package from Plone or Plone depends on not supported by this CPU?

thanks for your help!

(not a native speaker and not a computer profession, sorry for the poor english)
processor : 1
vendor_id : AuthenticAMD
cpu family : 16
model : 6
model name : AMD Turion(tm) II Neo N54L Dual-Core Processor
stepping : 3
microcode : 0x10000c8
cpu MHz : 800.000
cache size : 1024 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr hw_pstate vmmcall npt lbrv svm_lock nrip_save
bugs : tlb_mmatch apic_c1e fxsave_leak sysret_ss_attrs null_seg amd_e400 spectre_v1 spectre_v2
bogomips : 4392.72
TLB size : 1024 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate

1 Like

where are you located? i am from the Philippines.... i might be able to help...

Please include the full stacktrace or error log, including the commands you used.

will update later since quite busy in recent days.

BTW, i tried several versions, only 6.0.0 version works.

Here comes the docker logs, since it's from putty, there are a lot of strange chars. and the docker is from a docker hub proxy. there's limit access to docker hub in China.

the docker image crashed after create the new site.

docker install and logs

user@home-gz-01: ~/plone6auser@home-gz-01:~/plone6$  docker run --name plone6-backend -e SITE=MyKB1 -d -p 8180:8080 docker.1ms.run/plone/plone-backend:6.1.2

Unable to find image 'docker.1ms.run/plone/plone-backend:6.1.2' locally
6.1.2: Pulling from plone/plone-backend
e[1BDigest: sha256:b283381c40052ea6c421baa548bd5d4cde499ae4e4cc459ed4160abe3c50deed
Status: Downloaded newer image for docker.1ms.run/plone/plone-backend:6.1.2
7547f903656ced7aad59b60b0afaa2cb8a7805c5274bd6d08d2f91daead4c291
user@home-gz-01: ~/plone6auser@home-gz-01:~/plone6$  docker logs plone6-backend

=======================================================================================
Creating Plone volto SITE: MyKB1
Aditional profiles: 
THIS IS NOT MEANT TO BE USED IN PRODUCTION
Read about it: https://6.docs.plone.org/install/containers/images/backend.html
=======================================================================================
/app/lib/python3.12/site-packages/plone/app/theming/__init__.py:3: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
  __import__("pkg_resources").declare_namespace(__name__)
INFO:Plone Site Creation:Creating a new Plone site  @ MyKB1
INFO:Plone Site Creation: - Using the volto distribution and answers from /app/scripts/default.json
INFO:Plone Site Creation: - Stopping site creation, as there is already a site with id MyKB1. Set DELETE_EXISTING=1 to delete the existing site before creating a new one.
INFO:Plone Site Creation: - Site created!
Using default configuration
2025-07-13 08:47:31 INFO [chameleon.config:39][MainThread] directory cache: /app/var/cache.
2025-07-13 08:47:33 WARNING [ZODB.FileStorage:409][MainThread] Ignoring index for /app/var/filestorage/Data.fs
/app/lib/python3.12/site-packages/plone/app/theming/__init__.py:3: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
  __import__("pkg_resources").declare_namespace(__name__)
2025-07-13 08:47:34 INFO [plone.restapi.patches:16][MainThread] PATCH: Disabled ZPublisher.HTTPRequest.ZopeFieldStorage.VALUE_LIMIT. This enables file uploads larger than 1MB.
2025-07-13 08:47:35 INFO [plone.app.event:18][MainThread] icalendar has been set up to use pytz instead of zoneinfo.
2025-07-13 08:47:39 INFO [plone.volto:22][MainThread] Aliasing collective.folderish classes to plone.volto classes.
2025-07-13 08:47:41 INFO [Zope:42][MainThread] Ready to handle requests
2025-07-13 08:47:41 INFO [waitress:449][MainThread] Serving on http://0.0.0.0:8080
Starting server in PID 1.
127.0.0.1 - - [13/Jul/2025:08:47:42 +0000] "GET /ok HTTP/1.1" 200 2 "-" "Wget"
127.0.0.1 - - [13/Jul/2025:08:47:52 +0000] "GET /ok HTTP/1.1" 200 2 "-" "Wget"
user@home-gz-01: ~/plone6auser@home-gz-01:~/plone6$   docker logs plone6-backend

=======================================================================================
Creating Plone volto SITE: MyKB1
Aditional profiles: 
THIS IS NOT MEANT TO BE USED IN PRODUCTION
Read about it: https://6.docs.plone.org/install/containers/images/backend.html
=======================================================================================
/app/lib/python3.12/site-packages/plone/app/theming/__init__.py:3: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
  __import__("pkg_resources").declare_namespace(__name__)
INFO:Plone Site Creation:Creating a new Plone site  @ MyKB1
INFO:Plone Site Creation: - Using the volto distribution and answers from /app/scripts/default.json
INFO:Plone Site Creation: - Stopping site creation, as there is already a site with id MyKB1. Set DELETE_EXISTING=1 to delete the existing site before creating a new one.
INFO:Plone Site Creation: - Site created!
Using default configuration
2025-07-13 08:47:31 INFO [chameleon.config:39][MainThread] directory cache: /app/var/cache.
2025-07-13 08:47:33 WARNING [ZODB.FileStorage:409][MainThread] Ignoring index for /app/var/filestorage/Data.fs
/app/lib/python3.12/site-packages/plone/app/theming/__init__.py:3: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
  __import__("pkg_resources").declare_namespace(__name__)
2025-07-13 08:47:34 INFO [plone.restapi.patches:16][MainThread] PATCH: Disabled ZPublisher.HTTPRequest.ZopeFieldStorage.VALUE_LIMIT. This enables file uploads larger than 1MB.
2025-07-13 08:47:35 INFO [plone.app.event:18][MainThread] icalendar has been set up to use pytz instead of zoneinfo.
2025-07-13 08:47:39 INFO [plone.volto:22][MainThread] Aliasing collective.folderish classes to plone.volto classes.
2025-07-13 08:47:41 INFO [Zope:42][MainThread] Ready to handle requests
2025-07-13 08:47:41 INFO [waitress:449][MainThread] Serving on http://0.0.0.0:8080

here comes the second part, since the it;s really a long log

Starting server in PID 1.
127.0.0.1 - - [13/Jul/2025:08:47:42 +0000] "GET /ok HTTP/1.1" 200 2 "-" "Wget"
192.168.1.34 - - [13/Jul/2025:08:48:05 +0000] "GET / HTTP/1.1" 200 914 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
192.168.1.34 - - [13/Jul/2025:08:48:05 +0000] "GET /%2B%2Bresource%2B%2Bplone-admin-ui.css HTTP/1.1" 200 187 "http://192.168.1.3:8180/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
2025-07-13 08:48:05 WARNING [waitress.queue:113][MainThread] Task queue depth is 1
192.168.1.34 - - [13/Jul/2025:08:48:05 +0000] "GET /%2B%2Btheme%2B%2Bbarceloneta/css/barceloneta.min.css HTTP/1.1" 200 250491 "http://192.168.1.3:8180/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
2025-07-13 08:48:05 WARNING [waitress.queue:113][MainThread] Task queue depth is 2
192.168.1.34 - - [13/Jul/2025:08:48:05 +0000] "GET /%2B%2Bresource%2B%2Bplone.distribution/plone-overview.min.css HTTP/1.1" 200 65697 "http://192.168.1.3:8180/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
192.168.1.34 - - [13/Jul/2025:08:48:05 +0000] "GET /%2B%2Bresource%2B%2Bplone.distribution/plone-overview.min.js HTTP/1.1" 200 675568 "http://192.168.1.3:8180/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
192.168.1.34 - - [13/Jul/2025:08:48:05 +0000] "GET /%2B%2Bresource%2B%2Bplone-logo.svg HTTP/1.1" 200 3766 "http://192.168.1.3:8180/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
2025-07-13 08:48:05 WARNING [waitress.queue:113][MainThread] Task queue depth is 1
192.168.1.34 - - [13/Jul/2025:08:48:05 +0000] "GET /%2B%2Btheme%2B%2Bbarceloneta/roboto/roboto-regular.woff2 HTTP/1.1" 200 68416 "http://192.168.1.3:8180/++theme++barceloneta/css/barceloneta.min.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
192.168.1.34 - - [13/Jul/2025:08:48:05 +0000] "GET /%40sites HTTP/1.1" 200 926 "http://192.168.1.3:8180/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
192.168.1.34 - - [13/Jul/2025:08:48:05 +0000] "GET /%2B%2Bresource%2B%2Bplone.distribution/plone.svg HTTP/1.1" 200 812 "http://192.168.1.3:8180/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
2025-07-13 08:48:05 WARNING [waitress.queue:113][MainThread] Task queue depth is 1
2025-07-13 08:48:05 WARNING [waitress.queue:113][MainThread] Task queue depth is 2
192.168.1.34 - - [13/Jul/2025:08:48:05 +0000] "GET /%40%40dist-image/volto HTTP/1.1" 200 218233 "http://192.168.1.3:8180/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
192.168.1.34 - - [13/Jul/2025:08:48:05 +0000] "GET /%40%40dist-image/classic HTTP/1.1" 200 293282 "http://192.168.1.3:8180/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
192.168.1.34 - - [13/Jul/2025:08:48:05 +0000] "GET /%2B%2Btheme%2B%2Bbarceloneta/roboto/roboto-medium.woff2 HTTP/1.1" 200 64860 "http://192.168.1.3:8180/++theme++barceloneta/css/barceloneta.min.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
127.0.0.1 - - [13/Jul/2025:08:48:12 +0000] "GET /ok HTTP/1.1" 200 2 "-" "Wget"
192.168.1.34 - - [13/Jul/2025:08:48:13 +0000] "GET /%40%40ploneAddSite HTTP/1.1" 401 30 "http://192.168.1.3:8180/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
192.168.1.34 - admin [13/Jul/2025:08:48:17 +0000] "GET /%40sites HTTP/1.1" 200 925 "http://192.168.1.3:8180/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
2025-07-13 08:48:17 INFO [Zope.SiteErrorLog:348][waitress-0] ConflictError at /@@ploneAddSite: database conflict error (oid 0x01, class OFS.Application.Application, serial this txn started with 0x0402164f72df31cc 2025-07-13 08:47:26.923091, serial currently committed 0x040216504b684266 2025-07-13 08:48:17.673577). Request will be retried.
192.168.1.34 - admin [13/Jul/2025:08:48:17 +0000] "GET /%40%40ploneAddSite HTTP/1.1" 200 899 "http://192.168.1.3:8180/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
192.168.1.34 - admin [13/Jul/2025:08:48:18 +0000] "GET /%40%40ploneAddSite?distribution=classic HTTP/1.1" 200 899 "http://192.168.1.3:8180/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
192.168.1.34 - admin [13/Jul/2025:08:48:18 +0000] "GET /%2B%2Bresource%2B%2Bplone.distribution/plone-overview.min.js HTTP/1.1" 304 0 "http://192.168.1.3:8180/@@ploneAddSite?distribution=classic" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
192.168.1.34 - admin [13/Jul/2025:08:48:18 +0000] "GET /%40sites/classic HTTP/1.1" 200 147343 "http://192.168.1.3:8180/@@ploneAddSite?distribution=classic" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
192.168.1.34 - admin [13/Jul/2025:08:48:18 +0000] "GET /%2B%2Bresource%2B%2Bplone.distribution/plone.svg HTTP/1.1" 304 0 "http://192.168.1.3:8180/@@ploneAddSite?distribution=classic" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
2025-07-13 08:48:22 INFO [Products.GenericSetup.tool:1421][waitress-1] Importing profile profile-Products.CMFPlone:plone with dependency strategy upgrade.
2025-07-13 08:48:22 INFO [Products.GenericSetup.tool:1462][waitress-1] Applying main profile profile-Products.CMFPlone:plone
2025-07-13 08:48:22 INFO [Products.GenericSetup.tool:918][waitress-1] Profile upgrade versions purged.
2025-07-13 08:48:22 INFO [GenericSetup.properties:98][waitress-1] Site properties imported.
2025-07-13 08:48:22 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:22 INFO [GenericSetup.toolset:98][waitress-1] Toolset imported.
2025-07-13 08:48:22 INFO [GenericSetup.componentregistry:98][waitress-1] Adapters purged.
2025-07-13 08:48:22 INFO [GenericSetup.componentregistry:98][waitress-1] Subscribers purged.
2025-07-13 08:48:22 INFO [GenericSetup.componentregistry:98][waitress-1] Utilities purged.
2025-07-13 08:48:22 INFO [GenericSetup.componentregistry:98][waitress-1] Adapters registered.
2025-07-13 08:48:22 WARNING [GenericSetup.componentregistry:98][waitress-1] The object None was not found, while trying to register an utility. The provided object definition was portal_metadata. The site used was: <PloneSite at /Plone>
2025-07-13 08:48:22 WARNING [GenericSetup.componentregistry:98][waitress-1] The object None was not found, while trying to register an utility. The provided object definition was portal_syndication. The site used was: <PloneSite at /Plone>
2025-07-13 08:48:22 WARNING [GenericSetup.componentregistry:98][waitress-1] The object None was not found, while trying to register an utility. The provided object definition was portal_undo. The site used was: <PloneSite at /Plone>
2025-07-13 08:48:22 INFO [GenericSetup.componentregistry:98][waitress-1] Utilities registered.
2025-07-13 08:48:22 INFO [GenericSetup.actions:98][waitress-1] Actions tool imported.
127.0.0.1 - - [13/Jul/2025:08:48:22 +0000] "GET /ok HTTP/1.1" 200 2 "-" "Wget"
2025-07-13 08:48:22 INFO [GenericSetup.controlpanel:98][waitress-1] Control panel imported.
2025-07-13 08:48:22 INFO [GenericSetup.memberdata:98][waitress-1] Member data tool imported.
2025-07-13 08:48:22 INFO [GenericSetup.memberdata:98][waitress-1] MemberData tool imported.
2025-07-13 08:48:22 INFO [GenericSetup.skins:98][waitress-1] Skins tool imported.
2025-07-13 08:48:22 INFO [GenericSetup.contenttypes:98][waitress-1] Content type registry imported.
2025-07-13 08:48:22 INFO [GenericSetup.types:98][waitress-1] Types tool imported.
2025-07-13 08:48:22 INFO [GenericSetup.types:98][waitress-1] 'TempFolder' type info imported.
2025-07-13 08:48:22 INFO [GenericSetup.types:98][waitress-1] 'Plone Site' type info imported.
2025-07-13 08:48:22 INFO [GenericSetup.repositorytool:98][waitress-1] Nothing to import.
2025-07-13 08:48:22 INFO [GenericSetup.plone.app.registry:98][waitress-1] Cannot find registry
2025-07-13 08:48:22 INFO [GenericSetup.mailhost:98][waitress-1] Mailhost imported.
2025-07-13 08:48:22 INFO [GenericSetup.catalog:98][waitress-1] Catalog imported.
2025-07-13 08:48:22 INFO [GenericSetup.workflow:98][waitress-1] Workflow tool imported.
2025-07-13 08:48:23 INFO [GenericSetup.plone.app.viewletmanager:98][waitress-1] Imported.
2025-07-13 08:48:23 INFO [Products.GenericSetup.tool:1421][waitress-1] Importing profile profile-Products.CMFPlone:dependencies with dependency strategy upgrade.
2025-07-13 08:48:23 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-Products.MimetypesRegistry:MimetypesRegistry
2025-07-13 08:48:23 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:23 WARNING [Products.MimetypesRegistry.MimeTypesRegistry:120][waitress-1] Redefining mime type text/plain (<class 'Products.MimetypesRegistry.mime_types.mtr_mimetypes.text_plain'>)
2025-07-13 08:48:23 WARNING [Products.MimetypesRegistry.MimeTypesRegistry:120][waitress-1] Redefining mime type application/msword (<class 'Products.MimetypesRegistry.mime_types.mtr_mimetypes.application_msword'>)
2025-07-13 08:48:23 WARNING [Products.MimetypesRegistry.MimeTypesRegistry:120][waitress-1] Redefining mime type text/xml (<class 'Products.MimetypesRegistry.mime_types.mtr_mimetypes.text_xml'>)
2025-07-13 08:48:23 WARNING [Products.MimetypesRegistry.MimeTypesRegistry:120][waitress-1] Redefining mime type text/x-python (<class 'Products.MimetypesRegistry.mime_types.mtr_mimetypes.text_python'>)
2025-07-13 08:48:23 WARNING [Products.MimetypesRegistry.MimeTypesRegistry:120][waitress-1] Redefining mime type application/octet-stream (<class 'Products.MimetypesRegistry.mime_types.mtr_mimetypes.application_octet_stream'>)
2025-07-13 08:48:23 WARNING [Products.MimetypesRegistry.MimeTypesRegistry:120][waitress-1] Redefining mime type application/rtf (<class 'Products.MimetypesRegistry.mime_types.mtr_mimetypes.application_rtf'>)
2025-07-13 08:48:23 WARNING [Products.MimetypesRegistry.MimeTypesRegistry:120][waitress-1] Redefining mime type text/html (<class 'Products.MimetypesRegistry.mime_types.mtr_mimetypes.text_html'>)
2025-07-13 08:48:23 INFO [GenericSetup.toolset:98][waitress-1] Toolset imported.
2025-07-13 08:48:23 INFO [GenericSetup.componentregistry:98][waitress-1] Adapters registered.
2025-07-13 08:48:23 INFO [GenericSetup.componentregistry:98][waitress-1] Utilities registered.
2025-07-13 08:48:23 INFO [GenericSetup.repositorytool:98][waitress-1] Nothing to import.
2025-07-13 08:48:23 INFO [GenericSetup.plone.app.registry:98][waitress-1] Cannot find registry
2025-07-13 08:48:23 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-Products.PortalTransforms:PortalTransforms
2025-07-13 08:48:23 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:23 INFO [GenericSetup.toolset:98][waitress-1] Toolset imported.
2025-07-13 08:48:23 INFO [GenericSetup.componentregistry:98][waitress-1] Adapters registered.
2025-07-13 08:48:23 INFO [GenericSetup.componentregistry:98][waitress-1] Utilities registered.
2025-07-13 08:48:23 INFO [GenericSetup.repositorytool:98][waitress-1] Nothing to import.
2025-07-13 08:48:23 INFO [GenericSetup.plone.app.registry:98][waitress-1] Cannot find registry
2025-07-13 08:48:23 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-Products.CMFEditions:CMFEditions
2025-07-13 08:48:23 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:23 INFO [GenericSetup.toolset:98][waitress-1] Toolset imported.
2025-07-13 08:48:23 INFO [GenericSetup.componentregistry:98][waitress-1] Adapters registered.
2025-07-13 08:48:23 INFO [GenericSetup.componentregistry:98][waitress-1] Utilities registered.
2025-07-13 08:48:23 INFO [GenericSetup.:98][waitress-1] RepositoryTool settings imported.
2025-07-13 08:48:23 INFO [GenericSetup.plone.app.registry:98][waitress-1] Cannot find registry
2025-07-13 08:48:23 INFO [GenericSetup.catalog:98][waitress-1] Catalog imported.
2025-07-13 08:48:23 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-Products.PlonePAS:PlonePAS
2025-07-13 08:48:23 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:23 INFO [GenericSetup.plone.app.registry:98][waitress-1] Cannot find registry
2025-07-13 08:48:23 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-plone.app.intid:default
2025-07-13 08:48:23 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:23 INFO [GenericSetup.plone.app.registry:98][waitress-1] Cannot find registry
2025-07-13 08:48:23 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-plone.app.relationfield:default
2025-07-13 08:48:23 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:23 INFO [GenericSetup.plone.app.registry:98][waitress-1] Cannot find registry
2025-07-13 08:48:23 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-plone.app.linkintegrity:default
2025-07-13 08:48:23 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:23 INFO [GenericSetup.plone.app.registry:98][waitress-1] Cannot find registry
2025-07-13 08:48:23 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-plone.app.z3cform:default
2025-07-13 08:48:23 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:23 INFO [GenericSetup.plone.app.registry:98][waitress-1] Cannot find registry
2025-07-13 08:48:23 INFO [GenericSetup.browserlayer:98][waitress-1] Browser layers imported
2025-07-13 08:48:23 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-plone.app.registry:default
2025-07-13 08:48:23 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:23 INFO [GenericSetup.toolset:98][waitress-1] Toolset imported.
2025-07-13 08:48:23 INFO [GenericSetup.componentregistry:98][waitress-1] Adapters registered.
2025-07-13 08:48:23 INFO [GenericSetup.componentregistry:98][waitress-1] Utilities registered.
2025-07-13 08:48:23 INFO [GenericSetup.controlpanel:98][waitress-1] Control panel imported.
2025-07-13 08:48:23 INFO [Products.CMFPlone.resources.browser.resource:351][waitress-1] Updated resource registry mtime.
2025-07-13 08:48:23 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-plone.app.theming:default
2025-07-13 08:48:23 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:23 INFO [GenericSetup.controlpanel:98][waitress-1] Control panel imported.
2025-07-13 08:48:23 INFO [GenericSetup.browserlayer:98][waitress-1] Browser layers imported
2025-07-13 08:48:23 INFO [Products.CMFPlone.resources.browser.resource:351][waitress-1] Updated resource registry mtime.
2025-07-13 08:48:23 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-plone.app.users:default
2025-07-13 08:48:23 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:23 INFO [plone.app.users.setuphandlers:20][waitress-1] Imported schema
2025-07-13 08:48:23 INFO [Products.CMFPlone.resources.browser.resource:351][waitress-1] Updated resource registry mtime.
2025-07-13 08:48:23 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-plone.outputfilters:default
2025-07-13 08:48:23 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:23 INFO [Products.CMFPlone.resources.browser.resource:351][waitress-1] Updated resource registry mtime.
2025-07-13 08:48:23 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-plone.app.querystring:default
2025-07-13 08:48:23 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:23 INFO [Products.CMFPlone.resources.browser.resource:351][waitress-1] Updated resource registry mtime.
2025-07-13 08:48:23 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-plone.portlet.collection:default
2025-07-13 08:48:23 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:24 INFO [GenericSetup.portlets:98][waitress-1] Portlets imported
2025-07-13 08:48:24 INFO [Products.CMFPlone.resources.browser.resource:351][waitress-1] Updated resource registry mtime.
2025-07-13 08:48:24 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-plone.portlet.static:default
2025-07-13 08:48:24 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:24 INFO [GenericSetup.portlets:98][waitress-1] Portlets imported
2025-07-13 08:48:24 INFO [Products.CMFPlone.resources.browser.resource:351][waitress-1] Updated resource registry mtime.
2025-07-13 08:48:24 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-plone.keyring:default
2025-07-13 08:48:24 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:24 INFO [GenericSetup.componentregistry:98][waitress-1] Utilities registered.
2025-07-13 08:48:24 INFO [Products.CMFPlone.resources.browser.resource:351][waitress-1] Updated resource registry mtime.
2025-07-13 08:48:24 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-plone.protect:default
2025-07-13 08:48:24 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:24 INFO [Products.CMFPlone.resources.browser.resource:351][waitress-1] Updated resource registry mtime.
2025-07-13 08:48:24 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-plone.resource:default
2025-07-13 08:48:24 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:24 INFO [GenericSetup.toolset:98][waitress-1] Toolset imported.
2025-07-13 08:48:24 INFO [GenericSetup.componentregistry:98][waitress-1] Adapters registered.
2025-07-13 08:48:24 INFO [GenericSetup.componentregistry:98][waitress-1] Utilities registered.
2025-07-13 08:48:24 INFO [Products.CMFPlone.resources.browser.resource:351][waitress-1] Updated resource registry mtime.
2025-07-13 08:48:24 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-plone.staticresources:default
2025-07-13 08:48:24 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:24 INFO [Products.CMFPlone.resources.browser.resource:351][waitress-1] Updated resource registry mtime.
2025-07-13 08:48:24 INFO [Products.GenericSetup.tool:1462][waitress-1] Applying main profile profile-Products.CMFPlone:dependencies
2025-07-13 08:48:24 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:24 INFO [GenericSetup.portlets:98][waitress-1] Portlets imported
2025-07-13 08:48:24 INFO [Products.CMFPlone.resources.browser.resource:351][waitress-1] Updated resource registry mtime.
2025-07-13 08:48:25 INFO [Products.CMFPlone.resources.browser.resource:351][waitress-1] Updated resource registry mtime.
2025-07-13 08:48:25 INFO [Products.GenericSetup.tool:1421][waitress-1] Importing profile profile-plone.app.contenttypes:default with dependency strategy upgrade.
2025-07-13 08:48:25 INFO [Products.GenericSetup.tool:1185][waitress-1] No upgrades available for profile profile-plone.app.z3cform:default. Profile stays at version '3'.
2025-07-13 08:48:25 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-plone.app.dexterity:default
2025-07-13 08:48:25 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:25 INFO [GenericSetup.controlpanel:98][waitress-1] Control panel imported.
2025-07-13 08:48:25 INFO [Products.CMFPlone.resources.browser.resource:351][waitress-1] Updated resource registry mtime.
2025-07-13 08:48:25 INFO [Products.GenericSetup.tool:1185][waitress-1] No upgrades available for profile profile-plone.app.registry:default. Profile stays at version '1.0a1'.
2025-07-13 08:48:25 INFO [Products.GenericSetup.tool:1185][waitress-1] No upgrades available for profile profile-plone.app.querystring:default. Profile stays at version '14'.
2025-07-13 08:48:25 INFO [Products.GenericSetup.tool:1185][waitress-1] No upgrades available for profile profile-plone.app.intid:default. Profile stays at version '1'.
2025-07-13 08:48:25 INFO [Products.GenericSetup.tool:1185][waitress-1] No upgrades available for profile profile-plone.app.relationfield:default. Profile stays at version '1'.
2025-07-13 08:48:25 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-plone.app.versioningbehavior:default
2025-07-13 08:48:25 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:25 INFO [Products.CMFPlone.resources.browser.resource:351][waitress-1] Updated resource registry mtime.
2025-07-13 08:48:25 INFO [Products.GenericSetup.tool:1462][waitress-1] Applying main profile profile-plone.app.contenttypes:default
2025-07-13 08:48:25 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:25 INFO [GenericSetup.types:98][waitress-1] Types tool imported.
2025-07-13 08:48:25 INFO [GenericSetup.types:98][waitress-1] 'Plone Site' type info imported.
2025-07-13 08:48:25 INFO [GenericSetup.types:98][waitress-1] 'Collection' type info imported.
2025-07-13 08:48:25 INFO [GenericSetup.types:98][waitress-1] 'Document' type info imported.
2025-07-13 08:48:25 INFO [GenericSetup.types:98][waitress-1] 'Folder' type info imported.
2025-07-13 08:48:25 INFO [GenericSetup.types:98][waitress-1] 'Link' type info imported.
2025-07-13 08:48:25 INFO [GenericSetup.types:98][waitress-1] 'File' type info imported.
2025-07-13 08:48:25 INFO [GenericSetup.types:98][waitress-1] 'Image' type info imported.
2025-07-13 08:48:25 INFO [GenericSetup.types:98][waitress-1] 'News Item' type info imported.
2025-07-13 08:48:25 INFO [GenericSetup.types:98][waitress-1] 'Event' type info imported.
2025-07-13 08:48:25 INFO [GenericSetup.:98][waitress-1] DiffTool settings imported.
2025-07-13 08:48:25 INFO [GenericSetup.browserlayer:98][waitress-1] Browser layers imported
2025-07-13 08:48:25 INFO [GenericSetup.:98][waitress-1] DiffTool settings imported.
2025-07-13 08:48:25 INFO [Products.GenericSetup.tool:1421][waitress-1] Importing profile profile-plone.app.event:default with dependency strategy upgrade.
2025-07-13 08:48:25 INFO [Products.GenericSetup.tool:1185][waitress-1] No upgrades available for profile profile-plone.app.z3cform:default. Profile stays at version '3'.
2025-07-13 08:48:25 INFO [Products.GenericSetup.tool:1185][waitress-1] No upgrades available for profile profile-plone.app.registry:default. Profile stays at version '1.0a1'.
2025-07-13 08:48:25 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-plone.formwidget.recurrence:default
2025-07-13 08:48:25 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:25 INFO [Products.CMFPlone.resources.browser.resource:351][waitress-1] Updated resource registry mtime.
2025-07-13 08:48:25 INFO [Products.GenericSetup.tool:1462][waitress-1] Applying main profile profile-plone.app.event:default
2025-07-13 08:48:25 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:25 INFO [GenericSetup.actions:98][waitress-1] Actions tool imported.
2025-07-13 08:48:25 INFO [GenericSetup.controlpanel:98][waitress-1] Control panel imported.
2025-07-13 08:48:25 INFO [GenericSetup.types:98][waitress-1] Types tool imported.
2025-07-13 08:48:25 INFO [GenericSetup.types:98][waitress-1] 'Plone Site' type info imported.
2025-07-13 08:48:25 INFO [GenericSetup.types:98][waitress-1] 'Collection' type info imported.
2025-07-13 08:48:25 INFO [GenericSetup.types:98][waitress-1] 'Folder' type info imported.
2025-07-13 08:48:25 INFO [plone.app.event.setuphandlers:55][waitress-1] Old catalog DateIndex start deleted.
2025-07-13 08:48:25 INFO [plone.app.event.setuphandlers:60][waitress-1] Catalog DateRecurringIndex start created.
2025-07-13 08:48:25 INFO [plone.app.event.setuphandlers:68][waitress-1] Catalog metadata column start already exists.
2025-07-13 08:48:25 INFO [plone.app.event.setuphandlers:55][waitress-1] Old catalog DateIndex end deleted.
2025-07-13 08:48:25 INFO [plone.app.event.setuphandlers:60][waitress-1] Catalog DateRecurringIndex end created.
2025-07-13 08:48:25 INFO [plone.app.event.setuphandlers:68][waitress-1] Catalog metadata column end already exists.
2025-07-13 08:48:25 INFO [plone.app.event.setuphandlers:63][waitress-1] Catalog FieldIndex sync_uid created.
2025-07-13 08:48:25 INFO [ProgressHandler:73][waitress-1] Process started (1 objects to go)
2025-07-13 08:48:25 INFO [ProgressHandler:73][waitress-1] Process terminated. Duration: 0.00 seconds
2025-07-13 08:48:25 INFO [plone.app.event.setuphandlers:66][waitress-1] Catalog metadata column sync_uid created.
2025-07-13 08:48:25 INFO [GenericSetup.portlets:98][waitress-1] Portlets imported
2025-07-13 08:48:25 INFO [GenericSetup.browserlayer:98][waitress-1] Browser layers imported
2025-07-13 08:48:25 INFO [Products.CMFPlone.resources.browser.resource:351][waitress-1] Updated resource registry mtime.
2025-07-13 08:48:25 INFO [Products.CMFPlone.resources.browser.resource:351][waitress-1] Updated resource registry mtime.
2025-07-13 08:48:25 INFO [Products.GenericSetup.tool:1421][waitress-1] Importing profile profile-plonetheme.barceloneta:default with dependency strategy upgrade.
2025-07-13 08:48:25 INFO [Products.GenericSetup.tool:1185][waitress-1] No upgrades available for profile profile-plone.app.z3cform:default. Profile stays at version '3'.
2025-07-13 08:48:25 INFO [Products.GenericSetup.tool:1185][waitress-1] No upgrades available for profile profile-plone.app.registry:default. Profile stays at version '1.0a1'.
2025-07-13 08:48:25 INFO [Products.GenericSetup.tool:1185][waitress-1] No upgrades available for profile profile-plone.app.theming:default. Profile stays at version '1002'.
2025-07-13 08:48:25 INFO [Products.GenericSetup.tool:1462][waitress-1] Applying main profile profile-plonetheme.barceloneta:default
2025-07-13 08:48:25 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-07-13 08:48:25 INFO [plone.app.theming.policy:132][waitress-1] invalidating cache across all threads and processes
2025-07-13 08:48:25 INFO [plone.app.theming.policy:132][waitress-1] invalidating cache across all threads and processes
2025-07-13 08:48:25 INFO [plone.app.theming.policy:132][waitress-1] invalidating cache across all threads and processes
2025-07-13 08:48:25 INFO [plone.app.theming.policy:132][waitress-1] invalidating cache across all threads and processes
2025-07-13 08:48:25 INFO [plone.app.theming.policy:132][waitress-1] invalidating cache across all threads and processes
2025-07-13 08:48:25 INFO [GenericSetup.plone.app.theming.exportimport:98][waitress-1] Theme barceloneta applied
2025-07-13 08:48:25 INFO [plone.app.theming.policy:132][waitress-1] invalidating cache across all threads and processes
2025-07-13 08:48:25 INFO [GenericSetup.plone.app.theming.exportimport:98][waitress-1] Theme enabled
2025-07-13 08:48:25 INFO [Products.CMFPlone.resources.browser.resource:351][waitress-1] Updated resource registry mtime.
192.168.1.34 - admin [13/Jul/2025:08:48:26 +0000] "GET /%40sites/classic HTTP/1.1" 200 147343 "http://192.168.1.3:8180/@@ploneAddSite?distribution=classic" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
2025-07-13 08:48:26 INFO [plone.exportimport:36][waitress-1] Importing 6 content items
2025-07-13 08:48:26 INFO [plone.exportimport:128][waitress-1] 0000001 - /Plone - (Plone Site) - (plone_site_root)
2025-07-13 08:48:26 INFO [plone.exportimport:128][waitress-1] 0000002 - /Members - (Folder) - (54163be595184b4eb0a0b82a58b8def8)
2025-07-13 08:48:26 INFO [plone.exportimport:128][waitress-1] 0000003 - /events - (Folder) - (ab584c1a6fae465da2283a0962f80114)
2025-07-13 08:48:26 INFO [plone.exportimport:128][waitress-1] 0000004 - /events/aggregator - (Collection) - (61f6d382910945ea95f2e78a14ebb170)
2025-07-13 08:48:26 INFO [plone.exportimport:128][waitress-1] 0000005 - /news - (Folder) - (4053ffb6901342ac991afb54da15ab77)
2025-07-13 08:48:26 INFO [plone.exportimport:128][waitress-1] 0000006 - /news/aggregator - (Collection) - (ee556c50736a4650839e2ada6dd65454)
2025-07-13 08:48:26 INFO [plone.exportimport:140][waitress-1] Processing default_page: 2 entries
2025-07-13 08:48:26 INFO [plone.exportimport:140][waitress-1] Processing ordering: 5 entries
2025-07-13 08:48:26 INFO [plone.exportimport:140][waitress-1] Processing local_roles: 6 entries
2025-07-13 08:48:26 INFO [plone.exportimport:140][waitress-1] Processing local_permissions: 0 entries
2025-07-13 08:48:26 INFO [plone.exportimport:140][waitress-1] Processing constraints: 2 entries
2025-07-13 08:48:26 INFO [plone.exportimport:370][waitress-1] Reindexing catalog indexes allowedRolesAndUsers, getObjPositionInParent, is_default_page, modified, created for 6 objects
2025-07-13 08:48:26 INFO [Products.CMFPlone.relationhelper:138][waitress-1] zc.relation catalog purged.
2025-07-13 08:48:26 INFO [Products.CMFPlone.relationhelper:337][waitress-1] Clean up intIds.
2025-07-13 08:48:26 INFO [Products.CMFPlone.relationhelper:343][waitress-1] Counter({'plone.app.contenttypes.content.Folder': 3, 'plone.app.contenttypes.content.Collection': 2, 'Products.CMFPlone.Portal.PloneSite': 1})
2025-07-13 08:48:26 INFO [Products.CMFPlone.relationhelper:351][waitress-1] Removed all 0 RelationValues from IntId-tool
2025-07-13 08:48:26 INFO [Products.CMFPlone.relationhelper:358][waitress-1] Removed 0 broken references from IntId-tool
2025-07-13 08:48:26 INFO [Products.CMFPlone.relationhelper:364][waitress-1] Counter({'plone.app.contenttypes.content.Folder': 3, 'plone.app.contenttypes.content.Collection': 2, 'Products.CMFPlone.Portal.PloneSite': 1})
2025-07-13 08:48:26 INFO [Products.CMFPlone.relationhelper:147][waitress-1] Loaded 0 relations to restore.
2025-07-13 08:48:26 INFO [Products.CMFPlone.relationhelper:277][waitress-1] Updating linkintegrity for 0 items.
2025-07-13 08:48:26 INFO [Products.CMFPlone.relationhelper:282][waitress-1] Updating relations for 0 items.
2025-07-13 08:48:26 INFO [Products.CMFPlone.relationhelper:296][waitress-1] All valid relations restored.
2025-07-13 08:48:26 INFO [plone.exportimport:307][waitress-1] Added blocked entry group (True) to plone.rightcolumn of http://192.168.1.3:8180/Plone/Members
2025-07-13 08:48:26 INFO [plone.exportimport:307][waitress-1] Added blocked entry content_type (True) to plone.rightcolumn of http://192.168.1.3:8180/Plone/Members
2025-07-13 08:48:26 INFO [plone.exportimport:307][waitress-1] Added blocked entry context (True) to plone.rightcolumn of http://192.168.1.3:8180/Plone/Members
2025-07-13 08:48:26 INFO [plone.exportimport:43][waitress-1] FinalImporter: Updated 6 objects
192.168.1.34 - admin [13/Jul/2025:08:48:21 +0000] "POST /%40sites/ HTTP/1.1" 200 164 "http://192.168.1.3:8180/@@ploneAddSite?distribution=classic" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
192.168.1.34 - admin [13/Jul/2025:08:48:27 +0000] "GET /%40sites/classic HTTP/1.1" 200 147344 "http://192.168.1.3:8180/@@ploneAddSite?distribution=classic" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
2025-07-13 08:48:29 WARNING [waitress.queue:113][MainThread] Task queue depth is 1
2025-07-13 08:48:33 WARNING [waitress.queue:113][MainThread] Task queue depth is 2

the 3rd part

user@home-gz-01: ~/plone6auser@home-gz-01:~/plone6$ docker images -a
REPOSITORY                           TAG       IMAGE ID       CREATED       SIZE
docker.1ms.run/plone/plone-backend   6.1.2     d90a6b70177e   3 weeks ago   543MB
user@home-gz-01: ~/plone6auser@home-gz-01:~/plone6$ 

after comparing the version.cfg file, zope 5.8 and later should be the root cause(5.7.3 works fine).
i will check if i can solve it.

could the admin team close this thread?