When deploying a single node and not selecting any dependencies, everything comes back green but I'm getting the following error in the logs:
03/07/2013 09:07:21; logging media picker packagign Document Accessing schools Property Data 03/07/2013 09:07:21; Adding media picker data from: 4645 03/07/2013 09:07:21; System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1. at System.Xml.XmlTextReaderImpl.Throw(String res, String arg) at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace() at System.Xml.XmlTextReaderImpl.ParseDocumentContent() 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 Umbraco.Courier.Core.Helpers.XmlDependencies.ReplaceIds(String xml, String xPath, String attribute, IdentifierReplaceDirection direction, List`1& replacedIds)xml: 5bbb4b31-3b77-410e-bf21-e60c5cbe4ca1 03/07/2013 09:07:24; logging media picker packagign Document Accessing schools Property Data 03/07/2013 09:07:24; Adding media picker data from: 4645 03/07/2013 09:07:24; System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1. at System.Xml.XmlTextReaderImpl.Throw(String res, String arg) at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace() at System.Xml.XmlTextReaderImpl.ParseDocumentContent() 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 Umbraco.Courier.Core.Helpers.XmlDependencies.ReplaceIds(String xml, String xPath, String attribute, IdentifierReplaceDirection direction, List`1& replacedIds)xml: 5bbb4b31-3b77-410e-bf21-e60c5cbe4ca1 03/07/2013 09:09:14; System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1. at System.Xml.XmlTextReaderImpl.Throw(String res, String arg) at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace() at System.Xml.XmlTextReaderImpl.ParseDocumentContent() 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 Umbraco.Courier.Core.Helpers.XmlDependencies.ReplaceIds(String xml, String xPath, String attribute, IdentifierReplaceDirection direction, List`1& replacedIds)xml: 4984 03/07/2013 09:09:14; 03/07/2013 09:09:14; Sport England has developed toolkits to help open up school sites for community use. 03/07/2013 09:09:14; 03/07/2013 09:09:14; 03/07/2013 09:09:14; 4984 03/07/2013 09:09:14; 03/07/2013 09:09:14; <p><img width="575" height="210" src="/media/156797/exercise-class-stretching.png" alt="Exercise -class -stretching"/></p> <p>The ability to access good facilities within the local community is vital to any sports organisation, yet many clubs struggle to find places to play and train.</p> <p>A large number of sporting facilities are located on school sites and making these available to sports clubs can offer significant benefits to both the school and the local clubs.</p> <p>Sport England has produced toolkits to help open up school sites for community use, this guidance will ensure that the process is a smooth one for both the sports organisation and the school.</p> <ul> <li><a href="/{localLink:4849}" title="Schools toolkits">Toolkit for schools </a></li> <li><a href="/{localLink:4846}" title="Sports organisations toolkit">Toolkit for sporting organisations</a></li> </ul>
Courier error when deploying - XmlException
Running Umbraco 4.11.5 & Courier 2.7.5.1
When deploying a single node and not selecting any dependencies, everything comes back green but I'm getting the following error in the logs:
Any ideas ?
Did the item you selected transfer correctly, or was changes rolled back due to the error?
is working on a reply...