Skip to content

Instantly share code, notes, and snippets.

@agehrke
Last active April 27, 2016 09:58
Show Gist options
  • Save agehrke/54593bf1c2abb42d8d002abf7bfe1047 to your computer and use it in GitHub Desktop.
Save agehrke/54593bf1c2abb42d8d002abf7bfe1047 to your computer and use it in GitHub Desktop.
Web API error in Sitecore 8.1 Update-2 on CD-servers
{
"Message":"An error has occurred.",
"ExceptionMessage":"experienceAnalytics/api/logger",
"ExceptionType":"System.InvalidOperationException",
"StackTrace":"at Sitecore.ExperienceAnalytics.Api.ApiContainer.CreateObject[T](String xpath)
at Sitecore.ExperienceAnalytics.Api.Http.Filters.NotFoundExceptionFilterAttribute..ctor()
at System.RuntimeTypeHandle.CreateCaInstance(RuntimeType type, IRuntimeMethodInfo ctor)
at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeModule decoratedModule, Int32 decoratedMetadataToken, Int32 pcaCount, RuntimeType attributeFilterType, Boolean mustBeInheritable, IList derivedAttributes, Boolean isDecoratedTargetSecurityTransparent)
at System.Reflection.CustomAttribute.GetCustomAttributes(RuntimeType type, RuntimeType caType, Boolean inherit)
at System.Web.Http.Controllers.HttpControllerDescriptor.InvokeAttributesOnControllerType(HttpControllerDescriptor controllerDescriptor, Type type)
at System.Web.Http.Controllers.HttpControllerDescriptor..ctor(HttpConfiguration configuration, String controllerName, Type controllerType)
at Sitecore.Services.Infrastructure.Web.Http.Dispatcher.NamespaceHttpControllerSelector.InitializeControllerDictionary()
at System.Lazy`1.CreateValue()
at System.Lazy`1.LazyInitValue()
at Sitecore.Services.Infrastructure.Web.Http.Dispatcher.NamespaceHttpControllerSelector.FindMatchingController(String namespaceName, String controllerName)
at Sitecore.Services.Infrastructure.Web.Http.Dispatcher.NamespaceHttpControllerSelector.SelectController(HttpRequestMessage request)
at System.Web.Http.Dispatcher.HttpControllerDispatcher.d__1.MoveNext()"
}
@agehrke
Copy link
Author

agehrke commented Apr 27, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment