내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Sling eventing -retry

Avatar

Level 4

Hi,

 

I am using sling internal queuing mechanism and I have set no. of retries to 5. Still, my process is failing after 1st attempt.

Any pointers on this or is there any correct way to set this parameter "no. of retries".

My part of my xml is:

<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
    jcr:primaryType="sling:OsgiConfig"
     projectstatus.job.retries="{String}3" />

 

Regards,

Shallu Rohilla

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

Shallu Rohilla wrote...

Any inputs on if there is some hotfix for sling event jar version 3.1.4.

Not seen this in 5.6 Please file support ticket and attach all the logs & time frame you had issue. 

원본 게시물의 솔루션 보기

6 답변 개

Avatar

Level 10

Retry doesn't grantee all will succeed it will make an attempt & your implementation should complete it.  Per your configuration failing first time with surely make an reattempt until 5 times afterwards it stops.   Though projectstatus.job.retries looks like your custom implementation & make sure it is setting value correctly for job queue. 

Avatar

Level 4

Hi Sham,

The behavior is very inconsistent. Sometimes it retries completely i.e. suppose if the value has been set to 5. It retries exactly 5 times. However sometimes even if the process is in the queue(I verified the node is being created under /var/events and still exists), it retries only once and twice and just stops with process node remaining as is in under /var/events. I also checekd the total number of retry count and it shows only 2 retry counts.

Regards,

Shallu Rohilla

Avatar

Level 10

Shallu Rohilla wrote...

The behavior is very inconsistent. Sometimes it retries completely i.e. suppose if the value has been set to 5. It retries exactly 5 times. However sometimes even if the process is in the queue(I verified the node is being created under /var/events and still exists), it retries only once and twice and just stops with process node remaining as is in under /var/events. I also checekd the total number of retry count and it shows only 2 retry counts.

Which version ?   Do you have NPR-3728 (http://helpx.adobe.com/experience-manager/kb/cq561-available-hotfixes.html) installed already?   .  If aem version is not 561 & seeing issue after hotfix. Please file support ticket and attach all the logs & time frame you had issue. 

Avatar

Level 4

Hi Sham,

Sorry for confusion but we are using Adobe CQ (5.6.0) and not 5.6.1 version.

Regards,

Shallu

Avatar

Level 4

Hi Sham,

The sling event jar version that I am using is 3.1.4. However the hotfix consists of jar version 3.3.4 which is not supported by CQ 5.6.0.

Any inputs on if there is some hotfix for sling event jar version 3.1.4.

Regards,

Shallu

Avatar

정확한 답변 작성자:
Level 10

Shallu Rohilla wrote...

Any inputs on if there is some hotfix for sling event jar version 3.1.4.

Not seen this in 5.6 Please file support ticket and attach all the logs & time frame you had issue.