Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Custom Replication Agent Issues

Avatar

Level 4

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.

4 Replies

Avatar

Community Advisor

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

AEM LinksLinkedIn

Avatar

Level 4

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.

Avatar

Level 10

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

Avatar

Level 4

No, when i deep dive in to the issue, i am running in to the issue when i have external Jars added in Maven POM's. If those are not present then it works, if they are present, then it does not work.

Yet, the bundle will be active, services inside the bundle will be active.

Thanks