B4J Question Revisiting Deployed JasperReports Fonts error

cjpryor

Active Member
Licensed User
I know this error has been discussed before but, as far as I can tell, there was no acceptable solution.

Jul 22, 2021 10:35:51 AM net.sf.jasperreports.engine.fonts.FontExtensionsRegistry ensureFontExtensions
SEVERE: Error loading font extensions from net/sf/jasperreports/fonts/jasperreports-fonts.xml
net.sf.jasperreports.engine.JRRuntimeException: net.sf.jasperreports.engine.JRException: Input stream not found at: net/sf/jasperreports/fonts/jasperreports-fonts.xml.


In my case it seems to be harmless. My reports look just fine (obviously using system provided fonts) and the code makes it through Apple Notarization just fine. Has anyone encountered any issues with deployed apps breaking over this error?

So, should I be worried about deploying an app with this error?

Thanks,

Clay
 
Top