Error occured when SelectSingleNode

giang le asked on October 13, 2014 13:35

Hi all, I using Kentico 7 and we saw in event log a error occured when SelectSingleNode. Please help me detect the cause of this issue and any solution.

    Message: Unexpected end of file while parsing CDATA has occurred. Line 1217, position 30. 
Stack Trace: 
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
   at System.Xml.XmlTextReaderImpl.ParseCDataOrComment(XmlNodeType type, Int32& outStartPos, Int32& outEndPos)
   at System.Xml.XmlTextReaderImpl.ParseCDataOrComment(XmlNodeType type)
   at System.Xml.XmlTextReaderImpl.ParseElementContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
   at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at CMS.SettingsProvider.EditableItems.LoadContentXml(String contentXml)
   at CMS.DocumentEngine.TreeNode.get_DocumentContent()
   at CMS.DocumentEngine.TreeNode.TryGetValue(String columnName, Object& value)
   at CMS.DataEngine.AbstractInfo`1.GetValue(String columnName)
   at CMS.DataEngine.SimpleDataClass.LoadData(IDataContainer data)
   at CMS.DocumentEngine.TreeNode.NewInstanceFromDataContainer(IDataContainer data, String className, TreeProvider existingTreeProvider)
   at CMS.DocumentEngine.TreeNode.New[NodeType](IDataContainer data, String className, TreeProvider treeProvider)
   at CMS.DocumentEngine.TreeNode.Clone[NewNodeType]()
   at CMS.DocumentEngine.TreeNode.Clone()
   at CMS.DocumentEngine.TreeProvider.SelectSingleNode[NodeType](String siteName, String aliasPath, String cultureCode, Boolean combineWithDefaultCulture, String className, Boolean selectOnlyPublished, Boolean checkPermissions, Boolean selectCoupledData)
   at CMS.DocumentEngine.TreeProvider.SelectSingleNode[NodeType](Int32 nodeId, String cultureCode, Boolean combineWithDefaultCulture, Boolean coupledData)
   at CMS.DocumentEngine.TreeProvider.SelectSingleNode(Int32 nodeId, String cultureCode, Boolean combineWithDefaultCulture, Boolean coupledData)
   at CMS.DocumentEngine.TreeProvider.SelectSingleNode(Int32 nodeId, String cultureCode, Boolean combineWithDefaultCulture)
   at CMS.DocumentEngine.TreeProvider.SelectSingleNode(Int32 nodeId, String cultureCode)
   at CMS.DocumentEngine.TreeProvider.SelectSingleNode(Int32 nodeId)
   at ****()
   at ****.Page_Load(Object sender, EventArgs e)
   at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
   at System.Web.UI.Control.OnLoad(EventArgs e)
   at CMS.ExtendedControls.AbstractUserControl.OnLoad(EventArgs e)
   at CMS.PortalControls.CMSAbstractWebPart.OnLoad(EventArgs e)
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Thank!

Recent Answers


Sandro Jankovic answered on November 21, 2014 15:44

Hello,

We would be glad to look into this issue but we need more context and preferably the code you tried to use when this error occurred. In the meantime you may be able to find suggestions on search engines as this could be a common .NET issue.

Please let me know if I can be of further assistance.

Thanks,

Sandro

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.