Error trying to create a CFReport using CF2021 that has worked in all prior versions
When the report runs we get this error:
Error at line 4 char 322: net.sf.jasperreports.engine.xml.JasperDesignFactory
This report has been working since at least 2014 throught multiple versions of CF. We are attempting to upgrade from 2018 to 2021 and this is our last issue.
The template is in the same directory as the file creating the report.
<cfreport template="act_aei_contaminant_summary.cfr" format="PDF" filename="#PhysicalPath#contam_summary_#acct_num#_#inven_dt#.pdf" overwrite="yes">
<cfreportparam name="acct_num" value="#acct_num#">
<cfreportparam name="inven_dt" value="#inven_dt#">
</cfreport>