Scheduled publishing task crashing the app pool and the website
Our production website built on Umbraco v7.2.6 runs on a load balanced environment where the load is distributed into two IIS servers called "web01" and "web02". But once in a while the IIS app pool crashes bringing down the website with it. When I visit the log files just after a crash I can see errors related to scheduled publishing has been registered. I am not sure how to fix the issue. Is there an way to disable the scheduled publishing task?
2017-07-25 14:56:35,149 [27] ERROR Umbraco.Web.WebServices.ScheduledPublishController - [T32/D3] Error executing scheduled task
System.UnauthorizedAccessException: Access to the port is denied.
at System.IO.Ports.InternalResources.WinIOError(Int32 errorCode, String str)
at System.Threading.Semaphore..ctor(Int32 initialCount, Int32 maximumCount, String name)
at Umbraco.Core.AsyncLock..ctor(String name)
at umbraco.content.InitializeFileLock()
at umbraco.content..ctor()
at umbraco.content.<.cctor>b__17()
at System.Lazy`1.CreateValue()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Lazy`1.get_Value()
at Umbraco.Web.WebServices.ScheduledPublishController.Index()
2017-07-25 14:56:35,165 [27] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - [T11/D3] An error occurred with the scheduled publishing. The base url used in the request was: http://web01.website.com/umbraco/, see http://our.umbraco.org/documentation/Using-Umbraco/Config-files/umbracoSettings/#ScheduledTasks documentation for details on setting a baseUrl if this is in error
System.Net.WebException: The remote server returned an error: (400) Bad Request.
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.PerformRun()
Scheduled publishing task crashing the app pool and the website
Our production website built on Umbraco v7.2.6 runs on a load balanced environment where the load is distributed into two IIS servers called "web01" and "web02". But once in a while the IIS app pool crashes bringing down the website with it. When I visit the log files just after a crash I can see errors related to scheduled publishing has been registered. I am not sure how to fix the issue. Is there an way to disable the scheduled publishing task?
Settings in Umbraco settings.config is below:
The errors logs shows as below:
Any suggestions? What is ScheduledPublishController trying to do? What kind of permissions do I have to provide?
is working on a reply...
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.