Expand my Community achievements bar.

SOLVED

Facing error while creating a folder via configuration browser console.

Avatar

Level 3

Can anyone help us resolving this issue please.

This is what we could see in the Error logs.

 

09.08.2023 05:17:39.837 *WARN* [sling-oak-observation-19] com.adobe.cq.dam.cfm.graphql.ModelManagerImpl Could not get conf path for model /conf/test
java.lang.IllegalArgumentException: Not a valid model path: /conf/test
at com.adobe.cq.dam.cfm.graphql.Util.getConfPathForContentFragmentModel(Util.java:167) [cq-dam-cfm-graphql:0.0.1.CQ650-B0016]
at com.adobe.cq.dam.cfm.graphql.ModelManagerImpl.invalidate(ModelManagerImpl.java:222) [cq-dam-cfm-graphql:0.0.1.CQ650-B0016]
at com.adobe.cq.dam.cfm.graphql.ModelChangeListener.handleChange(ModelChangeListener.java:105) [cq-dam-cfm-graphql:0.0.1.CQ650-B0016]
at com.adobe.cq.dam.cfm.graphql.ModelChangeListener.onChange(ModelChangeListener.java:85) [cq-dam-cfm-graphql:0.0.1.CQ650-B0016]
at org.apache.sling.resourceresolver.impl.observation.BasicObservationReporter.reportChanges(BasicObservationReporter.java:211) [org.apache.sling.resourceresolver:1.7.10.B004]
at org.apache.sling.jcr.resource.internal.JcrResourceListener.onEvent(JcrResourceListener.java:155) [org.apache.sling.jcr.resource:3.0.18]
at org.apache.jackrabbit.commons.observation.ListenerTracker$1.onEvent(ListenerTracker.java:190) [org.apache.jackrabbit.jackrabbit-jcr-commons:2.20.8]
at org.apache.jackrabbit.oak.jcr.observation.ChangeProcessor.contentChanged(ChangeProcessor.java:513) [org.apache.jackrabbit.oak-jcr:1.22.14]
at org.apache.jackrabbit.oak.plugins.observation.FilteringDispatcher.contentChanged(FilteringDispatcher.java:52) [org.apache.jackrabbit.oak-core:1.22.14]
at org.apache.jackrabbit.oak.spi.commit.BackgroundObserver$1$1.call(BackgroundObserver.java:127) [org.apache.jackrabbit.oak-store-spi:1.22.14]
at org.apache.jackrabbit.oak.spi.commit.BackgroundObserver$1$1.call(BackgroundObserver.java:121) [org.apache.jackrabbit.oak-store-spi:1.22.14]
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Aj_9625932 

 

Can you please let me know how are you trying to create the folder? 

  1.  Are you doing it programmatically?
  2. Do you have the required access for it - if you are doing it manually?

Follow these steps to create the fragment properly: https://experienceleague.adobe.com/docs/experience-manager-65/assets/content-fragments/content-fragm...

 

Thanks,

Kiran Vedantam.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @Aj_9625932 

 

Can you please let me know how are you trying to create the folder? 

  1.  Are you doing it programmatically?
  2. Do you have the required access for it - if you are doing it manually?

Follow these steps to create the fragment properly: https://experienceleague.adobe.com/docs/experience-manager-65/assets/content-fragments/content-fragm...

 

Thanks,

Kiran Vedantam.