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.

SOLVED

Replication queue issue

Avatar

Level 6

Hi All,

Facing some issue on form submission.

Once we submit the form from publisher , it is getting blocked on replication.

Checked the logs and find the below error 

19.12.2013 11:49:21 - ERROR - Publisher1_Agent : << error: com.day.cq.replication.ReplicationException: Repository error during page import: Node with the same UUID exists:node /home/groups/g/forms-subscribers

How to check the duplicate UUID node and delete it ?

Getting same error on both publishers.

 

Please let me know on this issue .

1 Accepted Solution

Avatar

Correct answer by
Level 10

CQ uses random uuid & per wiki[0] the  probability of 2 random UUIDs  collide is very very low. Out of curosity did attempt has been made to restore from page anything?

It need some low level operation to find duplicate UUID file daycare & get official help.  For now try with  [1] & manually try finding.

[0]   http://en.wikipedia.org/wiki/Universally_unique_identifier#Random_UUID_probability_of_duplicates

[1]   http://helpx.adobe.com/experience-manager/kb/tarpmscan.html

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

CQ uses random uuid & per wiki[0] the  probability of 2 random UUIDs  collide is very very low. Out of curosity did attempt has been made to restore from page anything?

It need some low level operation to find duplicate UUID file daycare & get official help.  For now try with  [1] & manually try finding.

[0]   http://en.wikipedia.org/wiki/Universally_unique_identifier#Random_UUID_probability_of_duplicates

[1]   http://helpx.adobe.com/experience-manager/kb/tarpmscan.html