Home Gitesh Portfolio Blog About Me Gallery Contact

XM Cloud: The request queue limit of the session is exceeded.

While working locally you might see a 500 error message in XM Cloud development for  The request queue limit of the session is exceeded. For me this happened in the experience editor.

Error

The request queue limit of the session is exceeded.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.


Exception Details: System.Web.HttpException: The request queue limit of the session is exceeded.

Source Error:
 
An unhandled exception was generated during the execution of the current web request.
Information regarding the origin and location of the exception can be identified
using the exception stack trace below.

Stack Trace:
 

[HttpException (0x80004005): The request queue limit of the session is exceeded.]
   System.Web.SessionState.SessionStateModule.QueueRef() +348
   System.Web.SessionState.SessionStateModule.PollLockedSession() +109
   System.Web.SessionState.SessionStateModule.GetSessionStateItem() +422
   System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData) +1008
   System.Web.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +689
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +220
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +134

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4494.0

XM Cloud - The request queue limit of the session is exceeded.
 


Solution:

  1. Error comes up when you are logged out , so make sure you login again and than try to go to experience editor of XM Cloud again.
  2. Can also come up when CM env is busy processing other requests (e.g.: deleting items or copying items in sitetree).
  3. Can also happening if Sitecore is busy with Sitecore Serialization tasks.

 
Posted: 25/09/2023 8:34:08 p.m. by Gitesh Shah | with 0 comments