Hi Everyone,
We recently changed our batch process to not use Ant but Java directly. We have been getting errors on Jasper reports when it compiles the templates (as part of the CAB extract job), something like this:
Caused by: net.sf.jasperreports.engine.JRException: Error saving expressions class file : /opt/dSeries/ESPSystemAgent/classic_1493352441034_52613.java
at net.sf.jasperreports.engine.util.JRSaver.saveClassSource(JRSaver.java:171)
…
Caused by: java.io.FileNotFoundException: /opt/dSeries/ESPSystemAgent/classic_1493352441034_52613.java (Permission denied)
at java.io.FileOutputStream.open0(Native Method)
Anyone else ran into this?
Thanks,
Jerry