Umbraco - 计划发布问题 - v7.2.1
Umbraco - Problems with scheduled publishing - v7.2.1
http://our.umbraco.org/forum/core/general/61055-Problems-with-scheduled-publishing-721
在我们的 UAT 和生产环境中部署在 Azure 上时,我在各种版本的 Umbraco 的计划发布行为中遇到了奇怪的错误。日志中不断出现以下错误
该站点托管在 IIS 8 中的 https 绑定上。
该站点当前部署的 Umbraco 版本是 7.1.9,其中出现日志并且计划的发布未完成。
在尝试将原始 7.2.1 实例部署到同一环境后,出现了相同的错误,但是尽管存在错误,发布似乎确实按预期工作。
我已经查看了与此事相关的其他一些类似主题,并尝试了所描述的修复方法但无济于事。我想知道我是否还遗漏了什么?
http://issues.umbraco.org/issue/U4-5842
http://issues.umbraco.org/issue/U4-5379
我考虑过 Sebastiaan 给出的解释的唯一想法是在我在日志中看到的 OriginalRequestUrl 修复实施之后:
2015-02-04 10:31:32,073 [17] INFO Umbraco.Web.UmbracoModule - [Thread 10] Setting OriginalRequestUrl: test.[company].com:443/umbraco
现在托管在 https 上的网站不会绑定任何对 http://test.[company].com:443/umbraco 的请求,我猜这会导致超时?是否缺少启用此功能的设置?
我已将 umbracoUseSSL 设置为 true 但这没有帮助。
提前致谢。
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()
据我了解,此问题与 http://issues.umbraco.org/issue/U4-5965
有关
问题的解决似乎涉及新的 baseUrl 属性。我使用的是 6.2.4 并且遇到了同样的问题,IIS 8 with URL Rewrite forcing SSL。等待 6.2.5 发布。
旧 post 但最近我试图解决这个错误,因为它每分钟都会添加到日志文件中。 (umbraco 版本 7.6.3)
在我的例子中,umbracoApplicationUrl 是错误的。
在我从管理部分复制它之后,现在没有错误了
http://our.umbraco.org/forum/core/general/61055-Problems-with-scheduled-publishing-721
在我们的 UAT 和生产环境中部署在 Azure 上时,我在各种版本的 Umbraco 的计划发布行为中遇到了奇怪的错误。日志中不断出现以下错误
该站点托管在 IIS 8 中的 https 绑定上。
该站点当前部署的 Umbraco 版本是 7.1.9,其中出现日志并且计划的发布未完成。
在尝试将原始 7.2.1 实例部署到同一环境后,出现了相同的错误,但是尽管存在错误,发布似乎确实按预期工作。
我已经查看了与此事相关的其他一些类似主题,并尝试了所描述的修复方法但无济于事。我想知道我是否还遗漏了什么?
http://issues.umbraco.org/issue/U4-5842
http://issues.umbraco.org/issue/U4-5379
我考虑过 Sebastiaan 给出的解释的唯一想法是在我在日志中看到的 OriginalRequestUrl 修复实施之后:
2015-02-04 10:31:32,073 [17] INFO Umbraco.Web.UmbracoModule - [Thread 10] Setting OriginalRequestUrl: test.[company].com:443/umbraco
现在托管在 https 上的网站不会绑定任何对 http://test.[company].com:443/umbraco 的请求,我猜这会导致超时?是否缺少启用此功能的设置?
我已将 umbracoUseSSL 设置为 true 但这没有帮助。
提前致谢。
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()
据我了解,此问题与 http://issues.umbraco.org/issue/U4-5965
有关问题的解决似乎涉及新的 baseUrl 属性。我使用的是 6.2.4 并且遇到了同样的问题,IIS 8 with URL Rewrite forcing SSL。等待 6.2.5 发布。
旧 post 但最近我试图解决这个错误,因为它每分钟都会添加到日志文件中。 (umbraco 版本 7.6.3)
在我的例子中,umbracoApplicationUrl 是错误的。
在我从管理部分复制它之后,现在没有错误了