On Wed, Sep 1, 2010 at 08:43, karthik <[email protected]> wrote: > Hi, > On starting the cruise service i get an error message as "The cruise > control.net service started and then stopped.Some services stop if > they no work to do " > on checking the cruise control log is see the following eror > > 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 > > Any suggestion on this error seen? > I have checked the permission of the user set for the service and it > is fine.
The error suggests that your XML is not well-formed. Run CCValidator.exe & point it at your configuration file, it may tell you what's wrong. Otherwise, review the file yourself & make sure it's correct.
