I'm setting up the website for the first time on my local box. I can get to the login screen but when I enter my username and password I see the following error in firebug. Does anyone know what's going on?
Activation error occured while trying to get instance of type FeatureResourcePermissions, key "": Resolution of the dependency failed, type = "Cobalt.UDS.Client.Domain.FeatureResourcePermissions", name = "(none)".
Exception occurred while: while resolving.
Exception is: ResourceNotFoundException - Request failed: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.HttpWebRequest.GetResponse()
at Cobalt.Infrastructure.HttpClient.SystemNet.HttpWebRequestWrapper.GetResponse() in d:\Builds\275\Cobalt Infrastructure\HttpClient\Sources\Cobalt.Infrastructure.HttpClient\SystemNet\HttpWebRequestWrapper.cs:line 143
at Cobalt.Infrastructure.HttpClient.SystemNet.SystemNetHttpClientImpl.RetrieveNetworkResponse(IHttpMethod httpMethod, IHttpRequestWrapper httpWebRequest, IStaticContentCache staticContentCache) in d:\Builds\275\Cobalt Infrastructure\HttpClient\Sources\Cobalt.Infrastructure.HttpClient\SystemNet\SystemNetHttpClientImpl.cs:line 213
Request URI:
http://uds.int.next.ci.westlaw.com/UDS/v4/sessionbindings/ac74f8b2093c47ed89fc67596eda37a4 Request Method: GET
Response HTTP status code: 404.
Response Body:
Object for key 'ac74f8b2093c47ed89fc67596eda37a4' not found in SessionBindings cache.
-----------------------------------------------
At the time of the exception, the container was:
Resolving Cobalt.UDS.Client.Domain.FeatureResourcePermissions,(none)
CALL STACK:
Microsoft.Practices.ServiceLocation.ActivationException: Activation error occured while trying to get instance of type FeatureResourcePermissions, key "" ---> Microsoft.Practices.Unity.ResolutionFailedException: Resolution of the dependency failed, type = "Cobalt.UDS.Client.Domain.FeatureResourcePermissions", name = "(none)".
Exception occurred while: while resolving.
Exception is: ResourceNotFoundException - Request failed: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.HttpWebRequest.GetResponse()
at Cobalt.Infrastructure.HttpClient.SystemNet.HttpWebRequestWrapper.GetResponse() in d:\Builds\275\Cobalt Infrastructure\HttpClient\Sources\Cobalt.Infrastructure.HttpClient\SystemNet\HttpWebRequestWrapper.cs:line 143
at Cobalt.Infrastructure.HttpClient.SystemNet.SystemNetHttpClientImpl.RetrieveNetworkResponse(IHttpMethod httpMethod, IHttpRequestWrapper httpWebRequest, IStaticContentCache staticContentCache) in d:\Builds\275\Cobalt Infrastructure\HttpClient\Sources\Cobalt.Infrastructure.HttpClient\SystemNet\SystemNetHttpClientImpl.cs:line 213
Request URI:
http://uds.int.next.ci.westlaw.com/UDS/v4/sessionbindings/ac74f8b2093c47ed89fc67596eda37a4 Request Method: GET
Response HTTP status code: 404.
Response Body:
Object for key 'ac74f8b2093c47ed89fc67596eda37a4' not found in SessionBindings cache.
-----------------------------------------------
At the time of the exception, the container was:
Resolving Cobalt.UDS.Client.Domain.FeatureResourcePermissions,(none)
---> Cobalt.UDS.Client.Util.ResourceNotFoundException: Request failed: System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.HttpWebRequest.GetResponse()
at Cobalt.Infrastructure.HttpClient.SystemNet.HttpWebRequestWrapper.GetResponse() in d:\Builds\275\Cobalt Infrastructure\HttpClient\Sources\Cobalt.Infrastructure.HttpClient\SystemNet\HttpWebRequestWrapper.cs:line 143
at Cobalt.Infrastructure.HttpClient.SystemNet.SystemNetHttpClientImpl.RetrieveNetworkResponse(IHttpMethod httpMethod, IHttpRequestWrapper httpWebRequest, IStaticContentCache staticContentCache) in d:\Builds\275\Cobalt Infrastructure\HttpClient\Sources\Cobalt.Infrastructure.HttpClient\SystemNet\SystemNetHttpClientImpl.cs:line 213
Request URI:
http://uds.int.next.ci.westlaw.com/UDS/v4/sessionbindings/ac74f8b2093c47ed89fc67596eda37a4 Request Method: GET
Response HTTP status code: 404.
Response Body:
Object for key 'ac74f8b2093c47ed89fc67596eda37a4' not found in SessionBindings cache.
at Cobalt.UDS.Client.Services.AbstractClientService.InvokeEndPoint[T](JsonSerializerSupport serializer, IHttpMethod httpMethod)
at Cobalt.UDS.Client.Services.SessionBindingsService.DoGetHttpMethod(String urlString)
at Cobalt.Website.Platform.Web.Models.UnreleasedFeatureExposureSessionBindingsService.GetSessionBindings_V2(String sessionId) in
\data\Website\App\Website\Models\UnreleasedFeatureExposureSessionBindingService.cs:line 94
at Cobalt.Website.Platform.Web.SessionState.RequestCachePopulator.GetFeatureResourcePermissions() in
\data\Website\App\Website\SessionState\RequestCachePopulator.cs:line 141
at Cobalt.Website.Platform.Web.Bootstrappers.Bootstrapper.<>c__DisplayClassf.b__a(IUnityContainer c) in
\data\Website\App\Website\Bootstrappers\Bootstrapper.cs:line 399
at Microsoft.Practices.Unity.InjectionFactory.<>c__DisplayClass2.<.ctor>b__0(IUnityContainer c, Type t, String s) in c:\EntLib\UnityTemp\Compile\Unity\Unity\Src\Injection\InjectionFactory.cs:line 34
at Microsoft.Practices.ObjectBuilder2.FactoryDelegateBuildPlanPolicy.BuildUp(IBuilderContext context) in c:\EntLib\UnityTemp\Compile\Unity\Unity\Src\ObjectBuilder\Strategies\BuildPlan\Factory\FactoryDelegateBuildPlanPolicy.cs:line 36
at Microsoft.Practices.ObjectBuilder2.BuildPlanStrategy.PreBuildUp(IBuilderContext context) in c:\EntLib\UnityTemp\Compile\Unity\Unity\Src\ObjectBuilder\Strategies\BuildPlan\BuildPlanStrategy.cs:line 43
at Microsoft.Practices.ObjectBuilder2.StrategyChain.ExecuteBuildUp(IBuilderContext context) in c:\EntLib\UnityTemp\Compile\Unity\Unity\Src\ObjectBuilder\Strategies\StrategyChain.cs:line 112
at Microsoft.Practices.Unity.UnityContainer.DoBuildUp(Type t, Object existing, String name, IEnumerable`1 resolverOverrides) in c:\EntLib\UnityTemp\Compile\Unity\Unity\Src\UnityContainer.cs:line 512
--- End of inner exception stack trace ---
at Microsoft.Practices.Unity.UnityContainer.DoBuildUp(Type t, Object existing, String name, IEnumerable`1 resolverOverrides) in c:\EntLib\UnityTemp\Compile\Unity\Unity\Src\UnityContainer.cs:line 518
at Microsoft.Practices.Unity.UnityContainer.DoBuildUp(Type t, String name, IEnumerable`1 resolverOverrides) in c:\EntLib\UnityTemp\Compile\Unity\Unity\Src\UnityContainer.cs:line 486
at Cobalt.Website.Platform.Utility.Unity.ThreadSafeUnityContainerWrapper.Resolve(Type t, String name, ResolverOverride[] resolverOverrides) in
\data\Website\App\Platform\Utility\Unity\ThreadSafeUnityContainerWrapper.cs:line 170
at Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.GetInstance(Type serviceType, String key)
--- End of inner exception stack trace ---
at Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.GetInstance(Type serviceType, String key)
at Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase.GetInstance[TService]()
at Cobalt.Website.Platform.Utility.Unity.ThreadSafeServiceLocatorWrapper.GetInstance[TService]() in
\data\Website\App\Platform\Utility\Unity\ThreadSafeServiceLocatorWrapper.cs:line 92
at Cobalt.Website.Platform.IoC.GetForRequest[TService]() in
\data\Website\App\Platform\IoC.cs:line 97
at Cobalt.Website.Platform.Application.Campus.CampusSessionStatusProvider.IsCampusSession() in
\data\Website\App\PlatformApplication\Campus\CampusSessionStatusProvider.cs:line 32
at Cobalt.Website.Platform.Application.Campus.SliceProductSessionManager.ModifyApplicationConfiguration(SessionBindings sessionBindings) in
\data\Website\App\PlatformApplication\Campus\SliceProductSessionManager.cs:line 78
at Cobalt.Website.Platform.Application.Campus.SliceProductSessionManager.ModifySessionBindings(SessionBindings sessionBindings) in
\data\Website\App\PlatformApplication\Campus\SliceProductSessionManager.cs:line 50
at Cobalt.Website.Platform.Application.Session.SessionWorkflow.GenerateAndPopulateSessionBindingsInUds(ISessionBindingsService service, CdnChannelState cdnChannelState, ClientTypes sourceType, String kmFirmIntegrationUrl, FeatureResourcePermissions featureResourcePermissions, Boolean isSecureSessionRequest, String zwNumber, IUserPreferenceDictionary preferences, String onePassIdentifier) in
\data\Website\App\PlatformApplication\Session\SessionWorkflow.cs:line 692
at Cobalt.Website.Platform.Web.Session.Controllers.SessionController.PerformPostUDSSessionCreationInitialization(AuthenticationRequest authenticationRequest, AuthenticationResult authenticationResult, String sessionSource, HttpContextBase httpContext, ISessionWorkflow sessionWorkflow) in
\data\Website\App\Website\Session\Controllers\SessionController.cs:line 2363
at Cobalt.Website.Platform.Web.Session.Controllers.SessionController.AuthenticateAndStartSession(AuthenticationRequest authenticationRequest, HttpContextBase httpContext, Boolean checkForMultipleOnePassRegKeys, ISessionWorkflow sessionWorkflow) in
\data\Website\App\Website\Session\Controllers\SessionController.cs:line 2038
at Cobalt.Website.Platform.Web.Session.Controllers.SessionController.AuthenticateAndStartSession(AuthenticationRequest authenticationRequest, Controller controllerInstance, Boolean checkForMultipleOnePassRegKeys, ISessionWorkflow sessionWorkflow) in
\data\Website\App\Website\Session\Controllers\SessionController.cs:line 1624
at Cobalt.Website.Platform.Web.Session.Controllers.SessionController.StartNewSessionProcessor(AuthenticationRequest authenticationRequest) in
\data\Website\App\Website\Session\Controllers\SessionController.cs:line 758
at Cobalt.Website.Platform.Web.Session.Controllers.SessionController.StartNewSessionV2() in
\data\Website\App\Website\Session\Controllers\SessionController.cs:line 310
at lambda_method(Closure , ControllerBase , Object[] )
at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.b__12()
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)