Leiste mit Community-Erfolgen erweitern.

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

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Polling not working in AEM 6

Avatar

Community Advisor

I created a polling service with corresponding polling node.

 
On CQ 5.5 and 5.6, I can see polling information in http://localhost:4502/etc/importers/polling.html. It has a config for my polling service but on 6.0, this config is not there.
 
Anyone faced similar issue.. Urgent.. 
1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Level 10
7 Antworten

Avatar

Level 10

I am not seeing any Polling Information in the AEM 6 documentation. Please log a ticket here:

http://helpx.adobe.com/marketing-cloud/experience-manager.html

Avatar

Korrekte Antwort von
Level 10

Here is a new community article to address this use case:

http://helpx.adobe.com/experience-manager/using/polling.html

Avatar

Community Advisor

Nope. Could not find it anywhere.. Tried out few things and this one worked..

Avatar

Community Advisor

I think I am missing something. If I add config node with cq:PollConfig node under /apps/prject/config, it still doesnt work, right?

Avatar

Community Advisor

Well got it to work with some changes. Not sure whether it is bug or expected thing. Here is what was happening:

Seems that polling config node with cq:PollConfig mixin now(in 6.0) gets picked up only from /etc/importers/polling... I had that node inside /apps/config and it was getting picked in 5.6. I hap to move that node inside ets importers to get it work on AEM 6.0 also.

Is that how it should work?

Avatar

Level 10

We are going to add this topic to a list of community articles. 

Avatar

Level 10

do not use /apps - you can use /content as specified in the new article.