Report with Jasperreports returning blank pdf table

0

Hello, I have a system in javaEE PrimeFaces and Jsf, I created the reports with Jasperreports, everything was working, but after an update of Instance linux ec2 AWS, the reports are returned the tables in PDF without data only the grid, the intriguing is that if I squeeze the WAR from a local contain using cloud dB, it generates the correct report, when I use the same war in the cloud machine the reports return blank, the rows and columns according to the amount of data that would be displayed, but blank.

    
asked by anonymous 16.08.2018 / 13:02

1 answer

1

Verify that the fonts used by the report are available on the server. To not be dependent on the available sources in the server you can use the jasper extension sources and generate a jar containing the sources used by the reports, placing it in the build path of the application. For more instructions on how to do this follow this link: community.jaspersoft.com/wiki/custom-font-font -extension

    
03.09.2018 / 13:31