Jump to content
JasperReports Library 7.0 is now available ×

Sub Reports error if Ignore Pagination Unticked


shaunw

Recommended Posts

Say, Any ideas how to find whats causing the error?

I want the reports detail band to run onto the next page.

 

 

Code:
Version:0.9 StartHTML:-1 EndHTML:-1 StartFragment:0000000111 EndFragment:0000010979   Compiling to file... C:\Documents and Settings\admin\My Documents\Voip SW\iReports\Savings Analysis Report & Management InvoiceTest.jasper  Compiling subreports....  Subreport C:\Documents and Settings\admin\My Documents\Voip SW\iReports\SARCallNoTot.jrxml already compiled.  Subreport C:\Documents and Settings\admin\My Documents\Voip SW\iReports\SARCallCostPerMinOSC.jrxml already compiled.  Subreport C:\Documents and Settings\admin\My Documents\Voip SW\iReports\SARCallCostPerMinSC.jrxml already compiled.  Subreport C:\Documents and Settings\admin\My Documents\Voip SW\iReports\SARRentals.jrxml already compiled.  Subreport C:\Documents and Settings\admin\My Documents\Voip SW\iReports\SARCallCost.jrxml already compiled.  Subreport C:\Documents and Settings\admin\My Documents\Voip SW\iReports\SARCallCostSC.jrxml already compiled.  Subreport C:\Documents and Settings\admin\My Documents\Voip SW\iReports\SARClientSummary.jrxml already compiled.  Subreport C:\Documents and Settings\admin\My Documents\Voip SW\iReports\SARCallDur.jrxml already compiled.  Subreport C:\Documents and Settings\admin\My Documents\Voip SW\iReports\SARCallDurSC.jrxml already compiled.  Subreport C:\Documents and Settings\admin\My Documents\Voip SW\iReports\SARCallDurTot.jrxml already compiled.  Subreport C:\Documents and Settings\admin\My Documents\Voip SW\iReports\SARSummary.jrxml already compiled.  Subreport C:\Documents and Settings\admin\My Documents\Voip SW\iReports\SARTotalDue.jrxml already compiled.  Subreport C:\Documents and Settings\admin\My Documents\Voip SW\iReports\SARContracts.jrxml already compiled.  Subreport C:\Documents and Settings\admin\My Documents\Voip SW\iReports\SARCallNo.jrxml already compiled.  Subreport C:\Documents and Settings\admin\My Documents\Voip SW\iReports\SARCallCostTot.jrxml already compiled.  Subreport C:\Documents and Settings\admin\My Documents\Voip SW\iReports\SARCallNoSC.jrxml already compiled. Compilation running time: 1,890! Filling report...  Locale: English (South Africa)  Time zone: Default Error filling print... Error encountered while waiting on the report filling thread.net.sf.jasperreports.engine.JRRuntimeException: Error encountered while waiting on the report filling thread.     at net.sf.jasperreports.engine.fill.JRThreadSubreportRunner.waitResult(JRThreadSubreportRunner.java:111)     at net.sf.jasperreports.engine.fill.JRThreadSubreportRunner.start(JRThreadSubreportRunner.java:74)     at net.sf.jasperreports.engine.fill.JRFillSubreport.prepare(JRFillSubreport.java:634)     at net.sf.jasperreports.engine.fill.JRFillElementContainer.prepareElements(JRFillElementContainer.java:327)     at net.sf.jasperreports.engine.fill.JRFillBand.fill(JRFillBand.java:402)     at net.sf.jasperreports.engine.fill.JRFillBand.fill(JRFillBand.java:361)     at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillColumnBand(JRVerticalFiller.java:2045)     at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillDetail(JRVerticalFiller.java:749)     at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReportStart(JRVerticalFiller.java:252)     at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:110)     at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:923)     at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:826)     at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:59)     at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:417)     at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:247)     at com.jaspersoft.ireport.designer.compiler.IReportCompiler.run(IReportCompiler.java:858)     at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)     at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997) Caused by: java.lang.InterruptedException     at java.lang.Object.wait(Native Method)     at java.lang.Object.wait(Object.java:485)     at net.sf.jasperreports.engine.fill.JRThreadSubreportRunner.waitResult(JRThreadSubreportRunner.java:100)     ... 17 more Print not filled. Try to use an EmptyDataSource... 
Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...