Advertisement
user461321

Untitled

Jul 19th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.22 KB | None | 0 0
  1. Received an error from the server
  2. An error occured
  3. Object reference not set to an instance of an object.
  4.  
  5. Exception Details
  6. System.NullReferenceException: Object reference not set to an instance of an object.
  7. Stacktrace
  8. at Umbraco.Web.PublishedCache.NuCache.PublishedSnapshotService.RefreshMediaTypesLocked(List`1 removedIds, List`1 refreshedIds, List`1 otherIds, List`1 newIds) in d:\a\1\s\src\Umbraco.Web\PublishedCache\NuCache\PublishedSnapshotService.cs:line 1060
  9. at Umbraco.Web.PublishedCache.NuCache.PublishedSnapshotService.Notify[T](ContentStore store, JsonPayload[] payloads, Action`4 action) in d:\a\1\s\src\Umbraco.Web\PublishedCache\NuCache\PublishedSnapshotService.cs:line 867
  10. at Umbraco.Web.PublishedCache.NuCache.PublishedSnapshotService.Notify(JsonPayload[] payloads) in d:\a\1\s\src\Umbraco.Web\PublishedCache\NuCache\PublishedSnapshotService.cs:line 818
  11. at Umbraco.Web.Cache.ContentTypeCacheRefresher.<>c__DisplayClass12_0.<Refresh>b__6() in d:\a\1\s\src\Umbraco.Web\Cache\ContentTypeCacheRefresher.cs:line 94
  12. at Umbraco.Core.PublishedModelFactoryExtensions.WithSafeLiveFactory(IPublishedModelFactory factory, Action action) in d:\a\1\s\src\Umbraco.Core\PublishedModelFactoryExtensions.cs:line 37
  13. at Umbraco.Web.Cache.ContentTypeCacheRefresher.Refresh(JsonPayload[] payloads) in d:\a\1\s\src\Umbraco.Web\Cache\ContentTypeCacheRefresher.cs:line 93
  14. at Umbraco.Core.Sync.ServerMessengerBase.DeliverLocal[TPayload](ICacheRefresher refresher, TPayload[] payload) in d:\a\1\s\src\Umbraco.Core\Sync\ServerMessengerBase.cs:line 165
  15. at Umbraco.Core.Sync.ServerMessengerBase.Deliver[TPayload](ICacheRefresher refresher, TPayload[] payload) in d:\a\1\s\src\Umbraco.Core\Sync\ServerMessengerBase.cs:line 295
  16. at Umbraco.Core.Sync.ServerMessengerBase.PerformRefresh[TPayload](ICacheRefresher refresher, TPayload[] payload) in d:\a\1\s\src\Umbraco.Core\Sync\ServerMessengerBase.cs:line 64
  17. at Umbraco.Web.Cache.DistributedCache.RefreshByPayload[TPayload](Guid refresherGuid, IEnumerable`1 payloads) in d:\a\1\s\src\Umbraco.Web\Cache\DistributedCache.cs:line 94
  18. at Umbraco.Web.Cache.DistributedCacheExtensions.RefreshContentTypeCache(DistributedCache dc, ContentTypeChange`1[] changes) in d:\a\1\s\src\Umbraco.Web\Cache\DistributedCacheExtensions.cs:line 225
  19. at Umbraco.Web.Cache.DistributedCacheBinder.MediaTypeService_Changed(IMediaTypeService sender, EventArgs args) in d:\a\1\s\src\Umbraco.Web\Cache\DistributedCacheBinder_Handlers.cs:line 302
  20. at Umbraco.Core.Events.EventDefinition`2.RaiseEvent() in d:\a\1\s\src\Umbraco.Core\Events\EventDefinition.cs:line 69
  21. at Umbraco.Core.Events.QueuingEventDispatcher.ScopeExitCompleted() in d:\a\1\s\src\Umbraco.Core\Events\QueuingEventDispatcher.cs:line 23
  22. at Umbraco.Core.Events.QueuingEventDispatcherBase.ScopeExit(Boolean completed) in d:\a\1\s\src\Umbraco.Core\Events\QueuingEventDispatcherBase.cs:line 337
  23. at Umbraco.Core.Scoping.Scope.<>c__DisplayClass72_0.<RobustExit>b__1() in d:\a\1\s\src\Umbraco.Core\Scoping\Scope.cs:line 436
  24. at Umbraco.Core.Scoping.Scope.TryFinally(Int32 index, Action[] actions) in d:\a\1\s\src\Umbraco.Core\Scoping\Scope.cs:line 474
  25. at Umbraco.Core.Scoping.Scope.TryFinally(Int32 index, Action[] actions) in d:\a\1\s\src\Umbraco.Core\Scoping\Scope.cs:line 478
  26. at Umbraco.Core.Scoping.Scope.RobustExit(Boolean completed, Boolean onException) in d:\a\1\s\src\Umbraco.Core\Scoping\Scope.cs:line 422
  27. at Umbraco.Core.Scoping.Scope.DisposeLastScope() in d:\a\1\s\src\Umbraco.Core\Scoping\Scope.cs:line 402
  28. at Umbraco.Core.Scoping.Scope.Dispose() in d:\a\1\s\src\Umbraco.Core\Scoping\Scope.cs:line 365
  29. at Umbraco.Core.Services.Implement.ContentTypeServiceBase`3.Save(TItem item, Int32 userId) in d:\a\1\s\src\Umbraco.Core\Services\Implement\ContentTypeServiceBaseOfTRepositoryTItemTService.cs:line 414
  30. at Umbraco.Web.Editors.MediaTypeController.<PostSave>b__12_1(IMediaType type) in d:\a\1\s\src\Umbraco.Web\Editors\MediaTypeController.cs:line 195
  31. at Umbraco.Web.Editors.ContentTypeControllerBase`1.PerformPostSave[TContentTypeDisplay,TContentTypeSave,TPropertyType](TContentTypeSave contentTypeSave, Func`2 getContentType, Action`1 saveContentType, Action`1 beforeCreateNew) in d:\a\1\s\src\Umbraco.Web\Editors\ContentTypeControllerBase.cs:line 293
  32. at Umbraco.Web.Editors.MediaTypeController.PostSave(MediaTypeSave contentTypeSave) in d:\a\1\s\src\Umbraco.Web\Editors\MediaTypeController.cs:line 192
  33. at lambda_method(Closure , Object , Object[] )
  34. at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass6_2.<GetExecutor>b__2(Object instance, Object[] methodParameters)
  35. at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object instance, Object[] arguments)
  36. at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)
  37. --- End of stack trace from previous location where exception was thrown ---
  38. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  39. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  40. at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__1.MoveNext()
  41. --- End of stack trace from previous location where exception was thrown ---
  42. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  43. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  44. at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()
  45. --- End of stack trace from previous location where exception was thrown ---
  46. at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()
  47. --- End of stack trace from previous location where exception was thrown ---
  48. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  49. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  50. at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__5.MoveNext()
  51. --- End of stack trace from previous location where exception was thrown ---
  52. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  53. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  54. at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()
  55. --- End of stack trace from previous location where exception was thrown ---
  56. at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()
  57. --- End of stack trace from previous location where exception was thrown ---
  58. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  59. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  60. at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__5.MoveNext()
  61. --- End of stack trace from previous location where exception was thrown ---
  62. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  63. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  64. at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()
  65. --- End of stack trace from previous location where exception was thrown ---
  66. at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()
  67. --- End of stack trace from previous location where exception was thrown ---
  68. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  69. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  70. at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__5.MoveNext()
  71. --- End of stack trace from previous location where exception was thrown ---
  72. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  73. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  74. at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()
  75. --- End of stack trace from previous location where exception was thrown ---
  76. at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()
  77. --- End of stack trace from previous location where exception was thrown ---
  78. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  79. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  80. at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__5.MoveNext()
  81. --- End of stack trace from previous location where exception was thrown ---
  82. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  83. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  84. at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()
  85. --- End of stack trace from previous location where exception was thrown ---
  86. at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()
  87. --- End of stack trace from previous location where exception was thrown ---
  88. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  89. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  90. at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__5.MoveNext()
  91. --- End of stack trace from previous location where exception was thrown ---
  92. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  93. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  94. at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__5.MoveNext()
  95. --- End of stack trace from previous location where exception was thrown ---
  96. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  97. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  98. at System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__3.MoveNext()
  99. --- End of stack trace from previous location where exception was thrown ---
  100. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  101. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  102. at System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__3.MoveNext()
  103. --- End of stack trace from previous location where exception was thrown ---
  104. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  105. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  106. at System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__3.MoveNext()
  107. --- End of stack trace from previous location where exception was thrown ---
  108. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  109. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  110. at System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__3.MoveNext()
  111. --- End of stack trace from previous location where exception was thrown ---
  112. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  113. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  114. at System.Web.Http.Controllers.ExceptionFilterResult.<ExecuteAsync>d__6.MoveNext()
  115. --- End of stack trace from previous location where exception was thrown ---
  116. at System.Web.Http.Controllers.ExceptionFilterResult.<ExecuteAsync>d__6.MoveNext()
  117. --- End of stack trace from previous location where exception was thrown ---
  118. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  119. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  120. at System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__15.MoveNext()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement