0 Rock would not run after installation on Azure 1 Ross Li posted 9 Years Ago I have just tried to setup a WebApp on Azure to host Rock. I's using the current Start.aspx on the website for installation. The installation goes through without any problems. However after the installation says it's completed and I click "Flip the Switch". It will give me a "This is not suppose to happen" page. There doesn't seem to be a whole lot of settings one can choose from in Azure web apps so I'm a little stuck here. Any help is appreciated. In the eventlog on the azure server this is what is says. <Events><Event><System><Provider Name="ASP.NET 4.0.30319.0"/><EventID>1309</EventID><Level>2</Level><Task>0</Task><Keywords>Keywords</Keywords><TimeCreated SystemTime="2015-11-25T01:39:13Z"/><EventRecordID>229009187</EventRecordID><Channel>Application</Channel><Computer>RD000D3A804CC7</Computer><Security/></System><EventData><Data>3005</Data><Data>An unhandled exception has occurred.</Data><Data>11/25/2015 1:39:13 AM</Data><Data>11/25/2015 1:39:13 AM</Data><Data>e91f91ae293f4661ba01f19e8caf697a</Data><Data>13</Data><Data>1</Data><Data>0</Data><Data>/LM/W3SVC/187088040/ROOT-3-130928891184836144</Data><Data>Full</Data><Data>/</Data><Data>D:\home\site\wwwroot\</Data><Data>RD000D3A804CC7</Data><Data></Data><Data>6436</Data><Data>w3wp.exe</Data><Data>IIS APPPOOL\islandrock</Data><Data>EntityCommandExecutionException</Data><Data>An error occurred while executing the command definition. See the inner exception for details. at System.Data.Entity.Core.EntityClient.Internal.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior) at System.Data.Entity.Core.Objects.Internal.ObjectQueryExecutionPlan.Execute[TResultType](ObjectContext context, ObjectParameterCollection parameterValues) at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass7.<GetResults>b__6() at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess) at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass7.<GetResults>b__5() at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation) at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption) at System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__0() at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext() at Rock.Attribute.Helper.LoadAttributes(IHasAttributes entity, RockContext rockContext) at Rock.Web.Cache.DefinedTypeCache.get_DefinedValues() at Rock.Model.Location.GetFullStreetAddress() at Rock.Model.Location.ToString() at Rock.Field.Types.LocationFieldType.FormatValue(Control parentControl, String value, Dictionary`2 configurationValues, Boolean condensed) at Rock.Web.Cache.GlobalAttributesCache.Read(RockContext rockContext) at Rock.Web.Cache.GlobalAttributesCache.Read() at Rock.Web.UI.RockPage.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) There is already an open DataReader associated with this Command which must be closed first. at System.Data.SqlClient.SqlInternalConnectionTds.ValidateConnectionForExecute(SqlCommand command) at System.Data.SqlClient.SqlConnection.ValidateConnectionForExecute(String method, SqlCommand command) at System.Data.SqlClient.SqlCommand.ValidateCommand(String method, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite) 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.ExecuteReader(CommandBehavior behavior) at System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.<Reader>b__c(DbCommand t, DbCommandInterceptionContext`1 c) at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext,TResult](TTarget target, Func`3 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed) at System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.Reader(DbCommand command, DbCommandInterceptionContext interceptionContext) at System.Data.Entity.Internal.InterceptableDbCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Entity.Core.EntityClient.Internal.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior) </Data><Data>http://islandrock.azurewebsites.net/</Data><Data>/</Data><Data>116.48.136.108</Data><Data></Data><Data>False</Data><Data></Data><Data>IIS APPPOOL\islandrock</Data><Data>21</Data><Data>IIS APPPOOL\islandrock</Data><Data>False</Data><Data> at System.Data.Entity.Core.EntityClient.Internal.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior) at System.Data.Entity.Core.Objects.Internal.ObjectQueryExecutionPlan.Execute[TResultType](ObjectContext context, ObjectParameterCollection parameterValues) at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass7.<GetResults>b__6() at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess) at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass7.<GetResults>b__5() at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation) at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption) at System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__0() at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext() at Rock.Attribute.Helper.LoadAttributes(IHasAttributes entity, RockContext rockContext) at Rock.Web.Cache.DefinedTypeCache.get_DefinedValues() at Rock.Model.Location.GetFullStreetAddress() at Rock.Model.Location.ToString() at Rock.Field.Types.LocationFieldType.FormatValue(Control parentControl, String value, Dictionary`2 configurationValues, Boolean condensed) at Rock.Web.Cache.GlobalAttributesCache.Read(RockContext rockContext) at Rock.Web.Cache.GlobalAttributesCache.Read() at Rock.Web.UI.RockPage.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) </Data></EventData></Event></Events>