umbraco7 - Umbraco Log Error Failed to load Xml from file -
i lots of errors in umbraco 7.2.6 log file. , cms broken, needs restart iis or browser. errors somethings load or save xml lock or thread aborted. use default umbraco config on simple shared hosting environment.
but works well. (so no file permission or somethings expect)
what wrong?
2015-07-07 09:45:02,833 [10] info umbraco.businesslogic.log - [t15/d3] log scrubbed. removed items older 2015-05-08 09:45:02 2015-07-07 09:45:40,726 [10] error umbraco.content - [t8/d3] failed load xml file. system.threading.threadabortexception: thread being aborted. @ system.threading.waithandle.waitonenative(safehandle waitablesafehandle, uint32 millisecondstimeout, boolean hasthreadaffinity, boolean exitcontext) @ system.threading.waithandle.internalwaitone(safehandle waitablesafehandle, int64 millisecondstimeout, boolean hasthreadaffinity, boolean exitcontext) @ system.threading.waithandle.waitone(int32 millisecondstimeout, boolean exitcontext) @ system.threading.waithandle.waitone(int32 millisecondstimeout) @ umbraco.core.asynclock.lock(int32 millisecondstimeout) @ umbraco.content.ensurefilelock() @ umbraco.content.loadxmlfromfile() 2015-07-07 09:45:40,741 [10] error umbraco.web.webservices.scheduledpublishcontroller - [t55/d3] error executing scheduled task system.threading.threadabortexception: thread being aborted. @ umbraco.content.loadxmlfromfile() @ umbraco.content.loadxmllocked(safexmlreaderwriter safexml, boolean& registerxmlchange) @ umbraco.content..ctor() @ umbraco.content.<.cctor>b__17() @ system.lazy`1.createvalue() --- end of stack trace previous location exception thrown --- @ system.runtime.exceptionservices.exceptiondispatchinfo.throw() @ system.lazy`1.lazyinitvalue() @ system.lazy`1.get_value() @ umbraco.web.webservices.scheduledpublishcontroller.index() 2015-07-07 09:45:40,757 [10] error umbraco.web.scheduling.scheduledpublishing - [t7/d3] error occurred scheduled publishing. base url used in request was: http://acc.xxxxxxx.nl:80/umbraco/, see http://our.umbraco.org/documentation/using-umbraco/config-files/umbracosettings/#scheduledtasks documentation details on setting baseurl if in error system.net.webexception: remote server returned error: (400) bad request. @ system.net.webclient.uploaddatainternal(uri address, string method, byte[] data, webrequest& request) @ system.net.webclient.uploadstring(uri address, string method, string data) @ system.net.webclient.uploadstring(string address, string data) @ umbraco.web.scheduling.scheduledpublishing.performrun() 2015-07-07 09:46:14,905 [10] info umbraco.core.pluginmanager - [t19/d3] starting resolution types of umbraco.core.propertyeditors.iparametereditor 2015-07-07 12:55:10,801 [17] error umbraco.content - [t18/d11] failed save xml file. system.timeoutexception: failed enter lock within timeout. @ umbraco.core.asynclock.lock(int32 millisecondstimeout) @ umbraco.content.ensurefilelock() @ umbraco.content.<savexmltofileasync>d__d.movenext() 2015-07-07 14:03:09,702 [9] error umbraco.content - [t7/d3] failed load xml file. system.timeoutexception: failed enter lock within timeout. @ umbraco.core.asynclock.lock(int32 millisecondstimeout) @ umbraco.content.ensurefilelock() @ umbraco.content.loadxmlfromfile()
this issue related http://issues.umbraco.org/issue/u4-6802 fixed in umbraco v7.2.8 release.
Comments
Post a Comment