An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure' to the 'UseSqlServer' call. Transaction (Process ID 219) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
System.InvalidOperationException: An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure' to the 'UseSqlServer' call.
---> Microsoft.Data.SqlClient.SqlException (0x80131904): Transaction (Process ID 219) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at Microsoft.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows)
at Microsoft.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more)
at Microsoft.Data.SqlClient.SqlDataReader.Read()
at Microsoft.EntityFrameworkCore.Query.Internal.BufferedDataReader.BufferedDataRecord.Initialize(DbDataReader reader, IReadOnlyList`1 columns)
at Microsoft.EntityFrameworkCore.Query.Internal.BufferedDataReader.Initialize(IReadOnlyList`1 columns)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)
at Microsoft.EntityFrameworkCore.Query.Internal.FromSqlQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator)
at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)
ClientConnectionId:056dc8b1-2480-4e2b-b475-26da487c5ff0
Error Number:1205,State:51,Class:13
--- End of inner exception stack trace ---
at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)
at Microsoft.EntityFrameworkCore.Query.Internal.FromSqlQueryingEnumerable`1.Enumerator.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at RavenData.RavenDataEntities.usp_SitePageNavigationHierarchy(Nullable`1 siteId, Int32& procResult) in /codebuild/output/src3725438084/src/git-codecommit.us-gov-west-1.amazonaws.com/v1/repos/mccs-gov-app-experience-manager-net5/RavenData/RavenData.cs:line 24217
at RavenData.RavenDataUOW.usp_SitePageNavigationHierarchy(Nullable`1 siteId) in /codebuild/output/src3725438084/src/git-codecommit.us-gov-west-1.amazonaws.com/v1/repos/mccs-gov-app-experience-manager-net5/RavenData/RavenData.cs:line 84638
at RC.Application.DataStores.SitePlannerDataStore.GetData(GetSitePlannerNavItemsArgs args) in /codebuild/output/src3725438084/src/git-codecommit.us-gov-west-1.amazonaws.com/v1/repos/mccs-gov-app-experience-manager-net5/RavenAspnetCore/Application/DataStores/SitePlannerDataStore.cs:line 126
at RC.Application.DataStores.DataStore`2.GetStoreData(Object args) in /codebuild/output/src3725438084/src/git-codecommit.us-gov-west-1.amazonaws.com/v1/repos/mccs-gov-app-experience-manager-net5/RavenAspnetCore/Application/DataStores/DataStore.cs:line 110
at RC.Application.WidgetRenderers.BlueprintInstanceWidgetRenderer.RenderContent(WidgetInstanceData instance) in /codebuild/output/src3725438084/src/git-codecommit.us-gov-west-1.amazonaws.com/v1/repos/mccs-gov-app-experience-manager-net5/RavenAspnetCore/Application/WidgetRenderers/BlueprintInstanceWidgetRenderer.cs:line 54
at RC.Application.WidgetInstanceRenderer`1.Render(WidgetInstanceData instance, Boolean editMode, Boolean showWidgetContent, Boolean isPageDesignerMode) in /codebuild/output/src3725438084/src/git-codecommit.us-gov-west-1.amazonaws.com/v1/repos/mccs-gov-app-experience-manager-net5/RavenAspnetCore/Application/WidgetRenderer.cs:line 928