コミュニティアチーブメントバーを展開する。

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

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Replication queues and error notification

Avatar

Level 4

Is there a way to set the replication queues to send out notifications when there are errors and/or blockage? It is hard for some to know when the queues are slow in processing or when they are blocked. Often errors and blockages aren't detected until hours or days have passed. Is there a way to have the queues send out notification messages to administrators so that they can take earlier action? It is a pain to have to sit and monitor the queues manually when large amounts of data are being processed.

The AEM's version is 6.1

1 受け入れられたソリューション

Avatar

正解者
Level 10

You can implement a replication event handler for this purpose. See this article to learn how https://helpx.adobe.com/experience-manager/using/replication_events.html.

元の投稿で解決策を見る

3 返信

Avatar

正解者
Level 10

You can implement a replication event handler for this purpose. See this article to learn how https://helpx.adobe.com/experience-manager/using/replication_events.html.

Avatar

Level 4

I have the service created now when it starts up I receive an error:

error.log:13.11.2015 08:33:01.217 *WARN* [OsgiInstallerImpl] org.apache.felix.eventadmin Service [com.adobe.aem.events.replication.ReplicationEventHandler,4929, [java.lang.Runnable, org.osgi.service.event.EventHandler]] EventAdmin: Invalid EVENT_TOPICS : Missing - Ignoring ServiceReference [[java.lang.Runnable, org.osgi.service.event.EventHandler] |...

What could be wrong? What are valid event topics?

Avatar

Level 4

I've gotten past the invalid topic issue. Now my question is how would I know or track if there are queued items that are in a stuck state or have failed?