Replies: 3 comments 3 replies
-
I had the same issue with an older BIRT version 4.6 with Apache Tomcat. I will say that your error could also be caused on installation task. |
Beta Was this translation helpful? Give feedback.
-
I did some further testing with a minimal application that uses BIRT 4.10 OSGi to generate a report, and encountered the same issue again: Additionally I've recognized that there is a logfile present in the ReportEngine/platform/configuration directory containing multiple entries like these:
The bundle com.github.librepdf.openpdf is involved, too. |
Beta Was this translation helpful? Give feedback.
-
I fixed the error through upgrading the OpenPDF library. These two steps are required:
With these changes the BIRT OSGi runtime can generate reports again. |
Beta Was this translation helpful? Give feedback.
-
Hello Team,
I updated the BIRT OSGi runtime used in our application (deployed on WildFly 27, running on java 11) from version 4.8 to 4.10.
When I try to generate a report I get a
java.lang.ClassNotFoundException: com.lowagie.text.FontFactory
.I also tried BIRT 4.12, but I get the same error:
I've seen that iText has been replaced with OpenPDF. Maybe this change is related to my problem.
Do you have an idea what may cause my problem or what I can do to investigate further?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions