I'm seeing multiple occurances of the error below. It doesn't have any stack trace, for me to investigate. Can anybody help out with suggestion on who to troubleshooth this, and handle the error properly:
server version 5.5.7
Thank you
at Soss.Client.DataAccessor.ReleaseLock()
at Soss.Web.SossStoreProvider.ReleaseItemExclusive(HttpContext context, String id, Object lockId)
at System.Web.SessionState.SessionStateModule.OnReleaseState(Object source, EventArgs eventArgs)
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
server version 5.5.7
Thank you
Code:
Exception type: ObjectLockedException
Exception message: Unable to unlock StateServer entry for key: 0jjtteuvzwmoyvodonpocini: Object locked.
at Soss.Web.SossStoreProvider.ReleaseItemExclusive(HttpContext context, String id, Object lockId)
at System.Web.SessionState.SessionStateModule.OnReleaseState(Object source, EventArgs eventArgs)
at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)