Copied to clipboard

Flag this post as spam?

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


  • Erik 14 posts 70 karma points
    Oct 22, 2014 @ 18:05
    Erik
    0

    Umbraco.Web.Scheduling Errors after Upgrade

    Hello--

    We recently upgraded our Umbraco installation from 6.1.6 to 6.2.2. I have noticed since the upgrade, our log files have been filled with thousands of the following entries:

    Logger: Umbraco.Web.Scheduling.ScheduledPublishing

    [Thread 173] An error occurred with the scheduled publishing

    System.Net.WebException: The operation has timed out

    at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)

    at System.Net.WebClient.UploadString(Uri address, String method, String data)

    at Umbraco.Web.Scheduling.ScheduledPublishing.Start(ApplicationContext appContext)

    and

    Logger: Umbraco.Web.Scheduling.KeepAlive

    [Thread 174] Error in ping

    System.Net.WebException: The operation has timed out

    at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)

    at System.Net.WebClient.DownloadString(Uri address)

    at Umbraco.Web.Scheduling.KeepAlive.Start(Object sender)

    These errors don't appear to affect our Umbraco installation, but I'm curious what these errors are about. What is causing them? Is there something I'm not aware about going wrong? Is there something I forgot to configure after the upgrade?

    It's just a single, non-load-balanced installation. There are rewrite rules to: force https, force "www.", and force a trailing slash, but I don't think it would affect the "UploadDataInternal" function Umbraco is using.

    Any thoughts would be appreciated.

    Thanks,

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Oct 22, 2014 @ 18:14
    Jan Skovgaard
    0

    Hi Erik

    Seems like it's the same issue that Simon Anthony has written about here http://our.umbraco.org/forum/core/general/56407-Worrying-errors-in-the-logs-over-last-couple-of-days-from-UmbracoWebSchedulingScheduledPublishing-?p=0 unfortunately he has not been able to get any help on it and I'm clueless about it myself.

    Don't know if it's the same thing that was reported for v7.1.5 here http://issues.umbraco.org/issue/U4-5379 ?

    Might be a good idea to report this on the issue tracker if it has not been so already. Smells like a bug.

    Don't know if it's magically been fixed in the latest release of 6.2.4 perhaps?

    /Jan

Please Sign in or register to post replies

Write your reply to:

Draft