Jump to content

bnk

Members
  • Posts

    1
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Posts posted by bnk

  1. Hello,

    I designed a report, which just exports a simple txt file.

    til now everything worked fine. Now i got this message during backend export:

     

    java.lang.ArrayIndexOutOfBoundsException: 72932

                    at net.sf.jasperreports.engine.export.JRTextExporter.exportText(JRTextExporter.java:627)

                    at net.sf.jasperreports.engine.export.JRTextExporter.exportElements(JRTextExporter.java:405)

                    at net.sf.jasperreports.engine.export.JRTextExporter.exportPage(JRTextExporter.java:369)

                    at net.sf.jasperreports.engine.export.JRTextExporter.exportReportToWriter(JRTextExporter.java:345)

                    at net.sf.jasperreports.engine.export.JRTextExporter.exportReport(JRTextExporter.java:204)

                    at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.TxtReportOutput.getOutput(TxtReportOutput.java:87)

                    at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJob.executeAndSendReport(ReportExecutionJob.java:523)

                    at com.jaspersoft.jasperserver.api.engine.scheduling.quartz.ReportExecutionJob.execute(ReportExecutionJob.java:243)

                    at com.jaspersoft.ji.report.options.engine.ReportOptionsExecutionJob.execute(ReportOptionsExecutionJob.java:47)

                    at org.quartz.core.JobRunShell.run(JobRunShell.java:213)

                    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557)

    The text file has more than 72.000 rows. Is there any limitation in TXT Export?

    Thx

×
×
  • Create New...