Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

parsys Issue

Avatar

Level 4

I’ve tried foundation parsys instead of wcm parsys yet it’s working. Tried removing css class if it has impact and no. Also, tried updating parsys component group manually in etc but all in vain.

In all lower environments it works fine except on staging. checked source code as well across all environments and local, no difference .

I am seeing this error on console :

/etc/designs/default/jcr:content/genericPage/par2/enhancedColumnControl/ContentPar1.2.json?_=1510165635665

/etc/designs/default/jcr:content/genericPage/par2/enhancedColumnControl/ContentPar2.2.json?_=1510165635665

/etc/designs/default/jcr:content/genericPage/par2/enhancedColumnControl/ContentPar3.2.json?_=1510165635665

parsys1.JPGparsys2.png

Thanks,

Vijay

4 Replies

Avatar

Administrator

I did not get the problem. can you explain it a bit more? Also, share the error.log.



Kautuk Sahni

Avatar

Level 4

We have a parsys assignment setup at etc/designs/<my-project>/jcr:content . when ever a page is created parsys assignment to specific parsys is showing as expected and also for existing pages as well except for one page.

That one page is not allowing to edit the parsys as in (components assigned within parsys should show).

So checked template of that page and created a new page using the same template and it works as expected.

upon checking the error log  I see this

09.11.2017 01:15:32.630 *INFO* [172.22.141.38 [1510211732629] GET /etc/designs/default/jcr:content/genericPage/par2/enhancedColumnControl/ContentPar3.2.json HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Resource /etc/designs/default/jcr:content/genericPage/par2/enhancedColumnControl/ContentPar3.2.json not found

09.11.2017 01:15:32.887 *INFO* [172.22.141.38 [1510211732886] GET /etc/designs/default/jcr:content/genericPage/par2/enhancedColumnControl/ContentPar2.2.json HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Resource /etc/designs/default/jcr:content/genericPage/par2/enhancedColumnControl/ContentPar2.2.json not found

09.11.2017 01:15:33.884 *INFO* [172.22.141.38 [1510211733883] GET /etc/designs/default/jcr:content/genericPage/par2/enhancedColumnControl/ContentPar2.2.json HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Resource /etc/designs/default/jcr:content/genericPage/par2/enhancedColumnControl/ContentPar2.2.json not found

09.11.2017 01:15:33.884 *INFO* [172.22.141.38 [1510211733883] GET /etc/designs/default/jcr:content/genericPage/par2/enhancedColumnControl/ContentPar1.2.json HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Resource /etc/designs/default/jcr:content/genericPage/par2/enhancedColumnControl/ContentPar1.2.json not found

09.11.2017 01:15:33.955 *INFO* [172.22.141.38 [1510211733954] GET /etc/designs/default/jcr:content/genericPage/par2/enhancedColumnControl/ContentPar1.2.json HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Resource /etc/designs/default/jcr:content/genericPage/par2/enhancedColumnControl/ContentPar1.2.json not found

09.11.2017 01:16:20.874 *INFO* [oak-repository-executor-1] com.adobe.granite.repository Service [9168, [org.apache.jackrabbit.oak.api.jmx.SessionMBean]] ServiceEvent

But the actual jcr:content is under etc/designs/<my-project>/jcr:content.

Avatar

Level 10

WHy not use the default pasys. I have never seen an issue.

Avatar

Administrator

Never seen such case. Check if there is some error on the page while trying to edit.

Whereas you can use the workaround as you mentioned that it is working as a charm on a new page created with the similar template. It is difficult to debug the issue unless we can reproduce it.



Kautuk Sahni