Skip to content

Instantly share code, notes, and snippets.

@amites
Created June 6, 2018 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amites/07eaa8f7b494454f9f002922862b9c73 to your computer and use it in GitHub Desktop.
Save amites/07eaa8f7b494454f9f002922862b9c73 to your computer and use it in GitHub Desktop.
fails from master branch
fundweb_1 | fail: Microsoft.EntityFrameworkCore.Update[10000]
fundweb_1 | An exception occurred in the database while saving changes for context type 'FundWeb.Data.FundWebContext'.
fundweb_1 | System.InvalidOperationException: A second operation started on this context before a previous operation completed. Any instance members are not guaranteed to be thread safe.
fundweb_1 | at Microsoft.EntityFrameworkCore.Internal.ConcurrencyDetector.EnterCriticalSection()
fundweb_1 | at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.<SaveChangesAsync>d__61.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.<SaveChangesAsync>d__59.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.DbContext.<SaveChangesAsync>d__48.MoveNext()
fundweb_1 | System.InvalidOperationException: A second operation started on this context before a previous operation completed. Any instance members are not guaranteed to be thread safe.
fundweb_1 | at Microsoft.EntityFrameworkCore.Internal.ConcurrencyDetector.EnterCriticalSection()
fundweb_1 | at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.<SaveChangesAsync>d__61.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.<SaveChangesAsync>d__59.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.DbContext.<SaveChangesAsync>d__48.MoveNext()
fundweb_1 | fail: FundWeb.Program[0]
fundweb_1 | An error occurred while seeding the database.
fundweb_1 | System.InvalidOperationException: The instance of entity type 'UserFund' cannot be tracked because another instance with the same key value for {'FundId', 'UserId'} is already being tracked. When attaching existing entities, ensure that only one entity instance with a given key value is attached. Consider using 'DbContextOptionsBuilder.EnableSensitiveDataLogging' to see the conflicting key values.
fundweb_1 | at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IdentityMap`1.Add(TKey key, InternalEntityEntry entry)
fundweb_1 | at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.NullableKeyIdentityMap`1.Add(InternalEntityEntry entry)
fundweb_1 | at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.StartTracking(InternalEntityEntry entry)
fundweb_1 | at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry.SetEntityState(EntityState oldState, EntityState newState, Boolean acceptChanges)
fundweb_1 | at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry.SetEntityState(EntityState entityState, Boolean acceptChanges, Boolean forceStateWhenUnknownKey)
fundweb_1 | at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.EntityGraphAttacher.PaintAction(EntityEntryGraphNode node)
fundweb_1 | at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.EntityEntryGraphIterator.TraverseGraph(EntityEntryGraphNode node, Func`2 handleNode)
fundweb_1 | at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.EntityGraphAttacher.AttachGraph(InternalEntityEntry rootEntry, EntityState entityState, Boolean forceStateWhenUnknownKey)
fundweb_1 | at Microsoft.EntityFrameworkCore.DbContext.SetEntityState(InternalEntityEntry entry, EntityState entityState)
fundweb_1 | at Microsoft.EntityFrameworkCore.DbContext.SetEntityState[TEntity](TEntity entity, EntityState entityState)
fundweb_1 | at Microsoft.EntityFrameworkCore.DbContext.Add[TEntity](TEntity entity)
fundweb_1 | at Microsoft.EntityFrameworkCore.Internal.InternalDbSet`1.Add(TEntity entity)
fundweb_1 | at FundWeb.Data.DbInitializer.Initialize(FundWebContext context, UserManager`1 userManager) in /src/FundWeb/Data/DbInitalizer.cs:line 610
fundweb_1 | at FundWeb.Program.Main(String[] args) in /src/FundWeb/Program.cs:line 30
fundweb_1 | fail: Microsoft.EntityFrameworkCore.Update[10000]
fundweb_1 | An exception occurred in the database while saving changes for context type 'FundWeb.Data.FundWebContext'.
fundweb_1 | System.InvalidOperationException: A second operation started on this context before a previous operation completed. Any instance members are not guaranteed to be thread safe.
fundweb_1 | at Microsoft.EntityFrameworkCore.Internal.ConcurrencyDetector.EnterCriticalSection()
fundweb_1 | at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.<SaveChangesAsync>d__61.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.<SaveChangesAsync>d__59.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.DbContext.<SaveChangesAsync>d__48.MoveNext()
fundweb_1 | System.InvalidOperationException: A second operation started on this context before a previous operation completed. Any instance members are not guaranteed to be thread safe.
fundweb_1 | at Microsoft.EntityFrameworkCore.Internal.ConcurrencyDetector.EnterCriticalSection()
fundweb_1 | at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.<SaveChangesAsync>d__61.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.<SaveChangesAsync>d__59.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.DbContext.<SaveChangesAsync>d__48.MoveNext()
fundweb_1 | fail: Microsoft.EntityFrameworkCore.Update[10000]
fundweb_1 | An exception occurred in the database while saving changes for context type 'FundWeb.Data.FundWebContext'.
fundweb_1 | System.InvalidOperationException: A second operation started on this context before a previous operation completed. Any instance members are not guaranteed to be thread safe.
fundweb_1 | at Microsoft.EntityFrameworkCore.Internal.ConcurrencyDetector.EnterCriticalSection()
fundweb_1 | at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.<SaveChangesAsync>d__61.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.<SaveChangesAsync>d__59.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.DbContext.<SaveChangesAsync>d__48.MoveNext()
fundweb_1 | System.InvalidOperationException: A second operation started on this context before a previous operation completed. Any instance members are not guaranteed to be thread safe.
fundweb_1 | at Microsoft.EntityFrameworkCore.Internal.ConcurrencyDetector.EnterCriticalSection()
fundweb_1 | at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.<SaveChangesAsync>d__61.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.<SaveChangesAsync>d__59.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.DbContext.<SaveChangesAsync>d__48.MoveNext()
fundweb_1 | fail: Microsoft.EntityFrameworkCore.Database.Command[20102]
fundweb_1 | Failed executing DbCommand (2ms) [Parameters=[@__normalizedRoleName_0='?' (Size = 256)], CommandType='Text', CommandTimeout='30']
fundweb_1 | SELECT TOP(2) [r].[Id], [r].[ConcurrencyStamp], [r].[Name], [r].[NormalizedName]
fundweb_1 | FROM [AspNetRoles] AS [r]
fundweb_1 | WHERE [r].[NormalizedName] = @__normalizedRoleName_0
fundweb_1 | System.InvalidOperationException: Invalid operation. The connection is closed.
fundweb_1 | at System.Data.SqlClient.SqlCommand.<>c.<ExecuteDbDataReaderAsync>b__108_0(Task`1 result)
fundweb_1 | at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
fundweb_1 | at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
fundweb_1 | at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.Storage.Internal.RelationalCommand.<ExecuteAsync>d__17.MoveNext()
fundweb_1 | Hosting environment: Production
fundweb_1 | Content root path: /app
fundweb_1 | Now listening on: http://[::]:80
fundweb_1 | Application started. Press Ctrl+C to shut down.
fundweb_1 | fail: Microsoft.EntityFrameworkCore.Query[10100]
fundweb_1 | An exception occurred in the database while iterating the results of a query for context type 'FundWeb.Data.FundWebContext'.
fundweb_1 | System.InvalidOperationException: Invalid operation. The connection is closed.
fundweb_1 | at System.Data.SqlClient.SqlCommand.<>c.<ExecuteDbDataReaderAsync>b__108_0(Task`1 result)
fundweb_1 | at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
fundweb_1 | at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
fundweb_1 | at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.Storage.Internal.RelationalCommand.<ExecuteAsync>d__17.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.Query.Internal.AsyncQueryingEnumerable`1.AsyncEnumerator.<BufferlessMoveNext>d__10.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at Microsoft.EntityFrameworkCore.Storage.Internal.SqlServerExecutionStrategy.<ExecuteAsync>d__7`2.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.Query.Internal.AsyncQueryingEnumerable`1.AsyncEnumerator.<MoveNext>d__9.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
fundweb_1 | at System.Linq.AsyncEnumerable.<SingleOrDefault_>d__381`1.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.Query.Internal.AsyncLinqOperatorProvider.TaskResultAsyncEnumerable`1.Enumerator.<MoveNext>d__3.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
fundweb_1 | at System.Linq.AsyncEnumerable.SelectEnumerableAsyncIterator`2.<MoveNextCore>d__7.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
fundweb_1 | at System.Linq.AsyncEnumerable.AsyncIterator`1.<MoveNext>d__10.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.Query.Internal.AsyncLinqOperatorProvider.ExceptionInterceptor`1.EnumeratorExceptionInterceptor.<MoveNext>d__5.MoveNext()
fundweb_1 | System.InvalidOperationException: Invalid operation. The connection is closed.
fundweb_1 | at System.Data.SqlClient.SqlCommand.<>c.<ExecuteDbDataReaderAsync>b__108_0(Task`1 result)
fundweb_1 | at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
fundweb_1 | at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
fundweb_1 | at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.Storage.Internal.RelationalCommand.<ExecuteAsync>d__17.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.Query.Internal.AsyncQueryingEnumerable`1.AsyncEnumerator.<BufferlessMoveNext>d__10.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at Microsoft.EntityFrameworkCore.Storage.Internal.SqlServerExecutionStrategy.<ExecuteAsync>d__7`2.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.Query.Internal.AsyncQueryingEnumerable`1.AsyncEnumerator.<MoveNext>d__9.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
fundweb_1 | at System.Linq.AsyncEnumerable.<SingleOrDefault_>d__381`1.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.Query.Internal.AsyncLinqOperatorProvider.TaskResultAsyncEnumerable`1.Enumerator.<MoveNext>d__3.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
fundweb_1 | at System.Linq.AsyncEnumerable.SelectEnumerableAsyncIterator`2.<MoveNextCore>d__7.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
fundweb_1 | at System.Linq.AsyncEnumerable.AsyncIterator`1.<MoveNext>d__10.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.Query.Internal.AsyncLinqOperatorProvider.ExceptionInterceptor`1.EnumeratorExceptionInterceptor.<MoveNext>d__5.MoveNext()
fundweb_1 | fail: Microsoft.EntityFrameworkCore.Query[10100]
fundweb_1 | An exception occurred in the database while iterating the results of a query for context type 'FundWeb.Data.FundWebContext'.
fundweb_1 | System.ObjectDisposedException: Cannot access a disposed object. A common cause of this error is disposing a context that was resolved from dependency injection and then later trying to use the same context instance elsewhere in your application. This may occur if you are calling Dispose() on the context, or wrapping the context in a using statement. If you are using dependency injection, you should let the dependency injection container take care of disposing context instances.
fundweb_1 | Object name: 'AsyncDisposer'.
fundweb_1 | at Microsoft.EntityFrameworkCore.Internal.ConcurrencyDetector.AsyncDisposer.Dispose()
fundweb_1 | at Microsoft.EntityFrameworkCore.Query.Internal.AsyncLinqOperatorProvider.ExceptionInterceptor`1.EnumeratorExceptionInterceptor.<MoveNext>d__5.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.<ExecuteSingletonAsyncQuery>d__23`1.MoveNext()
fundweb_1 | System.ObjectDisposedException: Cannot access a disposed object. A common cause of this error is disposing a context that was resolved from dependency injection and then later trying to use the same context instance elsewhere in your application. This may occur if you are calling Dispose() on the context, or wrapping the context in a using statement. If you are using dependency injection, you should let the dependency injection container take care of disposing context instances.
fundweb_1 | Object name: 'AsyncDisposer'.
fundweb_1 | at Microsoft.EntityFrameworkCore.Internal.ConcurrencyDetector.AsyncDisposer.Dispose()
fundweb_1 | at Microsoft.EntityFrameworkCore.Query.Internal.AsyncLinqOperatorProvider.ExceptionInterceptor`1.EnumeratorExceptionInterceptor.<MoveNext>d__5.MoveNext()
fundweb_1 | --- End of stack trace from previous location where exception was thrown ---
fundweb_1 | at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
fundweb_1 | at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
fundweb_1 | at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.<ExecuteSingletonAsyncQuery>d__23`1.MoveNext()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment