Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Issues after upgrading to AEM6.3

Avatar

Level 4

Hi Team,

I am not able to use the event listeners due to the below error .

*ERROR* [FelixDispatchQueue] org.apache.felix.eventadmin FrameworkEvent ERROR (org.osgi.framework.ServiceException: Service factory exception: org/apache/sling/event/jobs/JobProcessor)

org.osgi.framework.ServiceException: Service factory exception: org/apache/sling/event/jobs/JobProcessor

is there any new approach for JobProcessor introduce in  AEM6.3  or some api deprecated for JobPocessor?

Thanks in advance

7 Replies

Avatar

Level 10

Are you following an online document. Did you build this using a Maven archetype project?

Avatar

Level 4

Hi Mac,

Yes I followed the step given online but I am setting up new instance of AEM6.3 and deployed the code using maven build on local AEM6.3 + Java8.

Thank you as always

Avatar

Level 10

Event listeners should not have changed in AEM 6.3. I will test too soon. Then post back my findings.

Avatar

Level 4

Hi ,

I am still not able to resolve this issue as jobprocessor is deprecated in AEM6.3 and not able to find the alternative processor to process the event.

Thank you

Avatar

Level 1

Hi ,

Did you get a solution for this?