Copied to clipboard

Flag this post as spam?

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


  • Vaidas 22 posts 65 karma points
    Nov 20, 2015 @ 10:01
    Vaidas
    0

    "Umbraco application starting" out of nowhere

    Hey all,

    I have an interesting situation on my hands.

    From time to time (2-4 times a day) I get "Umbraco application starting" with downtime registered in monitoring tools, but there's nothing in the Event Viewer or Umbraco Logs that indicates what triggers this. (No app pool recycle events, no config change events. The site seems to be functioning normally and then it just restarts out of nowhere.)

    We have App Pool recycling turned off because initialization takes a while, running Umbraco 7.2.6 with uCommerce

    2015-11-20 09:16:38,117 [10] INFO Umbraco.Core.CoreBootManager - [T1/D2] Umbraco application starting 2015-11-20 09:16:38,239 [10] INFO Umbraco.Core.PluginManager - [T1/D2] Determining hash of code files on disk 2015-11-20 09:16:38,268 [10] INFO Umbraco.Core.PluginManager - [T1/D2] Hash determined (took 25ms) 2015-11-20 09:16:38,280 [10] INFO Umbraco.Core.PluginManager - [T1/D2] Starting resolution types of umbraco.interfaces.IApplicationStartupHandler 2015-11-20 09:16:38,341 [10] INFO Umbraco.Core.PluginManager - [T1/D2] Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 41 (took 59ms) 2015-11-20 09:16:38,538 [10] INFO Umbraco.Core.PluginManager - [T1/D2] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter 2015-11-20 09:16:38,540 [10] INFO Umbraco.Core.PluginManager - [T1/D2] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 2ms) 2015-11-20 09:16:38,541 [10] INFO Umbraco.Core.PluginManager - [T1/D2] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter 2015-11-20 09:16:38,542 [10] INFO Umbraco.Core.PluginManager - [T1/D2] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 17 (took 1ms) 2015-11-20 09:16:38,585 [10] INFO Umbraco.Core.PluginManager - [T1/D2] Starting resolution types of Umbraco.Web.Mvc.SurfaceController 2015-11-20 09:16:38,588 [10] INFO Umbraco.Core.PluginManager - [T1/D2] Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 20 (took 2ms) 2015-11-20 09:16:38,589 [10] INFO Umbraco.Core.PluginManager - [T1/D2] Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController 2015-11-20 09:16:38,599 [10] INFO Umbraco.Core.PluginManager - [T1/D2] Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 43 (took 9ms) 2015-11-20 09:16:38,735 [10] INFO Umbraco.Core.PluginManager - [T1/D2] Starting resolution types of Umbraco.Core.Media.IThumbnailProvider 2015-11-20 09:16:38,736 [10] INFO Umbraco.Core.PluginManager - [T1/D2] Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 3 (took 0ms) 2015-11-20 09:16:38,737 [10] INFO Umbraco.Core.PluginManager - [T1/D2] Starting resolution types of Umbraco.Core.Media.IImageUrlProvider 2015-11-20 09:16:38,737 [10] INFO Umbraco.Core.PluginManager - [T1/D2] Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 1 (took 0ms) 2015-11-20 09:16:45,175 [10] INFO Umbraco.Core.PluginManager - [T1/D2] Starting resolution types of umbraco.interfaces.IApplication 2015-11-20 09:16:45,176 [10] INFO Umbraco.Core.PluginManager - [T1/D2] Completed resolution of types of umbraco.interfaces.IApplication, found 7 (took 1ms) 2015-11-20 09:16:45,278 [10] INFO Umbraco.Web.Search.ExamineEvents - [T1/D2] Initializing Examine and binding to business logic events 2015-11-20 09:16:46,025 [10] INFO Umbraco.Web.Search.ExamineEvents - [T1/D2] Adding examine event handlers for index providers: 3 2015-11-20 09:16:46,059 [10] INFO Umbraco.Core.CoreBootManager - [T1/D2] Umbraco application startup complete (took 7887ms) 2015-11-20 09:16:50,047 [10] INFO Umbraco.Web.UmbracoModule - [T6/D2] Setting OriginalRequestUrl: ...

  • gary 385 posts 916 karma points
    Nov 20, 2015 @ 14:48
    gary
    0

    Hi Vaidas

    This is due to asp temporary files and I am assuming you are using Visual Studio?

    On first compile the temp files are created, in essence copies of all "important" data.

    I managed to "stop" the recycling one machine by turning off the anti-virus which was scanning the files and indexing, hence app starts.

    On my current machine Windows 10 VS2015 I have not managed to achieve it, so on writing anything in app_ folders, or web config, IIS Express (or IIS) shuts down and restarts.

    Keep having a look at it to try to overcome it, but haven't achieved it yet.

    If you find anything keep posting and see if we can't help to find a solution.

    Regards

    Gary

Please Sign in or register to post replies

Write your reply to:

Draft