queue for replication agent not found | Community
Skip to main content
daobing_ye
Level 2
February 22, 2016
Solved

queue for replication agent not found

  • February 22, 2016
  • 3 replies
  • 1667 views

I have a replication agent configured, and connectivity tested fine. But when I tried to publish the pages, the page failed to be populated to the target publish instance.

Below are the error messages:

19.02.2016 15:16:48.018 *DEBUG* [147.118.248.9 [1455913007990] GET /etc/replication/agents.author/translate%20publish.html HTTP/1.1] com.day.cq.replication.Agent.translate publish.queue Queue com/day/cq/replication/job/translate publish not found.

Did I miss any config? My other agent working fine.

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 daobing_ye

issue resolved. Looks like the replication agent name does not multiple words in the name. Once I changed the agent name from "translate publish" to "translate", it started working. Is that the real reason?

3 replies

smacdonald2008
Level 10
February 22, 2016

Replication documentation is in good shape. Did you follow all of the docs specified here: 

https://docs.adobe.com/docs/en/aem/6-1/deploy/configuring/replication.html

https://docs.adobe.com/docs/en/aem/6-1/deploy/configuring/replication.html#Replicating from Author to Publish

See monitor replication agents here:

https://docs.adobe.com/docs/en/aem/6-1/deploy/configuring/replication.html#Monitoring your Replication Agents

daobing_ye
daobing_yeAuthorAccepted solution
Level 2
February 22, 2016

issue resolved. Looks like the replication agent name does not multiple words in the name. Once I changed the agent name from "translate publish" to "translate", it started working. Is that the real reason?

daobing_ye
Level 2
February 24, 2016

Yes, I did, but did not know the limitation for the naming of the agent. talked with adobe support today, and was told no space is allowed in the agent name. Thanks!