Copied to clipboard

Flag this post as spam?

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


  • Rune Grønkjær 1371 posts 3102 karma points
    Mar 30, 2015 @ 16:22
    Rune Grønkjær
    1

    Application shutdown. Reason: ConfigurationChange

    Hi Guys,

    Looks like Umbraco 7 shuts down the application everytime a node is published. In the log it says "Application shutdown. Reason: ConfigurationChange". This sounds a bit drastic!?

    The reason I'm asking is that one of our websites suddenly started hammering away on the CPU bringing the entire server to a stand still. It was using over 90% of the CPU power and kept doing it until we could kill the process. Why would it do that?

    • The webmaster on the website were publishing nodes at the time
    • The website is a very small one
    • It's using MVC and donut caching
    Anyone have any experience with this?
    /Rune

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Mar 30, 2015 @ 16:25
    Sebastiaan Janssen
    0

    This is a known issue with a Windows Update, Microsoft is working on it: http://issues.umbraco.org/issue/U4-6338

  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    Mar 30, 2015 @ 16:30
    Dave Woestenborghs
    0

    I can confirm that uninstalling the hotfix solves the problem. We had the same issue last friday.

    Dave

  • Rune Grønkjær 1371 posts 3102 karma points
    Mar 30, 2015 @ 16:50
    Rune Grønkjær
    0

    Ok, so this can make the entire application pool use all the CPU?

    We have the KB3000850 update installed but cannot find the KB3007507 update in the installed updates list. How do we remove just KB3007507?

    /Rune

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Mar 30, 2015 @ 17:09
    Sebastiaan Janssen
    100

    Yes, this can cause big CPU spiking as the application pool may go into a shutdown cycle.

    Make sure to read the issue, KB3007507 is the actual cause of the problem, it can get installed as part of KB3000850 but not necessarily. So removing KB3000850 should help.

  • Rune Grønkjær 1371 posts 3102 karma points
    Mar 31, 2015 @ 09:18
    Rune Grønkjær
    0

    Ok, that's good to know. Only problem then is that KB3000850 fixes all kinds of stuff. Do you know when Microsoft will release an official fix? It doesn't feel right removing a lot of other - maybe important - fixes.

    /Rune

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Mar 31, 2015 @ 09:25
    Sebastiaan Janssen
    0

    Make sure to add yourself as a watcher to the issue for updates!

  • Eric Schrepel 161 posts 226 karma points
    Oct 28, 2016 @ 16:48
    Eric Schrepel
    0

    We're on a locally-hosted Win2008 server with just the single Umbraco 7.5.3 site and started noticing lots of these shutdowns lately also (same issue, after any node is published), hadn't happened with 7.4.x versions. Have tried things like changing the app pool "Disable recycling for configuration" parameter, experimenting with the fcnMode parameter in web.config, etc., but keep getting these shutdowns.

  • Rutger van Schoonhoven 2 posts 72 karma points
    Oct 28, 2016 @ 20:56
    Rutger van Schoonhoven
    0

    We had the shutdown on publish problem as well on one of our setups. Our solution after multiple days bug hunting:

    Create a new IIS instance for that site.

    I can't find any noticable difference between the old and the new instance, but it solved the problem for us. (Windows Server 2012 R2 all patches applied)

  • Eric Schrepel 161 posts 226 karma points
    Oct 31, 2016 @ 19:57
    Eric Schrepel
    0

    I'm wondering if your solution applies in our single-server, single-site situation, and also unsure how to start a new IIS instance (or are you saying create a new IIS application and application pool, and move the site to that?).

    Sorry for the probably dumb-sounding request, but we're really at wit's end and will likely pay for a support ticket soon as we're getting shutdowns after every node publish now.

  • Rutger van Schoonhoven 2 posts 72 karma points
    Nov 01, 2016 @ 13:04
    Rutger van Schoonhoven
    0

    Hi, Yes, I just added a new website in IIS with it's own application pool. The only difference was the name (I added www. to the site name). Same bindings, same everything. Turn off old IIS-site; Turn on the new one. In our case: problem solved.

  • Sebastiaan Janssen 5045 posts 15476 karma points MVP admin hq
    Oct 31, 2016 @ 21:18
    Sebastiaan Janssen
    0

    FYI: we've recently seen some people on Windows Server 2008 (not 2012!) have some success in changing from fcnMode="Single" to fcnMode="NotSet" (or just not specifying fcnMode in web.config, which then falls back to NotSet).

    Even better results were achieved with fcnMode="Disabled" but make sure to read up on what that means in the comments here: http://shazwazza.com/post/all-about-aspnet-file-change-notification-fcn/

    Note that when setting it to Disabled you can't change templates from the backoffice any more, you will need to manually recycle the application pool after changing the template.

  • Eric Schrepel 161 posts 226 karma points
    Oct 31, 2016 @ 21:36
    Eric Schrepel
    0

    Experimented just now with the "NotSet" value, which acts the same as "Default" (and "Single") for us, meaning it still triggers a shutdown after every node publish.

    So far the only solution is "Disabled" (at least for Win 2008 / Umbraco 7.5.3), but yes changing templates/partial views, etc. requires touching web.config or recycling the app pool.

Please Sign in or register to post replies

Write your reply to:

Draft