Hi Team,
When I upload an asset(s) to DAM, getting the following warnings in the error.log:
11.07.2017 06:33:16.053 *WARN* [172.16.132.134 [1499776394537] GET /assets.html/content/dam/websecurity HTTP/1.1] org.apache.sling.caconfig.resource.impl.def.DefaultConfigurationResourceResolvingStrategy Ignoring reference to /conf/global/settings/dam/adminui-extension/metadataschema from /conf/global/settings/dam/adminui-extension/metadataschema - already a fallback path.
11.07.2017 06:33:16.053 *WARN* [172.16.132.134 [1499776394537] GET /assets.html/content/dam/websecurity HTTP/1.1] org.apache.sling.caconfig.resource.impl.def.DefaultConfigurationResourceResolvingStrategy Ignoring reference to /conf/global/settings/dam/adminui-extension from /conf/global/settings/dam/adminui-extension - already a fallback path.
11.07.2017 06:33:16.053 *WARN* [172.16.132.134 [1499776394537] GET /assets.html/content/dam/websecurity HTTP/1.1] org.apache.sling.caconfig.resource.impl.def.DefaultConfigurationResourceResolvingStrategy Ignoring reference to /conf/global/settings/dam from /conf/global/settings/dam - already a fallback path.
11.07.2017 06:33:16.053 *WARN* [172.16.132.134 [1499776394537] GET /assets.html/content/dam/websecurity HTTP/1.1] org.apache.sling.caconfig.resource.impl.def.DefaultConfigurationResourceResolvingStrategy Ignoring reference to /conf/global/settings from /conf/global/settings - Probably misconfigured as it ends with '/settings'
11.07.2017 06:33:16.053 *WARN* [172.16.132.134 [1499776394537] GET /assets.html/content/dam/websecurity HTTP/1.1] org.apache.sling.caconfig.resource.impl.def.DefaultConfigurationResourceResolvingStrategy Ignoring reference to /conf/global from /conf/global - already a fallback path.
How do I stop these warnings, could anyone help me out please.
Note that I have created a new metadata schema and applied to the folder where in the assets are dropped.
Solved! Go to Solution.
Hi Probodh,
By default it checks in order "/conf/global" , "/apps/conf" and "/libs/conf" , the message indicates config exist in multiple place, picking one & ignoring others. Nothing to worry.
Configure the logger to error for package org.apache.sling.caconfig.resource.impl.def.DefaultConfigurationResourceResolvingStrategy
OR
FIle a official support request to make it silent & does not make sense to log it.
Thanks,
Hi Probodh,
By default it checks in order "/conf/global" , "/apps/conf" and "/libs/conf" , the message indicates config exist in multiple place, picking one & ignoring others. Nothing to worry.
Configure the logger to error for package org.apache.sling.caconfig.resource.impl.def.DefaultConfigurationResourceResolvingStrategy
OR
FIle a official support request to make it silent & does not make sense to log it.
Thanks,