Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

ACS Common Dispatcher Flush agent not working

Avatar

Level 4

Hi,

 

We are using ACS common (4.0.0) Dispatcher Flush page to flush dispatcher cache as scheduled job using Jenkins.

Our site have English and French content pages. Looks like French cached pages are not getting deleted...

 

Anyone seen these kind of issue before..?

1 Accepted Solution

Avatar

Correct answer by
Employee

* Try running dispatcher flush manually from the instance on which the flush is configured.

You can try running a curl command. The following docs may be helpful:

https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/curl.html?lan...

https://experienceleague.adobe.com/docs/experience-manager-dispatcher/using/configuring/page-invalid...

 

If it doesn't work, it means it's something to do with access/permissions.

 

* If it works manually, but via ACS Commons it doesn't, try using one of the latest versions of ACS Commons. The issue might have been fixed in those.

I have seen many customers using 4.3.4 and above.

 

You can also log ACS Commons related issues here:
https://github.com/Adobe-Consulting-Services/acs-aem-commons/issues

View solution in original post

9 Replies

Avatar

Employee
Are the English & French website running on the same Apache vhost?

Avatar

Employee

Are the English & French website running on the same Apache vhost?

What's the stat level on Dispatcher.any?

Avatar

Employee
Are the English & French website running on the same Apache vhost?

Avatar

Level 4
They are running from different vhosts. Stat level is 5 in english farm file and 3 in french farm file.

Avatar

Employee
to which vhost is the invalidation call sent?

Avatar

Level 4
each farm file have their own vhost, so french ones goes to french vhost and same for english farm.

Avatar

Employee
do you see the calls coming in, in the log? What does the dispatchers debug log say?

Avatar

Level 4
HI Maximilian_Voss, looks like the issue with French pages are that I was adding them with English page name but for some reason looks like the cache getting cleared if I add the pages in Dispatcher Flush page with French Title. The pages are getting stored in Dispatcher cache with French Title...Not sure what changed but it was always working with page name and there we were using same page name for both En and Fr....!!

Avatar

Correct answer by
Employee

* Try running dispatcher flush manually from the instance on which the flush is configured.

You can try running a curl command. The following docs may be helpful:

https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/curl.html?lan...

https://experienceleague.adobe.com/docs/experience-manager-dispatcher/using/configuring/page-invalid...

 

If it doesn't work, it means it's something to do with access/permissions.

 

* If it works manually, but via ACS Commons it doesn't, try using one of the latest versions of ACS Commons. The issue might have been fixed in those.

I have seen many customers using 4.3.4 and above.

 

You can also log ACS Commons related issues here:
https://github.com/Adobe-Consulting-Services/acs-aem-commons/issues