I get this issue when I am trying to Install Umbraco, it all goes smooth but in the end it says that it occured an Error please check Logs folder though it seems, it does install Umbraco and the Fanoe starterkit and when I try to access "mywebsite/umbraco" (http://imgur.com/a/eSCJW) and put my login credentials that I created at the start of the wizard it just stays a blank page.
If I am not mistaken there was a hotfix from Microsoft but only for Windows Server 2012 R2 and Windows 8.1.
The problem is that I am getting this error on a Virtual Machine in Azure with Windows Server 2016 Datacenter.
Any help?
Here is part of my log:
_shutDownMessage=CONFIG change
HostingEnvironment initiated shutdown
CONFIG change
HostingEnvironment caused shutdown
_shutDownStack= at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
at System.Environment.get_StackTrace()
at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal()
at
System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
at System.Web.HttpRuntime.ShutdownAppDomain(String stackTrace)
at System.Web.Configuration.HttpConfigurationSystem.OnConfigurationChanged(Object sender, InternalConfigEventArgs e)
at System.Configuration.Internal.InternalConfigRoot.OnConfigChanged(InternalConfigEventArgs e)
at System.Configuration.BaseConfigurationRecord.OnStreamChanged(String streamname)
at System.Web.DirectoryMonitor.FireNotifications()
at System.Web.Util.WorkItem.CallCallbackWithAssert(WorkItemCallback callback)
at System.Web.Util.WorkItem.OnQueueUserWorkItemCompletion(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
2017-06-28 11:03:53,043 [P4468/D12/T37] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2017-06-28 11:03:53,043 [P4468/D12/T37] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 0ms)
2017-06-28 11:03:53,044 [P4468/D12/T37] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IAction
2017-06-28 11:03:53,046 [P4468/D12/T37] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IAction (took 2ms)
2017-06-28 11:04:06,381 [P4468/D12/T14] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2017-06-28 11:04:06,382 [P4468/D12/T14] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 1ms)
2017-06-28 11:04:06,383 [P4468/D12/T14] INFO Umbraco.Core.PluginManager - Resolving [Umbraco.Core.Persistence.Mappers.MapperForAttribute]Umbraco.Core.Persistence.Mappers.BaseMapper
2017-06-28 11:04:06,388 [P4468/D12/T14] INFO Umbraco.Core.PluginManager - Resolved [Umbraco.Core.Persistence.Mappers.MapperForAttribute]Umbraco.Core.Persistence.Mappers.BaseMapper (took 5ms)
2017-06-28 11:04:06,652 [P4468/D12/T14] INFO Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state: Login attempt failed for username admin from IP address 127.0.0.1
2017-06-28 11:04:17,777 [P4468/D12/T38] INFO Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state: Login attempt succeeded for username [email protected] from IP address 127.0.0.1
2017-06-28 11:04:17,778 [P4468/D12/T38] INFO Umbraco.Core.Security.BackOfficeSignInManager - Event Id: 0, state: User: [email protected] logged in from IP address 127.0.0.1
2017-06-28 11:04:19,797 [P4468/D12/T9] INFO umbraco.BusinessLogic.Log - Log scrubbed. Removed all items older than 2017-06-27 11:04:19
2017-06-28 11:04:53,341 [P4468/D12/T35] WARN Umbraco.Web.UmbracoModule - Status code is 404 yet TrySkipIisCustomErrors is false - IIS will take over.
HostingEnvironment caused shutdown
I am getting an old issue: https://our.umbraco.org/forum/getting-started/installing-umbraco/72398-hostingenvironment-initiated-shutdown
I get this issue when I am trying to Install Umbraco, it all goes smooth but in the end it says that it occured an Error please check Logs folder though it seems, it does install Umbraco and the Fanoe starterkit and when I try to access "mywebsite/umbraco" (http://imgur.com/a/eSCJW) and put my login credentials that I created at the start of the wizard it just stays a blank page.
If I am not mistaken there was a hotfix from Microsoft but only for Windows Server 2012 R2 and Windows 8.1.
The problem is that I am getting this error on a Virtual Machine in Azure with Windows Server 2016 Datacenter.
Any help?
Here is part of my log:
Hi Samuel Silva, I am facing the same problem while migrate website from live server to localhost. Have you got any solution on this?
your help would be greatly appreciated. thanks in advance.
This still seems to be an issue.
I just migrated a site to an azure vm running 2016 data center.
There is a hangfire job in the background that modifies content and saves and publishes them.
Seems after every 1000 or so changes something triggers a shutdown and everything grinds to a halt.
is working on a reply...