I deployed a Jasper report using the instructions in the Creating Solutions document. Upon running the report I get the following stacktrace. I validated the jrxml document, so I do not understand why I am getting this parse error. I have attached the jasper report.
12:21:12,947 ERROR [JasperReportsComponent] 50cf5ef0-eb41-11da-81ba-152edfddfff9:COMPONENT:context-13347041-1148487672203:WorkloadReport.xaction JasperReport.ERROR_0010 - Unable to compile report /db_01/pentaho-demo/pentaho-solutions/samples/reporting/WorkloadReport.jrxml to file /db_01/pentaho-demo/pentaho-solutions/samples/reporting/WorkloadReport.jasper
org.xml.sax.SAXParseException: Element type "subDataset" must be declared.
at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.handleStartElement(Unknown Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)