I am getting the below error many times in logs
com.day.cq.wcm.msm.impl.RolloutConfigManagerFactoryImpl RolloutConfig /libs/msm/wcm/rolloutconfigs/activate is invalid: Failed to resolve Factory with id rep:policy, maybe Service is uninstalled
Does any one know the reason, using AEM 6.5
Solved! Go to Solution.
Views
Replies
Total Likes
Please file an issue with Adobe support, it looks like that this logic tries to handle all child nodes as rollout configs, even child nodes with a special meaning.
@user17427320 seems this is addressed here ref.
Hi @Manu_Mathew_
Thanks for the update,
In the reference link, error is showing up in logs for a node for which we have a liveAction or liveActionName.
But in my case the error is coming as we need some permissions for the node and a rep:policy node is generated, i dont have any liveAction for rep:policy node as such and AEM is treating this rep:policy node as well like an OSGI service
Please file an issue with Adobe support, it looks like that this logic tries to handle all child nodes as rollout configs, even child nodes with a special meaning.
Hi,
i am having same issue. here rollout config is always null and rolloutconfigManager is always not satisfied in component reference.
Any solution to this? and i have aem sdk -
2023.12.14697.20231215T125030
rolloutConfig = rolloutConfigManager.getRolloutConfig(rolloutConfigPath);
Views
Replies
Total Likes
Views
Likes
Replies