Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. [ConfigurationException: Unexpected object type created from configuration node. Expected: Sitecore.ExperienceAnalytics.Core.Diagnostics.ILogger. Got: Sitecore.ExperienceAnalytics.Core.Diagnostics.Logger. XML: <logger type="Sitecore.ExperienceAnalytics.Core.Diagnostics.Logger, Sitecore.ExperienceAnalytics.Core" singleInstance="true" />]
  2. Sitecore.Configuration.DefaultFactory.CreateObject(XmlNode configNode) +604
  3. Sitecore.ExperienceAnalytics.Api.ApiContainer.GetUserAccessGuard() +21
  4. Sitecore.ExperienceAnalytics.Api.Http.Filters.DenyAnonymousUserFilterAttribute..ctor() +13
  5. System.RuntimeTypeHandle.CreateCaInstance(RuntimeType type, IRuntimeMethodInfo ctor) +0
  6. System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent) +2074
  7. System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeType type, RuntimeType caType, Boolean inherit) +205
  8. System.Web.Http.Controllers.HttpControllerDescriptor.InvokeAttributesOnControllerType(HttpControllerDescriptor controllerDescriptor, Type type) +78
  9. System.Web.Http.Controllers.HttpControllerDescriptor..ctor(HttpConfiguration configuration, String controllerName, Type controllerType) +131
  10. System.Web.Http.Dispatcher.DefaultHttpControllerSelector.InitializeControllerInfoCache() +569
  11. System.Lazy`1.CreateValue() +708
  12. System.Lazy`1.LazyInitValue() +184
  13. System.Web.Http.Dispatcher.DefaultHttpControllerSelector.GetControllerMapping() +18
  14. System.Web.Http.Routing.AttributeRoutingMapper.AddRouteEntries(SubRouteCollection collector, HttpConfiguration configuration, IInlineConstraintResolver constraintResolver, IDirectRouteProvider directRouteProvider) +76
  15. System.Web.Http.Routing.<>c__DisplayClass1_1.<MapAttributeRoutes>b__1() +75
  16. System.Web.Http.Routing.RouteCollectionRoute.EnsureInitialized(Func`1 initializer) +66
  17. System.Web.Http.Routing.<>c__DisplayClass1_0.<MapAttributeRoutes>b__0(HttpConfiguration config) +125
  18. Sitecore.Services.Infrastructure.Web.Http.ServicesConfigurator.Configure(HttpConfiguration config, RouteCollection routes) +762
  19. Sitecore.Services.Infrastructure.Sitecore.Pipelines.ServicesWebApiInitializer.Process(PipelineArgs args) +194
  20. (Object , Object ) +14
  21. Sitecore.Pipelines.CorePipeline.Run(PipelineArgs args) +484
  22. Sitecore.Pipelines.DefaultCorePipelineManager.Run(String pipelineName, PipelineArgs args, String pipelineDomain, Boolean failIfNotExists) +236
  23. Sitecore.Pipelines.DefaultCorePipelineManager.Run(String pipelineName, PipelineArgs args, String pipelineDomain) +22
  24. Sitecore.Nexus.Web.HttpModule.Application_Start() +215
  25. Sitecore.Nexus.Web.HttpModule.Init(HttpApplication app) +1184
  26. System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +581
  27. System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +168
  28. System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +277
  29. System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +369
  30.  
  31. [HttpException (0x80004005): Unexpected object type created from configuration node. Expected: Sitecore.ExperienceAnalytics.Core.Diagnostics.ILogger. Got: Sitecore.ExperienceAnalytics.Core.Diagnostics.Logger. XML: <logger type="Sitecore.ExperienceAnalytics.Core.Diagnostics.Logger, Sitecore.ExperienceAnalytics.Core" singleInstance="true" />]
  32. System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +532
  33. System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +111
  34. System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +714
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement