Shara
16 years agoOccasional Contributor
Report design not valid error
Hi,
I have a few problems with the reporting function. I notices the "Add Report Template" button don't work. But I have updated the existing templates (mainly just the Test Suite Template, and various subreports). I've got the Test Suite report to generate before and after test cases execution.
However, when I run a Test Case separately and then close that Test Case's tab. Then return to my Test Suite to run another report.
soapUI gives me the following exception.
ERROR:net.sf.jasperreports.engine.design.JRValidationException: Report design not valid :
1. Class not set for parameter : TestSuiteCoverage
net.sf.jasperreports.engine.design.JRValidationException: Report design not valid :
1. Class not set for parameter : TestSuiteCoverage
at net.sf.jasperreports.engine.design.JRAbstractCompiler.verifyDesign(JRAbstractCompiler.java:258)
at net.sf.jasperreports.engine.design.JRAbstractCompiler.compileReport(JRAbstractCompiler.java:140)
at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:215)
at com.eviware.soapui.reporting.engine.jasper.GenerateJasperReport.a(SourceFile:588)
at com.eviware.soapui.reporting.engine.jasper.GenerateJasperReport.createReport(SourceFile:446)
at com.eviware.soapui.reporting.engine.jasper.GenerateJasperReport$ReportFillWorker.construct(SourceFile:416)
at com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:46)
at com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:140)
at java.lang.Thread.run(Unknown Source)
Note: I don't have Test Suite Coverage enabled. I have actually removed that parameter and I still get this same error.
And on a separate note, I tried using the "Reload all global report and template from disk" which then causes NullPointerExceptions.
I am using soapUI Pro 3.5.1 Build dist-97-2010-04-12
Any help or direction to debug this issue is much appreciated.
Thanks.
I have a few problems with the reporting function. I notices the "Add Report Template" button don't work. But I have updated the existing templates (mainly just the Test Suite Template, and various subreports). I've got the Test Suite report to generate before and after test cases execution.
However, when I run a Test Case separately and then close that Test Case's tab. Then return to my Test Suite to run another report.
soapUI gives me the following exception.
ERROR:net.sf.jasperreports.engine.design.JRValidationException: Report design not valid :
1. Class not set for parameter : TestSuiteCoverage
net.sf.jasperreports.engine.design.JRValidationException: Report design not valid :
1. Class not set for parameter : TestSuiteCoverage
at net.sf.jasperreports.engine.design.JRAbstractCompiler.verifyDesign(JRAbstractCompiler.java:258)
at net.sf.jasperreports.engine.design.JRAbstractCompiler.compileReport(JRAbstractCompiler.java:140)
at net.sf.jasperreports.engine.JasperCompileManager.compileReport(JasperCompileManager.java:215)
at com.eviware.soapui.reporting.engine.jasper.GenerateJasperReport.a(SourceFile:588)
at com.eviware.soapui.reporting.engine.jasper.GenerateJasperReport.createReport(SourceFile:446)
at com.eviware.soapui.reporting.engine.jasper.GenerateJasperReport$ReportFillWorker.construct(SourceFile:416)
at com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:46)
at com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:140)
at java.lang.Thread.run(Unknown Source)
Note: I don't have Test Suite Coverage enabled. I have actually removed that parameter and I still get this same error.
And on a separate note, I tried using the "Reload all global report and template from disk" which then causes NullPointerExceptions.
I am using soapUI Pro 3.5.1 Build dist-97-2010-04-12
Any help or direction to debug this issue is much appreciated.
Thanks.