Copied to clipboard

Flag this post as spam?

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


  • Tim 174 posts 398 karma points
    Mar 02, 2018 @ 18:55
    Tim
    0

    Error post install - double scheduled task entry

    Upgrading to 2.1.9.2 we had the following error because it added the same scheduled task twice rather than checking there was already one.

    Server Error in '/' Application.
    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 
    
    Parser Error Message: The entry 'newsletterstudioBounces' has already been added.
    
    Source Error: 
    
    
    Line 71:     <task log="true" alias="newsletterstudioBounces" interval="840" url="https://www.xxx.com/App_Plugins/NewsletterStudio/Pages/HandleBounces.aspx" />
    Line 72:     <task log="true" alias="newsletterstudioSendout" interval="300" url="https://www.xxx.com/umbraco/NewsletterStudio/Actions/NewsletterCheckForScheduledSendOut" />
    Line 73:     <task log="true" alias="newsletterstudioBounces" interval="840" url="http://localhost:62971/App_Plugins/NewsletterStudio/Pages/HandleBounces.aspx" />
    Line 74:     <task log="true" alias="newsletterstudioSendout" interval="300" url="http://localhost:62971/umbraco/NewsletterStudio/Actions/NewsletterCheckForScheduledSendOut" />
    Line 75:   </scheduledTasks>
    
    Source File: C:\Projects\domain.com\Domain.Web\config\umbracoSettings.config    Line: 73 
    
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.2633.0
    
  • keilo 568 posts 1023 karma points
    Mar 03, 2018 @ 06:52
    keilo
    0

    just did an upgrade to 2.1.9.2 as well and the installer does not check for existing newsletterstudioBounces and adds a new line, which brought the entire site down.

    Had to manually remove the duplicate.

  • Markus Johansson 1945 posts 5899 karma points MVP 2x c-trib
    Mar 06, 2018 @ 14:51
    Markus Johansson
    0

    Hi guys!

    Thanks for sharing! We're using the a built in "install action".

    I'll post this as a bug and make sure to fix this for next release - sorry for the problems.

    / m

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies