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.
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:
Any suggestions will be helpful.
Solved! Go to Solution.
Views
Replies
Total Likes
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
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
i see the success call as i paste the component but is taking more time to repaint the UI with response.
Also why do i see WARNING in Logs indicating deprecated index as i try to copy paste.
Views
Replies
Total Likes
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
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies