while following this link
I installed the addons that were available there, but when clicked on install 'simple_publication_workflow'
the error came out to be, it is like:
We’re sorry, but there seems to be an error…
Here is the full error message:
Traceback (innermost last):
Module ZPublisher.WSGIPublisher, line 181, in transaction_pubevents
Module ZPublisher.WSGIPublisher, line 390, in publish_module
Module ZPublisher.WSGIPublisher, line 284, in publish
Module ZPublisher.mapply, line 98, in mapply
Module ZPublisher.WSGIPublisher, line 68, in call_object
Module Products.CMFPlone.controlpanel.browser.quickinstaller, line 545, in __call__
Module Products.CMFPlone.controlpanel.browser.quickinstaller, line 311, in install_product
Module Products.GenericSetup.tool, line 393, in runAllImportStepsFromProfile
- __traceback_info__: profile-Products.CMFPlacefulWorkflow:CMFPlacefulWorkflow
Module Products.GenericSetup.tool, line 1504, in _runImportStepsFromContext
Module Products.GenericSetup.tool, line 1316, in _doRunImportStep
- __traceback_info__: placeful_workflow
Module Products.CMFPlacefulWorkflow.exportimport.workflow_policies, line 153, in importWorkflowPolicies
Module Products.GenericSetup.utils, line 953, in importObjects
- __traceback_info__: portal_placeful_workflow
Module Products.GenericSetup.utils, line 949, in importObjects
- __traceback_info__: portal_placeful_workflow/simple-publication
Module Products.GenericSetup.utils, line 553, in _importBody
Module Products.CMFCore.exportimport.workflow, line 63, in _importNode
Module Products.CMFPlacefulWorkflow.exportimport.workflow_policies, line 104, in _initChains
Module <string>, line 3, in setDefaultChain
Module AccessControl.requestmethod, line 82, in _curried
Module Products.CMFPlacefulWorkflow.DefaultWorkflowPolicy, line 244, in setDefaultChain
ValueError: 'simple_publication_workflow' is not a workflow ID.
chain: ['simple_publication_workflow']
the terminal response goes something like this:
(.venv) tanya@LENOVO:~/woRKflow/wm$ make backend-start
+ dirname /home/tanya/woRKflow/wm/Makefile
+ make -C ./backend/ start
make[1]: Entering directory '/home/tanya/woRKflow/wm/backend'
+ which uv
+ dirname /home/tanya/woRKflow/wm/backend/Makefile
+ dirname /home/tanya/woRKflow/wm/backend/Makefile
+ dirname /home/tanya/woRKflow/wm/backend/Makefile
+ dirname /home/tanya/woRKflow/wm/backend/Makefile
+ dirname /home/tanya/woRKflow/wm/backend/Makefile
+ dirname /home/tanya/woRKflow/wm/backend/Makefile
+ dirname /home/tanya/woRKflow/wm/backend/Makefile
+ dirname /home/tanya/woRKflow/wm/backend/Makefile
+ dirname /home/tanya/woRKflow/wm/backend/Makefile
+ dirname /home/tanya/woRKflow/wm/backend/Makefile
+ dirname /home/tanya/woRKflow/wm/backend/Makefile
+ uv run runwsgi instance/etc/zope.ini
2025-04-15 08:36:13,225 INFO [chameleon.config:39][MainThread] directory cache: /home/tanya/woRKflow/wm/backend/instance/var/cache.
2025-04-15 08:36:16,914 INFO [plone.restapi.patches:16][MainThread] PATCH: Disabled ZPublisher.HTTPRequest.ZopeFieldStorage.VALUE_LIMIT. This enables file uploads larger than 1MB.
2025-04-15 08:36:18,368 INFO [plone.app.event:18][MainThread] icalendar has been set up to use pytz instead of zoneinfo.
2025-04-15 08:36:21,731 INFO [plone.volto:22][MainThread] Aliasing collective.folderish classes to plone.volto classes.
2025-04-15 08:36:23,952 INFO [Zope:42][MainThread] Ready to handle requests
Starting server in PID 9104.
2025-04-15 08:36:23,965 INFO [waitress:449][MainThread] Serving on http://127.0.0.1:8080
2025-04-15 08:38:10,802 INFO [Products.GenericSetup.tool:1421][waitress-2] Importing profile profile-plone.app.iterate:default with dependency strategy upgrade.
2025-04-15 08:38:10,802 INFO [Products.GenericSetup.tool:1462][waitress-2] Applying main profile profile-plone.app.iterate:default
2025-04-15 08:38:10,844 INFO [GenericSetup.actions:98][waitress-2] Actions tool imported.
2025-04-15 08:38:10,850 INFO [GenericSetup.rolemap:98][waitress-2] Role / permission map imported.
2025-04-15 08:38:10,850 INFO [Products.CMFPlone.resources.browser.resource:320][waitress-2] Updated resource registry mtime.
2025-04-15 08:38:21,699 INFO [Products.GenericSetup.tool:1421][waitress-1] Importing profile profile-Products.CMFPlacefulWorkflow:CMFPlacefulWorkflow with dependency strategy upgrade.
2025-04-15 08:38:21,699 INFO [Products.GenericSetup.tool:1472][waitress-1] Applying profile profile-Products.CMFPlacefulWorkflow:base
2025-04-15 08:38:21,744 INFO [GenericSetup.toolset:98][waitress-1] Toolset imported.
2025-04-15 08:38:21,746 INFO [GenericSetup.componentregistry:98][waitress-1] Adapters registered.
2025-04-15 08:38:21,748 INFO [GenericSetup.componentregistry:98][waitress-1] Utilities registered.
2025-04-15 08:38:21,752 INFO [GenericSetup.placeful_workflow:98][waitress-1] Folder imported.
2025-04-15 08:38:21,759 INFO [GenericSetup.controlpanel:98][waitress-1] Control panel imported.
2025-04-15 08:38:21,761 INFO [GenericSetup.rolemap:98][waitress-1] Role / permission map imported.
2025-04-15 08:38:21,762 INFO [Products.CMFPlacefulWorkflow:39][waitress-1] Added placeful marker to portal_workflow.
2025-04-15 08:38:21,763 INFO [Products.CMFPlone.resources.browser.resource:320][waitress-1] Updated resource registry mtime.
2025-04-15 08:38:21,763 INFO [Products.GenericSetup.tool:1462][waitress-1] Applying main profile profile-Products.CMFPlacefulWorkflow:CMFPlacefulWorkflow
2025-04-15 08:38:21,769 INFO [GenericSetup.placeful_workflow:98][waitress-1] Folder imported.
2025-04-15 08:38:21,772 INFO [GenericSetup.placeful_workflow:98][waitress-1] Workflow tool imported.
2025-04-15 08:38:21,777 INFO [GenericSetup.placeful_workflow:98][waitress-1] Workflow tool imported.
2025-04-15 08:38:21,781 INFO [GenericSetup.placeful_workflow:98][waitress-1] Workflow tool imported.
2025-04-15 08:38:22,035 ERROR [Zope.SiteErrorLog:35][waitress-1] ValueError: http://localhost:8080/Plone/install_products
Traceback (innermost last):
Module ZPublisher.WSGIPublisher, line 181, in transaction_pubevents
Module ZPublisher.WSGIPublisher, line 390, in publish_module
Module ZPublisher.WSGIPublisher, line 284, in publish
Module ZPublisher.mapply, line 98, in mapply
Module ZPublisher.WSGIPublisher, line 68, in call_object
Module Products.CMFPlone.controlpanel.browser.quickinstaller, line 545, in __call__
Module Products.CMFPlone.controlpanel.browser.quickinstaller, line 311, in install_product
Module Products.GenericSetup.tool, line 393, in runAllImportStepsFromProfile
- __traceback_info__: profile-Products.CMFPlacefulWorkflow:CMFPlacefulWorkflow
Module Products.GenericSetup.tool, line 1504, in _runImportStepsFromContext
Module Products.GenericSetup.tool, line 1316, in _doRunImportStep
- __traceback_info__: placeful_workflow
Module Products.CMFPlacefulWorkflow.exportimport.workflow_policies, line 153, in importWorkflowPolicies
Module Products.GenericSetup.utils, line 953, in importObjects
- __traceback_info__: portal_placeful_workflow
Module Products.GenericSetup.utils, line 949, in importObjects
- __traceback_info__: portal_placeful_workflow/simple-publication
Module Products.GenericSetup.utils, line 553, in _importBody
Module Products.CMFCore.exportimport.workflow, line 63, in _importNode
Module Products.CMFPlacefulWorkflow.exportimport.workflow_policies, line 104, in _initChains
Module <string>, line 3, in setDefaultChain
Module AccessControl.requestmethod, line 82, in _curried
Module Products.CMFPlacefulWorkflow.DefaultWorkflowPolicy, line 244, in setDefaultChain
ValueError: 'simple_publication_workflow' is not a workflow ID.
chain: ['simple_publication_workflow']
2025-04-15 08:38:58,303 INFO [Products.GenericSetup.tool:1421][waitress-3] Importing profile profile-plone.app.multilingual:default with dependency strategy upgrade.
2025-04-15 08:38:58,304 INFO [Products.GenericSetup.tool:1185][waitress-3] No upgrades available for profile profile-plone.app.z3cform:default. Profile stays at version '3'.
2025-04-15 08:38:58,306 INFO [Products.GenericSetup.tool:1185][waitress-3] No upgrades available for profile profile-plone.app.dexterity:default. Profile stays at version '2007'.
2025-04-15 08:38:58,306 INFO [Products.GenericSetup.tool:1462][waitress-3] Applying main profile profile-plone.app.multilingual:default
2025-04-15 08:38:58,321 INFO [GenericSetup.browserlayer:98][waitress-3] Browser layers imported
2025-04-15 08:38:58,333 INFO [GenericSetup.types:98][waitress-3] Types tool imported.
2025-04-15 08:38:58,343 INFO [GenericSetup.types:98][waitress-3] 'LRF' type info imported.
2025-04-15 08:38:58,350 INFO [GenericSetup.types:98][waitress-3] 'LIF' type info imported.
2025-04-15 08:38:58,378 INFO [GenericSetup.plone.app.viewletmanager:98][waitress-3] Imported.
2025-04-15 08:38:58,381 INFO [ProgressHandler:73][waitress-3] Process started (3 objects to go)
2025-04-15 08:38:58,382 INFO [ProgressHandler:73][waitress-3] Process terminated. Duration: 0.00 seconds
2025-04-15 08:38:58,382 INFO [ProgressHandler:73][waitress-3] Process started (3 objects to go)
2025-04-15 08:38:58,382 INFO [ProgressHandler:73][waitress-3] Process terminated. Duration: 0.00 seconds
2025-04-15 08:38:58,382 INFO [GenericSetup.catalog:98][waitress-3] Catalog imported.
2025-04-15 08:38:58,387 INFO [GenericSetup.rolemap:98][waitress-3] Role / permission map imported.
2025-04-15 08:38:58,389 INFO [Products.CMFPlone.resources.browser.resource:320][waitress-3] Updated resource registry mtime.
2025-04-15 08:39:19,178 INFO [Products.GenericSetup.tool:1421][waitress-3] Importing profile profile-plone.app.discussion:default with dependency strategy upgrade.
2025-04-15 08:39:19,179 INFO [Products.GenericSetup.tool:1185][waitress-3] No upgrades available for profile profile-plone.resource:default. Profile stays at version '1'.
2025-04-15 08:39:19,179 INFO [Products.GenericSetup.tool:1185][waitress-3] No upgrades available for profile profile-plone.app.z3cform:default. Profile stays at version '3'.
2025-04-15 08:39:19,180 INFO [Products.GenericSetup.tool:1185][waitress-3] No upgrades available for profile profile-plone.app.registry:default. Profile stays at version '1.0a1'.
2025-04-15 08:39:19,180 INFO [Products.GenericSetup.tool:1462][waitress-3] Applying main profile profile-plone.app.discussion:default
2025-04-15 08:39:19,189 INFO [GenericSetup.browserlayer:98][waitress-3] Browser layers imported
2025-04-15 08:39:19,194 INFO [GenericSetup.workflow:98][waitress-3] Workflow tool imported.
2025-04-15 08:39:19,215 INFO [GenericSetup.types:98][waitress-3] Types tool imported.
2025-04-15 08:39:19,220 INFO [GenericSetup.types:98][waitress-3] 'Discussion Item' type info imported.
2025-04-15 08:39:19,231 INFO [GenericSetup.actions:98][waitress-3] Actions tool imported.
2025-04-15 08:39:19,238 INFO [GenericSetup.controlpanel:98][waitress-3] Control panel imported.
2025-04-15 08:39:19,242 INFO [ProgressHandler:73][waitress-3] Process started (3 objects to go)
2025-04-15 08:39:19,253 INFO [ProgressHandler:73][waitress-3] Process terminated. Duration: 0.01 seconds
2025-04-15 08:39:19,254 INFO [ProgressHandler:73][waitress-3] Process started (3 objects to go)
2025-04-15 08:39:19,254 INFO [ProgressHandler:73][waitress-3] Process terminated. Duration: 0.00 seconds
2025-04-15 08:39:19,255 INFO [ProgressHandler:73][waitress-3] Process started (3 objects to go)
2025-04-15 08:39:19,255 INFO [ProgressHandler:73][waitress-3] Process terminated. Duration: 0.00 seconds
2025-04-15 08:39:19,255 INFO [ProgressHandler:73][waitress-3] Process started (3 objects to go)
2025-04-15 08:39:19,256 INFO [ProgressHandler:73][waitress-3] Process terminated. Duration: 0.00 seconds
2025-04-15 08:39:19,256 INFO [ProgressHandler:73][waitress-3] Process started (3 objects to go)
2025-04-15 08:39:19,256 INFO [ProgressHandler:73][waitress-3] Process terminated. Duration: 0.00 seconds
2025-04-15 08:39:19,256 INFO [GenericSetup.catalog:98][waitress-3] Catalog imported.
2025-04-15 08:39:19,262 INFO [GenericSetup.rolemap:98][waitress-3] Role / permission map imported.
2025-04-15 08:39:19,264 INFO [Products.CMFPlone.resources.browser.resource:320][waitress-3] Updated resource registry mtime.
2025-04-15 08:39:25,008 INFO [Products.GenericSetup.tool:1421][waitress-2] Importing profile profile-plone.session:default with dependency strategy upgrade.
2025-04-15 08:39:25,009 INFO [Products.GenericSetup.tool:1462][waitress-2] Applying main profile profile-plone.session:default
2025-04-15 08:39:25,040 INFO [GenericSetup.rolemap:98][waitress-2] Role / permission map imported.
2025-04-15 08:39:25,041 INFO [Products.CMFPlone.resources.browser.resource:320][waitress-2] Updated resource registry mtime.
2025-04-15 08:39:25,284 ERROR [Zope.SiteErrorLog:35][waitress-0] ValueError: http://localhost:8080/Plone/++webresource++6e394ff2-5e80-5880-9df7-ed8e59129465/acl_users/session/refresh
Traceback (innermost last):
Module ZPublisher.WSGIPublisher, line 181, in transaction_pubevents
Module ZPublisher.WSGIPublisher, line 390, in publish_module
Module ZPublisher.WSGIPublisher, line 284, in publish
Module ZPublisher.mapply, line 98, in mapply
Module ZPublisher.WSGIPublisher, line 68, in call_object
Module plone.session.plugins.session, line 437, in refresh
Module plone.session.plugins.session, line 408, in _refreshSession
Module plone.session.plugins.session, line 230, in _validateTicket
Module plone.session.tktauth, line 246, in splitTicket
ValueError
2025-04-15 08:39:36,293 INFO [Products.GenericSetup.tool:1421][waitress-3] Importing profile profile-Products.CMFPlacefulWorkflow:CMFPlacefulWorkflow with dependency strategy upgrade.
2025-04-15 08:39:36,294 INFO [Products.GenericSetup.tool:1472][waitress-3] Applying profile profile-Products.CMFPlacefulWorkflow:base
2025-04-15 08:39:36,315 INFO [GenericSetup.toolset:98][waitress-3] Toolset imported.
2025-04-15 08:39:36,316 INFO [GenericSetup.componentregistry:98][waitress-3] Adapters registered.
2025-04-15 08:39:36,316 INFO [GenericSetup.componentregistry:98][waitress-3] Utilities registered.
2025-04-15 08:39:36,322 INFO [GenericSetup.placeful_workflow:98][waitress-3] Folder imported.
2025-04-15 08:39:36,328 INFO [GenericSetup.controlpanel:98][waitress-3] Control panel imported.
2025-04-15 08:39:36,329 INFO [GenericSetup.rolemap:98][waitress-3] Role / permission map imported.
2025-04-15 08:39:36,329 INFO [Products.CMFPlacefulWorkflow:39][waitress-3] Added placeful marker to portal_workflow.
2025-04-15 08:39:36,329 INFO [Products.CMFPlone.resources.browser.resource:320][waitress-3] Updated resource registry mtime.
2025-04-15 08:39:36,330 INFO [Products.GenericSetup.tool:1462][waitress-3] Applying main profile profile-Products.CMFPlacefulWorkflow:CMFPlacefulWorkflow
2025-04-15 08:39:36,336 INFO [GenericSetup.placeful_workflow:98][waitress-3] Folder imported.
2025-04-15 08:39:36,339 INFO [GenericSetup.placeful_workflow:98][waitress-3] Workflow tool imported.
2025-04-15 08:39:36,341 INFO [GenericSetup.placeful_workflow:98][waitress-3] Workflow tool imported.
2025-04-15 08:39:36,344 INFO [GenericSetup.placeful_workflow:98][waitress-3] Workflow tool imported.
2025-04-15 08:39:36,485 ERROR [Zope.SiteErrorLog:35][waitress-3] ValueError: http://localhost:8080/Plone/install_products
Traceback (innermost last):
Module ZPublisher.WSGIPublisher, line 181, in transaction_pubevents
Module ZPublisher.WSGIPublisher, line 390, in publish_module
Module ZPublisher.WSGIPublisher, line 284, in publish
Module ZPublisher.mapply, line 98, in mapply
Module ZPublisher.WSGIPublisher, line 68, in call_object
Module Products.CMFPlone.controlpanel.browser.quickinstaller, line 545, in __call__
Module Products.CMFPlone.controlpanel.browser.quickinstaller, line 311, in install_product
Module Products.GenericSetup.tool, line 393, in runAllImportStepsFromProfile
- __traceback_info__: profile-Products.CMFPlacefulWorkflow:CMFPlacefulWorkflow
Module Products.GenericSetup.tool, line 1504, in _runImportStepsFromContext
Module Products.GenericSetup.tool, line 1316, in _doRunImportStep
- __traceback_info__: placeful_workflow
Module Products.CMFPlacefulWorkflow.exportimport.workflow_policies, line 153, in importWorkflowPolicies
Module Products.GenericSetup.utils, line 953, in importObjects
- __traceback_info__: portal_placeful_workflow
Module Products.GenericSetup.utils, line 949, in importObjects
- __traceback_info__: portal_placeful_workflow/simple-publication
Module Products.GenericSetup.utils, line 553, in _importBody
Module Products.CMFCore.exportimport.workflow, line 63, in _importNode
Module Products.CMFPlacefulWorkflow.exportimport.workflow_policies, line 104, in _initChains
Module <string>, line 3, in setDefaultChain
Module AccessControl.requestmethod, line 82, in _curried
Module Products.CMFPlacefulWorkflow.DefaultWorkflowPolicy, line 244, in setDefaultChain
ValueError: 'simple_publication_workflow' is not a workflow ID.
chain: ['simple_publication_workflow']
will someone pls point out the error, and help to fix this
thanks in advance