Server Error in '/' Application.

Transaction (Process ID 57) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.

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.Data.SqlClient.SqlException: Transaction (Process ID 57) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.

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:


[SqlException (0x80131904): Transaction (Process ID 57) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.]
   System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +3334768
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +334
   System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) +4679
   System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) +255
   System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) +298
   System.Data.SqlClient.SqlDataReader.Read() +43
   System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping) +166
   System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) +219
   System.Data.Common.DataAdapter.Fill(DataSet dataSet, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) +492
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +289
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +180
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +126
   CMS.DataEngine.AbstractDataConnection.ExecuteQuery(String queryText, QueryDataParameters queryParams, QueryTypeEnum queryType, Boolean requiresTransaction) +251

[Exception: 
[DataConnection.HandleError]: 

Query: 
SELECT   IsSecuredNode, DocumentStylesheetID, DocumentPageTemplateID, NodeDocType, NodeHeadTags, NodeCacheMinutes, DocumentPageTitle, DocumentPageKeyWords, DocumentPageDescription, NodeBodyElementAttributes, RequiresSSL, NodeID, DocumentID, DocumentCulture, NodeACLID, NodeLinkedNodeID, ClassName, NodeAliasPath, NodeTemplateID, NodeTemplateForAllCultures, NodeWireframeTemplateID, NodeAllowCacheInFileSystem, DocumentLogVisitActivity FROM View_CMS_Tree_Joined WHERE (((NodeSiteID = 1) AND (DocumentCulture = N'en-US')) AND (NodeLevel <= 1)) AND (NodeAliasPath = N'/') ORDER BY NodeLevel DESC

Caused exception: 
Transaction (Process ID 57) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
]
   CMS.DataEngine.AbstractDataConnection.HandleError(String queryText, Exception ex) +229
   CMS.DataEngine.AbstractDataConnection.ExecuteQuery(String queryText, QueryDataParameters queryParams, QueryTypeEnum queryType, Boolean requiresTransaction) +340
   CMS.DataEngine.GeneralConnection.RunQuery(QueryParameters query) +389
   CMS.DataEngine.GeneralConnection.ExecuteQueryInternal(QueryParameters query) +452
   CMS.DataEngine.GeneralConnection.ExecuteQuery(String queryName, QueryDataParameters parameters, QueryMacros macros, Int32 offset, Int32 maxRecords, Int32& totalRecords) +71
   CMS.DataEngine.DataQueryBase`1.GetDataFromDB() +257
   CMS.DataEngine.DataQueryBase`1.GetData() +118
   CMS.DataEngine.DataQueryBase`1.get_Result() +100
   CMS.DataEngine.ConnectionHelper.ExecuteQuery(String queryName, QueryDataParameters parameters, String where, String orderBy, Int32 topN, String columns, Int32 offset, Int32 maxRecords, Int32& totalRecords) +367
   CMS.DocumentEngine.TreeProvider.ExecuteQuery(String queryName, QueryDataParameters parameters, String where, String orderBy, Int32 topN, String columns, Int32 offset, Int32 maxRecords, Int32& totalRecords) +142
   CMS.DocumentEngine.TreeProvider.GetDocumentTypeData(String className, String where, String orderBy, Int32 topN, String columns, Int32& tables) +240
   CMS.DocumentEngine.TreeProvider.SelectNodes(NodeSelectionParameters parameters) +1331
   CMS.DocumentEngine.PageInfo.GetUpperTree() +466
   CMS.DocumentEngine.PageInfo.get_UpperTree() +81
   CMS.DocumentEngine.PageInfo.GetValueFromUpperTree(String column, Boolean checkForNull, Boolean onlyMaster) +72
   CMS.DocumentEngine.PageInfo.get_RequiresSSLValue() +47
   CMS.DocumentEngine.PageSecurityHelper.RequestSecurePage(PageInfo pi, Boolean excludeSystem, ViewModeEnum viewMode, String siteName) +58
   CMS.DocumentEngine.PageSecurityHelper.CheckPageSecurity(PageInfo pageInfo, SiteNameOnDemand siteName, ViewModeOnDemand viewMode, String relativePath) +199
   CMS.URLRewritingEngine.URLRewritingHandlers.CheckSecurity(RequestStatusEnum status, SiteNameOnDemand siteName, ViewModeOnDemand viewMode, String relativePath) +295
   CMS.Base.AbstractHandler.CallEventHandler(EventHandler`1 h, TArgs e) +106
   CMS.Base.AbstractHandler.Raise(String partName, List`1 list, TArgs e, Boolean important) +1007
   CMS.Base.SimpleHandler`2.RaiseExecute(TArgs e) +138
   CMS.Base.SimpleHandler`2.RaiseExecute(TArgs e) +167
   CMS.Base.SimpleHandler`2.StartEvent(TArgs e) +276
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +142
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +75
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +93


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