There was an exception trying to carry out your request. Details of the Exception are:
Exception Message
Unable to execute transform: C:\Program Files\CruiseControl.NET\webdashboard\xsl\statistics.xsl
Exception Full Details
ThoughtWorks.CruiseControl.Core.CruiseControlException: Unable to execute transform: C:\Program Files\CruiseControl.NET\webdashboard\xsl\statistics.xsl ---> System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XPath.XPathDocument.LoadFromReader(XmlReader reader, XmlSpace space)
at System.Xml.XPath.XPathDocument..ctor(TextReader textReader)
at ThoughtWorks.CruiseControl.Core.Util.XslTransformer.Transform(String input, String xslFilename, Hashtable xsltArgs)
--- End of inner exception stack trace ---
at ThoughtWorks.CruiseControl.Core.Util.XslTransformer.Transform(String input, String xslFilename, Hashtable xsltArgs)
at ThoughtWorks.CruiseControl.WebDashboard.Plugins.Statistics.ProjectStatisticsPlugin.Execute(ICruiseRequest cruiseRequest)
at ThoughtWorks.CruiseControl.WebDashboard.MVC.Cruise.ServerCheckingProxyAction.Execute(ICruiseRequest cruiseRequest)
at ThoughtWorks.CruiseControl.WebDashboard.MVC.Cruise.ProjectCheckingProxyAction.Execute(ICruiseRequest cruiseRequest)
at ThoughtWorks.CruiseControl.WebDashboard.MVC.Cruise.CruiseActionProxyAction.Execute(IRequest request)
at ThoughtWorks.CruiseControl.WebDashboard.MVC.Cruise.ExceptionCatchingActionProxy.Execute(IRequest request) |