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
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
조회 수
답글
좋아요 수
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!
조회 수
답글
좋아요 수
@kautuk_sahni - not yet with the solution provided , hoping to get some more solutions from learned folks.
조회 수
답글
좋아요 수
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.
조회 수
답글
좋아요 수
Was this resolved? I am using the latest acs-aem-commons cloud version (6.10.0-cloud) with SDK 2025.1.19352.20250131T194709Z-250100.
This is my config.
It's not working for me.
"prop.replication-action-type":"ACTIVATE",
"prop.rules.hierarchical":[
"/conf/sbuxcorp/settings/graphql/persistentQueries/*=/graphql",
"/content/dam/content-fragment/*=/grahql"
]
}
조회 수
Likes
답글
조회 수
Likes
답글