-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BIRT Report Designer 4.9.0. - Chart don't work in View Report as PDF #1042
Comments
Hello Together, I confirm there is an issue with the rcp-designer. I started some retests with the same configuration like above with JVM11. Processing of PS error message: Processing PDF - result is an empty PDF: Both errors are reproducable with the BIRT-viewer and with the direct processing call from the designer (without designer). Regression test (manual) BIRT 4.9 with the "all-in-one"-designer (JVM11):
Regression test (manual) BIRT 4.8 with the "all-in-one"-designer (JVM8):
Can somebody assists with it. It seams to be an issue with the SOAP-service requests or the emitter service registration. Best regards |
I can confirm the PS issue with a (custom) 4.10 I built April 2022. Part of the stack trace is: Caused by: java.lang.ClassCastException: class java.util.HashMap cannot be cast to class java.util.Properties (java.util.HashMap and java.util.Properties are in module java.base of loader 'bootstrap') |
Was not this fixed with #1010 ? I think so. |
Yes, it seems so. |
We have a release candidate available for test here: |
I've installed: birt-rcp-report-designer-4.10.0-20220926-win32.win32.x86_64.zip |
I have tried your report with the latest snapshot 4.10.0-20220926 runtime (Java 17): PDF✔️ POSTSCRIPT✔️ Is there a specific reason why you use the RCP Report Designer? It lacks a large number of features, one of which is proper logging. |
Created an alternative configuration for the RCP designer
Created an alternative configuration for the RCP designer Move embedded jre to 17
Created an alternative configuration for the RCP designer Move embedded jre to 17
Created an alternative configuration for the RCP designer Move embedded jre to 17
This was fixed. You can get it from the Actions from the snapshot area in about an hour or so. |
I've installed BIRT report designer 4.9.0. traing to test some reports, and I notice that reports that contains Chart elements are not well generated in PDF format.
The browser shows the message: "An error occurred while loading the PDF document."
Windows 10 x64: birt-rcp-report-designer-4.9.0-20220315-win32.win32.x86_64.zip
Example:
chart_test.zip
Tested with JVM 11 and 18
The text was updated successfully, but these errors were encountered: