Seeking Help with WARN Errors in error.log file | Community
Skip to main content
September 13, 2023
Solved

Seeking Help with WARN Errors in error.log file

  • September 13, 2023
  • 1 reply
  • 558 views

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.

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 Harwinder-singh

@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.

1 reply

Harwinder-singh
Community Advisor
Harwinder-singhCommunity AdvisorAccepted solution
Community Advisor
September 13, 2023

@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.