コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

AEM Search is having time out issue

Avatar

Level 4

Hi there,
When we try to search a page in AEM it ends up in time out error. see screenshot below. 

Not sure what could be the cause of this. we are using Adobe Experience Manager, Version 6.5
Screenshot 2021-11-30 at 09.27.27.png

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

Hi, This erorr is because of content is too big to handle the query.

The limit can be increase frm osgi but before to do that go through https://wttech.blog/blog/2020/jcr-query-performance/

 

osgi config to update tranverse limit : Apache Jackrabbit Query Engine Settings Service.
The parameter name is 
queryLimitReads.

 

Arun Patidar

AEM LinksLinkedIn

元の投稿で解決策を見る

5 返信

Avatar

Level 2

Hi @anelem1760873,

Are you using any service pack and try to reinstall the service pack ?

Did you check with any other users ?

Does it happens only while searching the page ?

Is there any error logs ?

Did you find any specific logs in browser console ?

 

Avatar

Community Advisor

Hi, 

Could you please check timeout setting at loadbalancer? can you alson try searching within small set of content.

It seems the query is too big and it is taking too much time to return a response.

 

I would also sugegst to check the error and request logs

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 4

The Logs are showing this error.
Screenshot 2021-12-01 at 10.58.01.png

Avatar

正解者
Community Advisor

Hi, This erorr is because of content is too big to handle the query.

The limit can be increase frm osgi but before to do that go through https://wttech.blog/blog/2020/jcr-query-performance/

 

osgi config to update tranverse limit : Apache Jackrabbit Query Engine Settings Service.
The parameter name is 
queryLimitReads.

 

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 4

This didn't work I don't know why its accepted as a solution.