Dispatcher cache 301 error cache not invalidating | Community
Skip to main content
New Participant
November 10, 2023
Solved

Dispatcher cache 301 error cache not invalidating

  • November 10, 2023
  • 2 replies
  • 894 views

CQ-Path: /content/onetrust/us/en.sitemap.resources-sitemap.xml
CQ-Handle: /content/onetrust/us/en.sitemap.resourcesr-sitemap.xml
CQ-Action: Delete
GET /dispatcher/invalidate.cache HTTP/1.0
Sending message to localhost:80
com.day.cq.replication.Agent.flush Replication (DELETE) of /content/onetrust/us/en.sitemap.resources-sitemap.xml not successful.
com.day.cq.replication.Agent.flush Message sent.

<p>The document has moved <a href="http://localhost/dispatcher/invalidate.cache/">here</a>.</p>
<h1>Moved Permanently</h1>
<< </head><body>
<title>301 Moved Permanently</title>
</body></html>

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

I thinks you are missing host header, please check queries to delete cache

https://experienceleague.adobe.com/docs/experience-manager-learn/ams/dispatcher/disp-flushing.html?lang=en d

2 replies

kautuk_sahni
Employee
November 14, 2023

@shivaranjan Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.

Kautuk Sahni
arunpatidar
arunpatidarAccepted solution
New Participant
November 10, 2023

I thinks you are missing host header, please check queries to delete cache

https://experienceleague.adobe.com/docs/experience-manager-learn/ams/dispatcher/disp-flushing.html?lang=en d

Arun Patidar