I'm recently experimenting a Timeout expired everytime I try to login into the cms backoffice. This error came up a few days ago, we've been using the cms one or two times a week as usual.
I tried to reindex all data tables but the same exception is raised everytime. We use .NET framework 4 and SQL Server 2008
Here is the complete exception
Inner exception
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Stack trace
at NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) at NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) at NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) at NHibernate.Impl.SessionImpl.List(CriteriaImpl criteria, IList results) at NHibernate.Impl.CriteriaImpl.List(IList results) at NHibernate.Impl.CriteriaImpl.List[T]() at NHibernate.Impl.CriteriaImpl.Subcriteria.List[T]() at NHibernate.Criterion.QueryOver`1.List() at NHibernate.Criterion.QueryOver`1.NHibernate.IQueryOver<TRoot>.List() at Umbraco.Framework.Persistence.NHibernate.NhSessionHelper.GetNodeVersionsByStatusDesc(Guid[] nodeIds, RevisionStatusType revisionStatus, Boolean limitToLatestRevision) at Umbraco.Framework.Persistence.NHibernate.EntityRepository.PerformGet[T](Boolean allOrNothing, HiveId[] ids) at Umbraco.Hive.ProviderSupport.AbstractReadonlyEntityRepository.Get[T](Boolean allOrNothing, HiveId[] ids) at Umbraco.Hive.ProviderGrouping.RepositoryGroupExtensions.Get[T](IEnumerable`1 readonlyRepositories, ICoreReadonlyRelationsRepository groupRepo, Boolean allOrNothing, Uri idRoot, HiveId[] ids) at Umbraco.Hive.ProviderGrouping.EntityRepositoryGroup`1.Get[TEntity](Boolean allOrNothing, HiveId[] ids) at Umbraco.Hive.LazyRelation`1.EnsureLoaded() at Umbraco.Hive.LazyRelation`1.get_Source() at Umbraco.Cms.Web.Security.BackOfficeRoleProvider.<GetRolesForUser>b__14(IReadonlyRelation`2 x) at System.Linq.Enumerable.<>c__DisplayClass12`3.<CombineSelectors>b__11(TSource x) at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Buffer`1..ctor(IEnumerable`1 source) at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source) at Umbraco.Cms.Web.Security.BackOfficeRoleProvider.GetRolesForUser(String username) at Umbraco.Cms.Web.AuthenticationExtensions.CreateUmbracoAuthTicket(HttpContextBase http, User user) at Umbraco.Cms.Web.Mvc.Controllers.BackOffice.DefaultController.LoginForm(LoginModel model) at lambda_method(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) 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.<InvokeActionMethodWithFilters>b__12() at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<>c__DisplayClass17.<InvokeActionMethodWithFilters>b__14() at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<>c__DisplayClass17.<InvokeActionMethodWithFilters>b__14() 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)
Timeout expired while logging into cms. Ubraco 5
Hi Guys!
I'm recently experimenting a Timeout expired everytime I try to login into the cms backoffice. This error came up a few days ago, we've been using the cms one or two times a week as usual.
I tried to reindex all data tables but the same exception is raised everytime. We use .NET framework 4 and SQL Server 2008
Here is the complete exception
Inner exception
Stack trace
Can anyone help me please?
Thank you
Pablo Arriaga
is working on a reply...