Nivel 1
Nivel 2
Iniciar sesión en la comunidad
Iniciar sesión para ver todas las insignias
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?
Vistas
Respuestas
Total de me gusta
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...
Vistas
Respuestas
Total de me gusta
I crossed checked the config and looks like everything is fine. any idea when do we get "never flushed" message in dispatcher
Vistas
Respuestas
Total de me gusta
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
Vistas
Respuestas
Total de me gusta
@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
Vistas
Respuestas
Total de me gusta
yeah, tried with statefileslevel 0, 1, and 2 but nothing happened.
Vistas
Respuestas
Total de me gusta
you mean result is same as before when it was setup for 5 , What do you see on the console: success and error message?
Vistas
Respuestas
Total de me gusta
@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!
Vistas
Respuestas
Total de me gusta
Vistas
me gusta
Respuestas
Vistas
me gusta
Respuestas
Vistas
me gusta
Respuestas
Vistas
me gusta
Respuestas