'An error occurred with the scheduled publishing' exception
chaps,
i've just set up a smtp appender for an umbraco 7.2.4 website.
since going live, i'm getting 100's of emails with this exception:
2015-05-17 02:48:28,041 ERROR Umbraco.Web.Scheduling.ScheduledPublishing Run - [Thread 49] An error occurred with the scheduled publishing. The base url used in the request was: http://www.my-site.co.uk/, 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: (404) Not Found.
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 System.Net.WebClient.UploadString(String address, String data)
at Umbraco.Web.Scheduling.ScheduledPublishing.Run()
from hunting around, it appears this is related to the 'baseUrl' attribute on the 'scheduledTasks' node in the 'umbracoSettings.config'.
which based on the the bug posts i've found is correct - but still the errors are rolling in!
has anyone a suggestion of what the correct settings are?! i'm not even using the scheduled tasks feature at the moment so getting plagued with errors is a bit of a pain ;)
just following up on this one: this seems to be in virtually every umbraco install we have! it's a pain as tracking down genuine exceptions means you need to wade through all of these 1st...
the solution was to upgrade umbraco! it appears to be a bug. to be honest, i spent a couple of hours trying to fix it and the only pointers i got is if you've not got any scheduled tasks defined in the 'umbracoSettings.config' then the error gets logged...
as there was a newer version of umbraco out i upgraded the site and hey presto, the error disappeared ;)
'An error occurred with the scheduled publishing' exception
chaps,
i've just set up a smtp appender for an umbraco 7.2.4 website.
since going live, i'm getting 100's of emails with this exception:
from hunting around, it appears this is related to the 'baseUrl' attribute on the 'scheduledTasks' node in the 'umbracoSettings.config'.
the current value is:
which based on the the bug posts i've found is correct - but still the errors are rolling in!
has anyone a suggestion of what the correct settings are?! i'm not even using the scheduled tasks feature at the moment so getting plagued with errors is a bit of a pain ;)
any suggestions would be grand!
cheers,
jake
just following up on this one: this seems to be in virtually every umbraco install we have! it's a pain as tracking down genuine exceptions means you need to wade through all of these 1st...
jake did you find a solution for this?
ha! sort of...
the solution was to upgrade umbraco! it appears to be a bug. to be honest, i spent a couple of hours trying to fix it and the only pointers i got is if you've not got any scheduled tasks defined in the 'umbracoSettings.config' then the error gets logged...
as there was a newer version of umbraco out i upgraded the site and hey presto, the error disappeared ;)
so not really a fix but a work around?!
oh i see.. Do you recall which version you were at? and which version upgrade did make that go away?
yup, it's v7.2.4. i moved the site to v7.8.0 recently and no more errors.
we've also sites running 7.3.0 and 7.3.1 and the error isn't present in the logs for those site's either.
hope that helps!
is working on a reply...