Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

How to remove workflow item is not existed from error.log

Avatar

Level 2

Hello,

A workflow error is being repeatedly logged in error.log. The model itself is not present under in /etc/workflow/models

GET /mnt/overlay/granite/ui/content/shell/header/actions/pulse.data.json HTTP/1.1] com.adobe.granite.workflow.core.jcr.WorkflowModelManager Workflow model does not exist: /etc/workflow/models/dam/approve_asset/jcr:content/model

I also tried the "purgeActive" and "purgeCompleted" operations in http://localhost:4502/system/console/jmx/com.adobe.granite.workflow%3Atype%3DMaintenance page

But the result is empty model even i put above workflow model.

Thanks,

1 Accepted Solution

Avatar

Correct answer by
Level 3

So the error for /mnt/overlay/granite/ui/content/shell/header/actions/pulse.data.json are related to the Notification Inbox, javascript does an update and uses that to pull things that are outstanding for a user. So thats why you are seeing this.

does the path "/etc/workflow/models/dam/approve_asset/jcr:content/model" exist?

I think you have a workflows that is still referencing a deleted workflow model, you could find a delete that workflow and this will go away.

Just to confirm you don't have any running instance when you check http://localhost:4502/libs/cq/workflow/content/console.html

Also are you on AEM6.1 or 6.2? And did you just do an upgrade?

View solution in original post

2 Replies

Avatar

Correct answer by
Level 3

So the error for /mnt/overlay/granite/ui/content/shell/header/actions/pulse.data.json are related to the Notification Inbox, javascript does an update and uses that to pull things that are outstanding for a user. So thats why you are seeing this.

does the path "/etc/workflow/models/dam/approve_asset/jcr:content/model" exist?

I think you have a workflows that is still referencing a deleted workflow model, you could find a delete that workflow and this will go away.

Just to confirm you don't have any running instance when you check http://localhost:4502/libs/cq/workflow/content/console.html

Also are you on AEM6.1 or 6.2? And did you just do an upgrade?

Avatar

Administrator

Did you get this working?

~kautuk



Kautuk Sahni