Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. Server Error in '/' Application.
  2.  
  3. Could not resolve type name: Sitecore.Publishing.Service.Recovery.AsyncCircuitBreakerPolicy, Sitecore.Publishing.Service (method: Sitecore.Configuration.DefaultFactory.CreateFromTypeName(XmlNode configNode, String[] parameters, Boolean assert)).
  4.  
  5. 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.
  6.  
  7. Exception Details: System.Exception: Could not resolve type name: Sitecore.Publishing.Service.Recovery.AsyncCircuitBreakerPolicy, Sitecore.Publishing.Service (method: Sitecore.Configuration.DefaultFactory.CreateFromTypeName(XmlNode configNode, String[] parameters, Boolean assert)).
  8.  
  9. Source Error:
  10.  
  11. 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.
  12.  
  13. Stack Trace:
  14.  
  15.  
  16. [Exception: Could not resolve type name: Sitecore.Publishing.Service.Recovery.AsyncCircuitBreakerPolicy, Sitecore.Publishing.Service (method: Sitecore.Configuration.DefaultFactory.CreateFromTypeName(XmlNode configNode, String[] parameters, Boolean assert)).]
  17. Sitecore.Diagnostics.Error.Raise(String error, String method) +137
  18. Sitecore.Configuration.DefaultFactory.CreateType(XmlNode configNode, String[] parameters, Boolean assert) +1054
  19. Sitecore.Configuration.DefaultFactory.CreateFromTypeName(XmlNode configNode, String[] parameters, Boolean assert) +69
  20. Sitecore.Configuration.DefaultFactory.CreateObject(XmlNode configNode, String[] parameters, Boolean assert, IFactoryHelper helper) +163
  21. Sitecore.Configuration.DefaultFactory.CreateObject(XmlNode configNode, String[] parameters, Boolean assert) +72
  22. Sitecore.Configuration.DefaultFactory.GetInnerObject(XmlNode paramNode, String[] parameters, Boolean assert) +109
  23. Sitecore.Configuration.DefaultFactory.GetConstructorParameters(XmlNode configNode, String[] parameters, Boolean assert) +161
  24. Sitecore.Configuration.DefaultFactory.CreateFromTypeName(XmlNode configNode, String[] parameters, Boolean assert) +103
  25. Sitecore.Configuration.DefaultFactory.CreateObject(XmlNode configNode, String[] parameters, Boolean assert, IFactoryHelper helper) +163
  26. Sitecore.Configuration.DefaultFactory.CreateObject(XmlNode configNode, String[] parameters, Boolean assert) +72
  27. Sitecore.Configuration.DefaultFactory.CreateObject(String configPath, String[] parameters, Boolean assert) +615
  28. Sitecore.Publishing.Service.<>c.<Configure>b__0_1(IServiceProvider sp) +604
  29. Microsoft.Extensions.DependencyInjection.ScopedCallSite.Invoke(ServiceProvider provider) +116
  30. Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType) +100
  31. Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider) +59
  32. Sitecore.DependencyInjection.LazyResetable`1.get_Value() +147
  33. (Object , Object[] ) +107
  34. Sitecore.Pipelines.CorePipeline.Run(PipelineArgs args) +479
  35. (Object , Object[] ) +71
  36. Sitecore.Pipelines.CorePipeline.Run(PipelineArgs args) +479
  37. Sitecore.Pipelines.DefaultCorePipelineManager.Run(String pipelineName, PipelineArgs args, String pipelineDomain) +22
  38. Sitecore.Nexus.Web.HttpModule.Application_Start() +161
  39. Sitecore.Nexus.Web.HttpModule.Init(HttpApplication app) +767
  40. System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +583
  41. System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +169
  42. System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +396
  43. System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +333
  44.  
  45. [HttpException (0x80004005): Could not resolve type name: Sitecore.Publishing.Service.Recovery.AsyncCircuitBreakerPolicy, Sitecore.Publishing.Service (method: Sitecore.Configuration.DefaultFactory.CreateFromTypeName(XmlNode configNode, String[] parameters, Boolean assert)).]
  46. System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +525
  47. System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +124
  48. System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +700
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement