Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • HC Saustrup 28 posts 79 karma points
    May 03, 2012 @ 12:01
    HC Saustrup
    0

    Umbraco 5.1: BackOffice timeout when trying to save user

    I get this when I try to save the admin user account in BackOffice - even if I didn't make any actual changes. I get the same error when trying to save an additional adminstrator account I've set up, but save succeeds when saving a mortal user account. I'm using a rather obvious default password for my admin account, and would very much like to change this and other account properties before I deploy.

    This is the error I get:

    An error occurred while processing your request.

    Exception
    Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
    Stack trace
    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlDataReader.ConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader() at NHibernate.AdoNet.AbstractBatcher.ExecuteReader(IDbCommand cmd) at NHibernate.Impl.MultiCriteriaImpl.GetResultsFromDatabase(IList results) at NHibernate.Impl.MultiCriteriaImpl.List() at NHibernate.Impl.FutureCriteriaBatch.GetResultsFrom(IMultiCriteria multiApproach) at NHibernate.Impl.FutureBatch`2.GetResults() at NHibernate.Impl.FutureBatch`2.GetCurrentResult[TResult](Int32 currentIndex) at NHibernate.Impl.FutureBatch`2.<>c__DisplayClass4`1.<GetEnumerator>b__3() at NHibernate.Impl.DelayedEnumerator`1.<get_Enumerable>d__0.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Umbraco.Framework.Persistence.NHibernate.EntityRepository.PerformExecuteMany[T](QueryDescription query, ObjectBinder objectBinder) at Umbraco.Hive.ProviderSupport.AbstractReadonlyEntityRepository.<>c__DisplayClass7`1.<ExecuteMany>b__1() at Umbraco.Framework.Caching.CacheProviderExtensions.<>c__DisplayClass1`1.<GetOrCreate>b__0() at Umbraco.Framework.Caching.AbstractCacheProvider.GetOrCreate[T](String key, Func`1 callback) at Umbraco.Framework.Caching.CacheProviderExtensions.GetOrCreate[T](AbstractCacheProvider provider, CacheKey key, Func`1 callback) at Umbraco.Hive.ProviderSupport.AbstractReadonlyEntityRepository.ExecuteMany[T](QueryDescription query, ObjectBinder objectBinder) at Umbraco.Hive.Linq.QueryableDataSourceWrapper.ExecuteMany[T](QueryDescription query, ObjectBinder objectBinder) at Umbraco.Framework.Linq.Executor.ExecuteCollection[T](QueryModel queryModel) at Remotion.Linq.Clauses.StreamedData.StreamedSequenceInfo.ExecuteCollectionQueryModel[T](QueryModel queryModel, IQueryExecutor executor) at Remotion.Linq.Clauses.StreamedData.StreamedSequenceInfo.ExecuteQueryModel(QueryModel queryModel, IQueryExecutor executor) at Remotion.Linq.QueryModel.Execute(IQueryExecutor executor) at Remotion.Linq.QueryProviderBase.Execute(Expression expression) at Remotion.Linq.QueryProviderBase.System.Linq.IQueryProvider.Execute[TResult](Expression expression) at Remotion.Linq.QueryableBase`1.GetEnumerator() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Umbraco.Cms.Web.Security.AbstractUmbracoMembershipProvider.<>c__DisplayClass24.<GetUmbracoUser>b__20() at Umbraco.Framework.ScopedCacheExtensions.<>c__DisplayClass1`1.<GetOrCreateTyped>b__0() at Umbraco.Framework.HttpRequestScopedCache.<>c__DisplayClass1.<GetOrCreate>b__0(String k) at Umbraco.Framework.HttpRequestScopedCache.DoAddOrChange(String key, Func`2 factory) at Umbraco.Framework.HttpRequestScopedCache.GetOrCreate(String key, Func`1 callback) at Umbraco.Framework.ScopedCacheExtensions.GetOrCreateTyped[T](AbstractScopedCache cache, String key, Func`1 callback) at Umbraco.Cms.Web.Security.AbstractUmbracoMembershipProvider.GetUmbracoUser(IGroupUnit`1 uow, HiveId id, Boolean userIsOnline) at Umbraco.Cms.Web.Security.AbstractUmbracoMembershipProvider.GetUmbracoUser(HiveId id, Boolean userIsOnline) at Umbraco.Cms.Web.Security.AbstractUmbracoMembershipProvider.GetUser(Object providerUserKey, Boolean userIsOnline) at Umbraco.Framework.Security.MembershipService`2.Update(TUserType user) at Umbraco.Cms.Web.Editors.AbstractUserEditorController`2.ProcessSubmit(CreateUserModel createModel, TEditorModel editModel, TUserType entity) at Umbraco.Cms.Web.Editors.AbstractUserEditorController`2.EditForm(Nullable`1 id) 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.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.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)

    Data
    Microsoft SQL Server10.50.1617MSSQLServer-2http://go.microsoft.com/fwlink20476SELECT this_.Id as Id16_7_, this_.DateCreated as DateCrea2_16_7_, this_.DefaultName as DefaultN3_16_7_, this_.AttributeSchemaDefinition_id as Attribut4_16_7_, this_.NodeId as NodeId16_7_, attribalia1_.NodeVersionId as NodeVers3_9_, attribalia1_.Id as Id9_, attribalia1_.Id as Id5_0_, attribalia1_.AttributeDefinitionId as Attribut2_5_0_, attribalia1_.NodeVersionId as NodeVers3_5_0_, attributed5_.AttributeId as Attribut4_10_, attributed5_.Id as Id10_, attributed5_.Id as Id1_1_, attributed5_.Value as Value1_1_, attributed5_.ValueKey as ValueKey1_1_, attributed5_.AttributeId as Attribut4_1_1_, attributed5_.LocaleId as LocaleId1_1_, attributed6_.AttributeId as Attribut4_11_, attributed6_.Id as Id11_, attributed6_.Id as Id0_2_, attributed6_.Value as Value0_2_, attributed6_.ValueKey as ValueKey0_2_, attributed6_.AttributeId as Attribut4_0_2_, attributed6_.LocaleId as LocaleId0_2_, attributei4_.AttributeId as Attribut4_12_, attributei4_.Id as Id12_, attributei4_.Id as Id3_3_, attributei4_.Value as Value3_3_, attributei4_.ValueKey as ValueKey3_3_, attributei4_.AttributeId as Attribut4_3_3_, attributei4_.LocaleId as LocaleId3_3_, attributel3_.AttributeId as Attribut4_13_, attributel3_.Id as Id13_, attributel3_.Id as Id4_4_, attributel3_.Value as Value4_4_, attributel3_.ValueKey as ValueKey4_4_, attributel3_.AttributeId as Attribut4_4_4_, attributel3_.LocaleId as LocaleId4_4_, attributes2_.AttributeId as Attribut4_14_, attributes2_.Id as Id14_, attributes2_.Id as Id6_5_, attributes2_.Value as Value6_5_, attributes2_.ValueKey as ValueKey6_5_, attributes2_.AttributeId as Attribut4_6_5_, attributes2_.LocaleId as LocaleId6_5_, schema7_.NodeId as Id9_6_, schema7_1_.DateCreated as DateCrea2_9_6_, schema7_1_.IsDisabled as IsDisabled9_6_, schema7_.Alias as Alias11_6_, schema7_.Description as Descript3_11_6_, schema7_.Name as Name11_6_, schema7_.SchemaType as SchemaType11_6_, schema7_.XmlConfiguration as XmlConfi6_11_6_ FROM dbo.NodeVersion this_ left outer join dbo.Attribute attribalia1_ on this_.Id=attribalia1_.NodeVersionId left outer join dbo.AttributeDecimalValue attributed5_ on attribalia1_.Id=attributed5_.AttributeId left outer join dbo.AttributeDateValue attributed6_ on attribalia1_.Id=attributed6_.AttributeId left outer join dbo.AttributeIntegerValue attributei4_ on attribalia1_.Id=attributei4_.AttributeId left outer join dbo.AttributeLongStringValue attributel3_ on attribalia1_.Id=attributel3_.AttributeId left outer join dbo.AttributeStringValue attributes2_ on attribalia1_.Id=attributes2_.AttributeId inner join dbo.[AttributeSchemaDefinition] schema7_ on this_.AttributeSchemaDefinition_id=schema7_.NodeId left outer join dbo.Node schema7_1_ on schema7_.NodeId=schema7_1_.Id WHERE this_.Id in (SELECT TOP (@p4) this_0_.Id as y0_ FROM dbo.NodeVersion this_0_ inner join dbo.NodeVersionStatusHistory histfilter1_ on this_0_.Id=histfilter1_.NodeVersionId WHERE histfilter1_.Date in (SELECT max(histfilter1_.Date) as y0_ FROM dbo.NodeVersion this_0_0_ inner join dbo.NodeVersionStatusHistory histfilter1_ on this_0_0_.Id=histfilter1_.NodeVersionId WHERE this_0_.NodeId = this_0_0_.NodeId) ORDER BY histfilter1_.Date desc) and this_.Id in (SELECT this_0_.Id as y0_ FROM dbo.NodeVersion this_0_ inner join dbo.Attribute att1_ on this_0_.Id=att1_.NodeVersionId inner join dbo.AttributeDefinition def2_ on att1_.AttributeDefinitionId=def2_.Id inner join dbo.[AttributeSchemaDefinition] schema3_ on def2_.AttributeSchemaDefinitionId=schema3_.NodeId left outer join dbo.Node schema3_1_ on schema3_.NodeId=schema3_1_.Id WHERE this_.NodeId = this_0_.NodeId and (this_0_.Id in (SELECT this_0_0_.Id as y0_ FROM dbo.NodeVersion this_0_0_ inner join dbo.Attribute att1_ on this_0_0_.Id=att1_.NodeVersionId inner join dbo.AttributeDefinition def2_ on att1_.AttributeDefinitionId=def2_.Id inner join dbo.[AttributeSchemaDefinition] schema3_ on def2_.AttributeSchemaDefinitionId=schema3_.NodeId left outer join dbo.Node schema3_1_ on schema3_.NodeId=schema3_1_.Id WHERE this_.NodeId = this_0_0_.NodeId and schema3_.Alias = @p0) and this_0_.Id in (SELECT this_0_0_.Id as y0_ FROM dbo.NodeVersion this_0_0_ inner join dbo.Attribute att1_ on this_0_0_.Id=att1_.NodeVersionId inner join dbo.AttributeDefinition def2_ on att1_.AttributeDefinitionId=def2_.Id inner join dbo.[AttributeSchemaDefinition] schema3_ on def2_.AttributeSchemaDefinitionId=schema3_.NodeId left outer join dbo.Node schema3_1_ on schema3_.NodeId=schema3_1_.Id WHERE this_.NodeId = this_0_0_.NodeId and this_0_0_.NodeId = @p1))) and schema7_.Alias in (@p2) and this_.NodeId in (@p3);

     

    • Umbraco 5.1 (Assembly version: 5.1.0.175)
    • Visual Studio 10
    • SQLServer 2008
    • IIS Express

     

  • HC Saustrup 28 posts 79 karma points
    May 04, 2012 @ 09:42
    HC Saustrup
    0

    Note: Everything is running locally on my development box, a virtual Windows 7 system.

  • HC Saustrup 28 posts 79 karma points
    May 10, 2012 @ 16:50
    HC Saustrup
    0

    Deployed everything on our staging server, and I still get the timeout error when trying to change admin's password.

    Any ideas?

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies