Hello,
I recently downloaded SP24 for AEM 6.5 on premise. During some smoke tests the above error message will be appear when I try to open any existing workflow models. Following steps did I do:
- Instance starting
- Waiting for completed startup
- Logged in with admin user
- Going to /libs/cq/workflow/admin/console/content/models.html
- Select an existing model and pressed the edit button
Result:
A new tab is opend and 403 error servlet will appear with message:
Access denied: Invalid path
Cannot serve request to /libs/cq/workflow/admin/console/content/models/openeditor.html in /libs/cq/workflow/admin/console/components/models/openeditor/openeditor.jsp
In the error.log file following message will be raised:
16.12.2025 10:57:30.468 *ERROR* [127.0.0.1 [1765879050466] GET /libs/cq/workflow/admin/console/content/models/openeditor.html HTTP/1.1] libs.cq.workflow.admin.console.components.models.openeditor.openeditor$jsp Invalid model path detected: \\libs\settings\workflow\models\s7dam\request_to_remove_from_youtube
Ater that, I could also repoduce it with a new fresh instance. What can I do?