Category: | Bug report |
Priority: | High |
Status: | Assigned |
Project: | Severity: | Major |
Resolution: | Open |
|
Component: | Reproducibility: | Sometimes |
Assigned to: |
Hello,
- I have created a simple jasper report which in turn has 16 sub reports in iReports and deployed it in jasper server.
- The report is working fine but i am facing issues while exporting it in a Rich Text Format (RTF).
- When i look at the logs it is giving me an "net.sf.jasperreports.engine.JRException: Invalid text height" as an error.
- I surfed the jasperforge and found out a similar issue and noticed that the it was solved by removing all the occurrences of 'height="0"' in the jrxml.
- I tried the same approach my jrxml which includes 16 sub reports and
still am getting the same error.
- Please suggest.