Hello Team,
I have a AEM project built using Archetype 23 and i have defined multiple content packages(ui.apps). i have same OSGI configurations defined in them. As per the earlier versions of AEM, OSGI will pickup based on order of runmodes. But with AEM as cloud, Build pipeline failing in Cloud Manager itself stating that conflict of OSGI configurations.
Where should i set this "'mergeConfigurations' flag to 'true'"?
Error:-
Configuration 'org.apache.sling.commons.log.LogManager.factory.config~test' already defined in Feature Model 'my_packages:aem-program-project.all:slingosgifeature:0.0.1-SNAPSHOT', set the 'mergeConfigurations' flag to 'true' if you want to merge multiple configurations with same PID
@kautuk_sahni @arunpatidar @kaushal_mall
Solved! Go to Solution.
There are a couple of issues going on here.
If you remove your duplicate configs, it should work as expected.
There are a couple of issues going on here.
If you remove your duplicate configs, it should work as expected.
Views
Replies
Total Likes
Views
Replies
Total Likes
Hello ,
The build/deploy should work fine if we have only one config per PID across all the runmode configs. Please check by removing duplicate configs.
Regards,
Anubha