http://our.umbraco.org/forum/core/general/61055-Problems-with-scheduled-publishing-721
I had strange errors in the behavior of the planned publication for various versions of Umbraco when deployed to Azure in our UAT and production environments. The following errors in the logs are constantly appearing.
The site is hosted on https in IIS 8.
The currently deployed version of Umbraco for the site is 7.1.9, where the magazines take place, and the planned publication does not end.
After trying to deploy an instance of virgin 7.2.1 into the same environment, the same errors appear, however, the publication appears to be working properly, despite the errors.
I examined some other similar topics on this issue and tried to correct those described to no avail. I wonder if there is anything else here?
http://our.umbraco.org/forum/core/general/56407-Worrying-errors-in-the-logs-over-last-couple-of-days-from-UmbracoWebSchedulingScheduledPublishing-?p=0
http://issues.umbraco.org/issue/U4-5842
http://issues.umbraco.org/issue/U4-5379
The only thought I was considering the explanation given by Sebastiaan was that the OriginalRequestUrl fix was implemented. I see in the logs:
2015-02-04 10:31:32,073 [17] INFO Umbraco.Web.UmbracoModule - [Thread 10] Setting OriginalRequestUrl: test.[company].com:443/umbraco
Now the site hosted on https will not bind any requested http: // test. [Company] .com: 443 / umbraco , which I assume will cause a timeout? Is there a parameter that I am missing to enable this?
I set umbracoUseSSL to true, but that didn't help.
Thanks in advance.
2015-02-04 12:00:45,647 [20] ERROR Umbraco.Web.Scheduling.KeepAlive - [Thread 108] 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(ApplicationContext appContext, IUmbracoSettingsSection settings)
2015-02-04 12:01:17,644 [73] INFO umbraco.BusinessLogic.Log - [Thread 125] Log scrubbed. Removed all items older than 2014-12-06 12:01:17
2015-02-04 12:01:17,644 [20] INFO umbraco.BusinessLogic.Log - [Thread 108] Log scrubbed. Removed all items older than 2014-12-06 12:01:17
2015-02-04 12:01:25,624 [20] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - [Thread 14] 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.Run()