Hello,
is anyone using ACS Commons - Dispatcher Flush Rules on AEMaaCS? It is working fine for me locally with the SDK, but when I deploy it to Cloud DEV I get the following error:
com.day.cq.replication.AgentNotFoundException: Replication triggered, but no agent found!
The error happens on the call to the replicate method in DispatcherFlusherImpl line 109:
replicator.replicate(resourceResolver.adaptTo(Session.class), actionType, path, options)
I understand that replication works differently on CS, but the documentation states it should work when the OSGi configuration is deployed on AEM Author, which is exactly what I did.
Thanks in advance for any input.
Daniel
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @daniel-strmecki
Not sure, if this is gonna help for not, seems on-prem/AMS code is executing
Have you installed the cloud package - https://github.com/Adobe-Consulting-Services/acs-aem-commons/releases/tag/acs-aem-commons-6.8.0
It should be executing https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/master/bundle-cloud/src/main/java/...
Hi @daniel-strmecki
Not sure, if this is gonna help for not, seems on-prem/AMS code is executing
Have you installed the cloud package - https://github.com/Adobe-Consulting-Services/acs-aem-commons/releases/tag/acs-aem-commons-6.8.0
It should be executing https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/master/bundle-cloud/src/main/java/...
Thanks for pointing that @arunpatidar, we didn't want to install the complete package so the team copied the code expecting it to contain the logic for both on-prem/cloud, but now I see there is a different version for Cloud.
Views
Replies
Total Likes
Views
Likes
Replies