I've run into a problem where whenever I try to login to C1 console after a new deployment I get a popup window with the following message:
If I check my server log I have this in my log:
You have not been granted access rights to the system. Please contact your administrator.
If I click "ok" and close the popup and hit refresh in the browser I get logged in and everything works fine.If I check my server log I have this in my log:
System.NullReferenceException: Object reference not set to an instance of an object.
at Composite.C1Console.Trees.TreeSharedRootsFacade.DoInitialize(String elementAttachingProviderName)
at Composite.C1Console.Trees.TreeSharedRootsFacade.Initialize(String elementAttachingProviderName)
at Composite.C1Console.Trees.TreeElementAttachingProvider.<GetAlternateElementLists>d__6.MoveNext()
at Composite.C1Console.Elements.Foundation.ElementAttachingProviderFacade.AttachElements(EntityToken parentEntityToken, Dictionary`2 piggybag, IEnumerable`1 currentElements)
at Composite.C1Console.Elements.ElementFacade.GetChildren(ElementHandle elementHandle, SearchToken searchToken, Boolean performSecurityCheck, Boolean useForeign)
at Composite.C1Console.Elements.ElementFacade.<GetPerspectiveElements>d__2.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at Composite.Services.TreeServices.GetActivePerspectiveElements(String dummy)
Any solution to fix this?