Expand my Community achievements bar.

SOLVED

HTTP/1.1 was concurrently writing to this session. Blocked until the other thread finished using this session.

Avatar

Level 2
Hi,

Getting below warnings in log. Please suggest.

23.12.2022 14:18:46.994 *WARN* [165.89.114.110 [1671823126991] GET /etc/cloudsettings/default/contexthub.styles.css HTTP/1.1] org.apache.jackrabbit.oak.jcr.delegate.SessionDelegate Attempted to perform refresh while thread 165.89.114.110 [1671823126991] GET /etc/cloudsettings/default/contexthub.ui.js HTTP/1.1 was concurrently writing to this session. Blocked until the other thread finished using this session. Please review your code to avoid concurrent use of a session.
23.12.2022 14:18:46.994 *WARN* [165.89.114.110 [1671823126991] GET /etc/cloudsettings/default/contexthub.ui.js HTTP/1.1] org.apache.jackrabbit.oak.jcr.delegate.SessionDelegate Attempted to perform refresh while thread 165.89.114.110 [1671823126991] GET /etc/cloudsettings/default/contexthub.styles.css HTTP/1.1 was concurrently writing to this session. Blocked until the other thread finished using this session. Please review your code to avoid concurrent use of a session.

Thanks
1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@saurabhkaushik  yes you can create a support ticket. But before that lets try disable contexthub from your environment and confirm

View solution in original post

3 Replies

Avatar

Community Advisor

@saurabhkaushik  at what situation are you facing this issue. This usually happens when their is a shared session. Please refer to below url

 

https://cqdump.joerghoh.de/2015/03/02/aem-scaling-patterns-avoid-shared-sessions/

 

@Jagadeesh_Prakash , Agreed, this happens with shared session. But there is no specific scenario that I can identify when this error occurs.

Moreover, this is happening contexthub, should I create a DayCare Ticket or anything that can be performed further for debugging?

Thanks

Avatar

Correct answer by
Community Advisor

@saurabhkaushik  yes you can create a support ticket. But before that lets try disable contexthub from your environment and confirm