How to remove workflow item is not existed from error.log | Community
Skip to main content
kuix35033267
Level 2
June 29, 2017
Solved

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

  • June 29, 2017
  • 2 replies
  • 2476 views

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,

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by MaxBarrass

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?

2 replies

MaxBarrass
MaxBarrassAccepted solution
Level 3
June 29, 2017

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?

kautuk_sahni
Community Manager
Community Manager
July 3, 2017

Did you get this working?

~kautuk

Kautuk Sahni