Expand my Community achievements bar.

Join expert-led, customer-led sessions on Adobe Experience Manager Assets on August 20th at our Skill Exchange.
SOLVED

Page Unresponsive / UI lockup on copy pasting component within form

Avatar

Level 2

Hi All,

I am trying to copy paste the component within the component making it nested. but the page becomes unresponsive UI locks-up for more than 5 mins and is back once the request completes. To be precise request throws success response soon but loading the response on to UI is time consuming.

 

Ex: Copying the date component from nested dropdown and pasting it anywhere within the different parsys of dropdown, checkboxlist, or segmentedcontrols (All these components have 3-4 parsys) is making the page unresponsive for a while taking time to load the content on pasting.

I am thinking this is because of the complex nested structure.

 

below is the structure of form.

 

 

Veena1_0-1737903617296.png

 

Logs indicate a warning of deprecated index 

26.01.2025 13:50:10.876 *WARN* [10.201.204.206 [1737899402187] GET /bin/wcm/references HTTP/1.1] org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex This index is deprecated: /oak:index/lucene; it is used for query Filter(query=select [jcr:path], [jcr:score], * from [nt:base] as a where contains(*, '/content/forms/af/XXXX/BB/test/jcr%3acontent/form/dropdown/par-May%20be/date_copy_copy') /* xpath: //*[jcr:contains(., '/content/forms/af/XXX/BB/test/jcr%3acontent/form/dropdown/par-May%20be/date_copy_copy')] */ fullText="/content/forms/af/XXX/BB/test/jcr%3acontent/form/dropdown/par-May%20be/date_copy_copy", path=*). Please change the query or the index definitions.
26.01.2025 13:50:12.013 *WARN* [10.201.204.206 [1737899402187] GET /bin/wcm/references HTTP/1.1] org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex This index is deprecated: /oak:index/lucene; it is used for query Filter(query=select [jcr:path], [jcr:score], * from [nt:base] as a where contains(*, '/content/forms/af/XXX/BB/test/jcr%3Acontent/form/dropdown/par-May%20be/date_copy_copy') /* xpath: //*[jcr:contains(., '/content/forms/af/XXX/BB/test/jcr%3Acontent/form/dropdown/par-May%20be/date_copy_copy')] */ fullText="/content/forms/af/XXX/BB/test/jcr%3Acontent/form/dropdown/par-May%20be/date_copy_copy", path=*). Please change the query or the index definitions.
26.01.2025 13:50:19.396 *INFO* [10.201.204.206 [1737899419388] POST /content/forms/af/XXX/BB/test/jcr:content/form/dropdown/par-May%20be/date_copy_copy HTTP/1.1] com.adobe.aem.formsndocuments.util.FMUtils setting last modified time for : /content/dam/formsanddocuments/XXX/BB/test
26.01.2025 13:50:19.495 *ERROR* [HealthCheck SSL Configuration] com.adobe.granite.security.user.ui.internal.servlets.SSLConfigurationServlet Connection to URL https://XXXXX/ successful, but SSL certificate is invalid: 
javax.net.ssl.SSLPeerUnverifiedException: Certificate for <XXXXXX> doesn't match any of the subject alternative names: 

Veena1_1-1737904458266.png

Any suggestions will be helpful.

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Veena1 ,

 

The success is for the data being added but the UI only reflects it once the whole processing is done, hence the page freezes. The warning in Logs indicate that there are deprecated properties being used in the indexing of pages, it has nothing to do with the page being unresponsive.

 

Regards,

Anupam Patra

View solution in original post

3 Replies

Avatar

Community Advisor

Hi @Veena1 ,

 

Your guess is correct, AEM takes time because it needs to process the data in the backend via scripts which makes the page unresponsive. From the screenshot there's a lot of nested data so it is expected. Its best to automate this process if you need to do it in bulk using a script - Groovy or MCP.

 

Regards,

Anupam Patra

Avatar

Level 2

@anupampat 

i see the success call as i paste the component but is taking more time to repaint the UI with response.

Veena1_0-1737981611313.png

Also why do i see WARNING in Logs indicating deprecated index as i try to copy paste.

Avatar

Correct answer by
Community Advisor

Hi @Veena1 ,

 

The success is for the data being added but the UI only reflects it once the whole processing is done, hence the page freezes. The warning in Logs indicate that there are deprecated properties being used in the indexing of pages, it has nothing to do with the page being unresponsive.

 

Regards,

Anupam Patra