Search code examples
asp.netiisumbraco

Application domain restarts on node publish - Umbraco


Whenever I publish a node on Umbraco 6.2.5, the application domain restarts.

The log shows: Application shutdown. Reason: ConfigurationChange

The only files that are modified during the publish are in App_Data: Umbraco.config and the contents of TEMP\ExamineIndexes.

I have no real time virus scanning hitting those files. Any ideas on how to prevent this? FCNMode = disabled did not resolve the issue.

    2015-03-08 16:05:50,611 [15] INFO  Umbraco.Core.Publishing.PublishingStrategy - [Thread 7] Content 'test3' with Id '2292' has been published.
    2015-03-08 16:05:51,517 [20] INFO  Umbraco.Core.PluginManager - [Thread 11] Determining hash of code files on disk
    2015-03-08 16:05:51,533 [20] INFO  Umbraco.Core.PluginManager - [Thread 11] Hash determined (took 7ms)
    2015-03-08 16:05:51,549 [20] INFO  Umbraco.Core.PluginManager - [Thread 11] Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
    2015-03-08 16:05:51,580 [20] INFO  Umbraco.Core.PluginManager - [Thread 11] Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 25 (took 26ms)
    2015-03-08 16:05:51,611 [20] INFO  Umbraco.Core.PluginManager - [Thread 11] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
    2015-03-08 16:05:51,611 [20] INFO  Umbraco.Core.PluginManager - [Thread 11] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 2ms)
    2015-03-08 16:05:51,611 [20] INFO  Umbraco.Core.PluginManager - [Thread 11] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
    2015-03-08 16:05:51,611 [20] INFO  Umbraco.Core.PluginManager - [Thread 11] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 12 (took 0ms)
    2015-03-08 16:05:51,642 [20] INFO  Umbraco.Core.PluginManager - [Thread 11] Starting resolution types of Umbraco.Web.Mvc.SurfaceController
    2015-03-08 16:05:51,642 [20] INFO  Umbraco.Core.PluginManager - [Thread 11] Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 5 (took 0ms)
    2015-03-08 16:05:51,642 [20] INFO  Umbraco.Core.PluginManager - [Thread 11] Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
    2015-03-08 16:05:51,642 [20] INFO  Umbraco.Core.PluginManager - [Thread 11] Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 3 (took 0ms)
    2015-03-08 16:05:51,642 [20] INFO  Umbraco.Core.PluginManager - [Thread 11] Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
    2015-03-08 16:05:51,642 [20] INFO  Umbraco.Core.PluginManager - [Thread 11] Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 3 (took 0ms)
    2015-03-08 16:05:51,642 [20] INFO  Umbraco.Core.PluginManager - [Thread 11] Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
    2015-03-08 16:05:51,642 [20] INFO  Umbraco.Core.PluginManager - [Thread 11] Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 1 (took 0ms)
    2015-03-08 16:05:52,174 [20] INFO  Umbraco.Web.Search.ExamineEvents - [Thread 11] Initializing Examine and binding to business logic events
    2015-03-08 16:05:52,174 [20] INFO  Umbraco.Web.Search.ExamineEvents - [Thread 11] Adding examine event handlers for index providers: 3
    2015-03-08 16:05:52,314 [20] INFO  Umbraco.Web.UmbracoModule - [Thread 22] Setting OriginalRequestUrl: dev.foo.com:80/umbraco
    2015-03-08 16:05:52,486 [15] INFO  Umbraco.Core.UmbracoApplicationBase - [Thread 22] Application shutdown. Reason: ConfigurationChange

Solution

  • We're currently investigating this issue which might be related to the Microsoft KB3000850 patch. Can you confirm that this patch was installed before you started getting these issues?