AEM Assets | Metadata Schema | Community
Skip to main content
prabodh
Level 2
July 11, 2017
Solved

AEM Assets | Metadata Schema

  • July 11, 2017
  • 1 reply
  • 4002 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by MC_Stuff

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,

1 reply

MC_Stuff
MC_StuffAccepted solution
Level 10
July 12, 2017

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,