Why no data shown in the report after upgrade to 4.13 from 4.4.2 (RedHat JDK 11) even without exeption? #1515
-
Previous running report with Birt 4.4.2 is recently upgraded to 4.14.0 (also tried 4.13.0). Though View report in Eclipse shows the report with data correctly. But when running the applicaiton, empty report is displayed but no data is get into the report even though with same parameters. No exceptions reported except some warnings: NFO: register fonts in /usr/share/fonts/TTF cost:0ms Have been strugling some time but not be able to find a solution. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Are you sure that you are using BIRT 4.14.0 and removed the BIRT 4.4.2 libs? Is your runtime environment clean? |
Beta Was this translation helpful? Give feedback.
-
And BIRT 4.14 requires Java 17... |
Beta Was this translation helpful? Give feedback.
Thannk you, @hvbtup, for the reply. I have replace all the itext 2.1.7 with the OpenPDF (com.github.librepdf) 1.3.33. Now no warning anymore. However, the report is still empty when running applicaiton (though template View PDF works). There are some font related INFO messages (using 4.13):
INFO: load font config in jar:file:/C:/Users/usrD/.m2/repository/birt_runtime/org/eclipse/birt/org.eclipse.birt.runtime/4.13.0/org.eclipse.birt.runtime-4.13.0.jar!/fontsConfig.xml cost 35ms
Dec 11, 2023 3:46:44 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory$2 run
INFO: register fonts in /usr/openwin/lib/locale/ko.UTF-8/X11/fonts/TrueType cost:0ms
Dec 11, 2023 3:46:44 PM org…