Dear AEM Folks ,
We are currently facing one issue while configuring ACS commons dispatcher Flush rules in AEMaaCS .Our rule looks like below :
com.adobe.acs.commons.replication.dispatcher.impl.DispatcherFlushRulesImpl.cfg.json
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @kaushikda ,
Seems flush replication agent missing.
You may refer https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/acs-commons-dispatcher-flu...
Thanks
Hi @MukeshYadav_ ,
But flush replication agent in AEMaaCS is taken care by Adobe itself and we don't have any control as per Onpremise.
Thanks.
Hi @kaushikda ,
Okay,
You may check this thread if helpful https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/flush-the-graphql-persiste...
prop.rules.resource-only is available for AEM 6.5 only https://adobe-consulting-services.github.io/acs-aem-commons/features/dispatcher-flush-rules/index.ht...
Thanks
The error remains same . Tried following below config.
prop.rules.resource-only is only applicable for AEM6.5
For AEMaaCS you probably will have to change the rules and try using
prop.rules.hierarchical
Tried with
prop.rules.hierarchical
but still the error remains same .
Config :
Could you please tell me your ACS commons version which you are using ? Cloud dispatcher flush rules were introduces in ACS version 6.3, so you need to use that or some version released after that.
Also, you need to provide absolute path to flush as per documentation, you can use regexp groups though.
So, you will also possibly need to modify your rule to
{
"prop.rules.hierarchical":[
"/content/dam/myproject/headless/.*=/graphql/execute.json/global"
],
"prop.replication-action-type":"INHERIT"
}
But this will not be the cause for the error.
Other possible reason could be some issue with the code deployment itself.
Please provide your config package via a private message to check further.
@kaushikda Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!
Views
Replies
Total Likes
@kautuk_sahni - not yet with the solution provided , hoping to get some more solutions from learned folks.
Views
Replies
Total Likes
Hi @kaushikda
Can you confirm you are using cloud version of ACS commons? My guess is If you have installed non-cloud version of ACS commons, then the dispatcher flush is looking for replication agent.
Views
Replies
Total Likes
Hi @kaushikda
Please check https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/dispatcher-flush-on-aemaac...
Views
Likes
Replies
Views
Likes
Replies
Views
Like
Replies