I'm trying to upgrade my site from 7.3.4 to 7.5.9 and am having problems. I used nuget to upgrade automatically and followed the instructions both for general upgrades and for upgrading from a specific version.
I merged the configs with only a few minor changes. When I run the installer to apply the database changes, it stops before getting very far and gives me this page.
Error during installation
See the log for full details (logs can typically be found in the App_Data\Logs folder).
Upon checking the logs, I find this:
2017-02-08 11:44:18,885 [P8176/D5/T1] INFO Umbraco.Core.CoreBootManager - Umbraco 7.5.9 application starting on DESKTOP-4S2VMSE
2017-02-08 11:44:18,913 [P8176/D5/T1] INFO Umbraco.Core.PluginManager - Determining hash of code files on disk
2017-02-08 11:44:18,925 [P8176/D5/T1] INFO Umbraco.Core.PluginManager - Hash determined (took 12ms)
2017-02-08 11:44:18,981 [P8176/D5/T1] INFO Umbraco.Core.MainDom - Acquiring MainDom...
2017-02-08 11:44:18,983 [P8176/D5/T1] INFO Umbraco.Core.MainDom - Acquired MainDom.
2017-02-08 11:44:18,990 [P8176/D5/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2017-02-08 11:44:19,005 [P8176/D5/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 0 (took 15ms)
2017-02-08 11:44:19,027 [P8176/D5/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2017-02-08 11:44:19,028 [P8176/D5/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 1ms)
2017-02-08 11:44:19,029 [P8176/D5/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
2017-02-08 11:44:19,030 [P8176/D5/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 0 (took 1ms)
2017-02-08 11:44:19,044 [P8176/D5/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2017-02-08 11:44:19,048 [P8176/D5/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 0 (took 3ms)
2017-02-08 11:44:19,049 [P8176/D5/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2017-02-08 11:44:19,058 [P8176/D5/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 0 (took 9ms)
2017-02-08 11:44:19,099 [P8176/D5/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2017-02-08 11:44:19,100 [P8176/D5/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 0 (took 1ms)
2017-02-08 11:44:19,102 [P8176/D5/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
2017-02-08 11:44:19,102 [P8176/D5/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 0 (took 0ms)
2017-02-08 11:44:20,080 [P8176/D5/T1] INFO Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 1277ms)
2017-02-08 11:44:22,604 [P8176/D5/T7] INFO Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://localhost:52994/umbraco (UmbracoModule request)
2017-02-08 11:44:24,429 [P8176/D5/T21] INFO Umbraco.Core.Configuration.ClientDependencyConfiguration - Updated version number from 531297051 to 399930006
2017-02-08 11:44:24,604 [P8176/D5/T7] INFO UmbracoExamine.DataServices.UmbracoLogService - Rebuilding index, Provider=InternalMemberIndexer, NodeId=-1
2017-02-08 11:44:24,604 [P8176/D5/T7] INFO UmbracoExamine.DataServices.UmbracoLogService - Rebuilding index, Provider=InternalIndexer, NodeId=-1
2017-02-08 11:44:24,604 [P8176/D5/T7] INFO UmbracoExamine.DataServices.UmbracoLogService - Rebuilding index, Provider=ExternalIndexer, NodeId=-1
2017-02-08 11:44:24,613 [P8176/D5/T7] INFO Umbraco.Core.MainDom - Stopping...
2017-02-08 11:44:24,617 [P8176/D5/T7] INFO Umbraco.Core.MainDom - Released MainDom.
2017-02-08 11:44:25,116 [P8176/D5/T24] INFO Umbraco.Core.DatabaseContext - CanConnect = True
2017-02-08 11:44:25,123 [P8176/D5/T24] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Persistence.Mappers.BaseMapper
2017-02-08 11:44:25,125 [P8176/D5/T24] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Persistence.Mappers.BaseMapper, found 0 (took 1ms)
2017-02-08 11:44:30,945 [P8176/D3/T20] INFO Umbraco.Core.UmbracoApplicationBase - Application shutdown. Details: ConfigurationChange
_shutDownMessage=CONFIG change
HostingEnvironment initiated shutdown
CONFIG change
CONFIG change
CONFIG change
CONFIG change
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.Configuration.WebConfigurationHostFileChange.OnFileChanged(Object sender, FileChangeEvent e)
at System.Web.DirectoryMonitor.FireNotifications()
at System.Web.Util.WorkItem.CallCallbackWithAssert(WorkItemCallback callback)
at System.Web.Util.WorkItem.OnQueueUserWorkItemCompletion(Object state)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(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()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
I've googled this error somewhat with little success. One topic suggested turning off debugging mode, which didn't help. The rest seem to be very outdated.
Error when upgrading from 7.3.4 to 7.5.9
I'm trying to upgrade my site from 7.3.4 to 7.5.9 and am having problems. I used nuget to upgrade automatically and followed the instructions both for general upgrades and for upgrading from a specific version.
I merged the configs with only a few minor changes. When I run the installer to apply the database changes, it stops before getting very far and gives me this page.
Upon checking the logs, I find this:
I've googled this error somewhat with little success. One topic suggested turning off debugging mode, which didn't help. The rest seem to be very outdated.
Anyone have any suggestions?
Can anyone lend me a hand with this?
Have you got any URL rewrites in your Web.Config?
If you have, disable them all before you do the upgrade. Then re-instate after the upgrade.
is working on a reply...