Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Topic author was deleted

    Apr 24, 2012 @ 10:37

    Root element is missing

    Umbraco version: umbraco v 4.7.1 (Assembly version: 1.0.4281.2020. MS SQL database.
    The site is running on a web farm.

    I keep getting this error while browsing the site. Sometimes I get it from browsing to the site directly, then I press F5 and It disappears and the site works. Some days go by and I try it again and BOOM there it is. Refresh...and its gone!

    At /brands/sports-brands/bliz-eyewear/ (Referred by: http://www.future.se/): System.Xml.XmlException: Root element is missing. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.ParseDocumentContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) at System.Xml.XmlDocument.Load(XmlReader reader) at System.Xml.XmlDocument.Load(String filename) at umbraco.cms.businesslogic.web.Access.get_AccessXml() at umbraco.cms.businesslogic.web.Access.getPage(Int32 documentId) at umbraco.cms.businesslogic.web.Access.IsProtected(Int32 DocumentId, String Path) at umbraco.requestHandler..ctor(XmlDocument umbracoContent, String url) at umbraco.UmbracoDefault.Page_PreInit(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.UI.Page.OnPreInit(EventArgs e) at System.Web.UI.Page.PerformPreInit() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    I see the word "get_AccessXML" and somehow thought that method was trying to access app_data/access.config. And yes that file was empty so I added 

    <?xml version="1.0" encoding="utf-8"?>
    <access></access>
    <access></access>

    That did'nt help either. What might be wrong?

  • John 27 posts 49 karma points
    Jun 15, 2012 @ 12:42
    John
    0

    Did you ever solve this issue? I am having the same problem.

     

  • Comment author was deleted

    Jun 18, 2012 @ 11:41

    I did resolve it but unfortunately I did not document on how. Something tells me I deleted all the files in the folder /App_Data/ExamineIndexes and then rebooted, but as I said I can't remember if that was what I actually did or not im afraid.

  • 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.

Please Sign in or register to post replies