After activating an AEM page in the author environment the page is published successfully in the publish environment. But the publish url is still being served from an old cache. I guess dispatcher cache is not cleared when the page is activated in AEM.
Disp Logs:
checking [/content/port/drum/masters/en/dbrand/test.html]
cachefile does not exist: /mnt/var/www/html/content/port/drum/masters/en/dbrand/test.html
try to create new cachefile: /mnt/var/www/html/content/port/drum/masters/en/dbrand/test.html
cache-action for [/content/port/drum/masters/en/dbrand/test.html]: CREATE
Filter rule entry /0010 allowed 'GET /content/port/drum/masters/en/dbrand/test.html HTTP/1.1'
never flushed [/mnt/var/www/html/content/port/drum/masters/en/.stat] -> use cache [/mnt/var/www/html/content/port/drum/masters/en/dbrand/test.html]
cache-action for [/content/port/drum/masters/en/dbrand/test.html]: DELIVER
request declined
I have configured /statfileslevel "5", /allowAuthorized "0", and turned off /enableTTL "0".
Do you know why it shows "never flushed" at the 'en' level?
Views
Replies
Total Likes
Cross check your invalidate section as well https://experienceleague.adobe.com/en/docs/experience-manager-dispatcher/using/configuring/dispatche... and if it is AEMaaCS then take care of this https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/con...
I crossed checked the config and looks like everything is fine. any idea when do we get "never flushed" message in dispatcher
Hi @Mario248,
I haven't seen this issue, but there must be something wrong in your Dispatcher config. I suggest that you test your Dispacher locally with SDK and default vs your config.
Good luck,
Daniel
@Mario248 set statefileslevel to zero , it would delete entire cache from root , right now it is 5 causing /checking cache at level 5 and your page seems to be not at level 5
yeah, tried with statefileslevel 0, 1, and 2 but nothing happened.
you mean result is same as before when it was setup for 5 , What do you see on the console: success and error message?
Views
Replies
Total Likes
@Mario248 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
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies