Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events
SOLVED

Seeking Help with WARN Errors in error.log file

Avatar

Level 2

Dear AEM Community Members,

 

I'm reaching out to seek your assistance with resolving some WARN errors that have been appearing in error.log file 

Note: We are using AEM as cloud service

1. *WARN* GET //content/wknd/page1/child1/child3.html HTTP/1.1] com.day.cq.search.eval.TypePredicateEvaluator Node type 'cq:page' not found

2. *WARN* GET /content/wknd/child1/child2/child3.html HTTP/1.1] com.day.cq.wcm.webservicesupport.impl.ConfigurationManagerImpl Cloud service /etc/cloudservices/generic-tracker/GA not found

3. *WARN* [WorkflowModelGenerationThread] com.adobe.granite.workflow.console.generate.WorkflowModelGeneratorImpl Errors detected in the the model at /libs/settings/workflow/models/ac-newsletter-workflow-simple. This model will not be synchronized to /var._Could not create workflow model. There are errors in the model._/libs/settings/workflow/models/ac-newsletter-workflow-simple/jcr:content/flow/participant_1019912346 -> Participant not found_/libs/settings/workflow/models/ac-newsletter-workflow-simple/jcr:content/flow/participant -> Participant not found


If any of you have encountered similar issues or have insights into how to resolve them, please share your knowledge. Your contributions will be greatly appreciated.

Thank you for your time and assistance in advance.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@mahesh_tesla 

 

  1. Have you created this page child3 pro-grammatically ?  The jcr:primaryType of a page is cq:Page and not cq:page and hence the  error.
  2. The second issue most likely looks like a missing cloudservice  configuration on the page. see if this  page or the root page of this content tree needs to be updated with this cloud service configuration in the page properties. 
  3. For this one, you may have to inspect the participant step in your workflow model and see if the referenced participant is valid  and exists.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

@mahesh_tesla 

 

  1. Have you created this page child3 pro-grammatically ?  The jcr:primaryType of a page is cq:Page and not cq:page and hence the  error.
  2. The second issue most likely looks like a missing cloudservice  configuration on the page. see if this  page or the root page of this content tree needs to be updated with this cloud service configuration in the page properties. 
  3. For this one, you may have to inspect the participant step in your workflow model and see if the referenced participant is valid  and exists.