Custom Replication Agent Issues | Community
Skip to main content
trc41594544
Level 3
August 30, 2018

Custom Replication Agent Issues

  • August 30, 2018
  • 1 reply
  • 2944 views

Hi all,

I tried to implement custom replication agent in AEM 6.2 SP1. Bundle gets started, service components are active and everything looks good. I used custom protocol too.

I created new replication agent and when i try to save, i am always getting the below errors

Agent not valid yet, no transport handler for protocol://api/production

com.day.cq.replication.Agent.deded Agent not valid yet. No content builder for protocol

I have looked in to all the forum questions regarding this error and i made sure all the suggestions are followed. I checked for "name" , checked whether all methods are properly overriden or not. I have given transport handler high service ranking.

None of the things i tried are working.

If any one have any suggestions that would be really helpful.

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

1 reply

arunpatidar
Community Advisor
Community Advisor
August 30, 2018

Hi,

please check custom Akamai cache flush Replication Agent Creating a custom Akamai replication agent in AEM - Adobe Experience Manager | AEM/CQ | Apache Sling   if helps.

Arun Patidar
trc41594544
Level 3
August 31, 2018

Hi,

That is the one i have used as reference and i am running in to the issue. All the steps are almost the same with the exception of i have imported couple of 3rd party jars and added it in Import-Package and Export-package in Maven POM.

smacdonald2008
Level 10
August 31, 2018

If you follow that article exactly as is - are you running into problems