When testing my project locally and wanting to generate documents I run into the following runtime error upon the document generation activity:
com.mendix.modules.microflowengine.MicroflowException: org.apache.fop.apps.FOPException: C:\Users\Ockert\.fop\fop-fonts.cache (Access is denied)
java.io.FileNotFoundException: C:\Users\Ockert\.fop\fop-fonts.cache (Access is denied)
This folder seems to be locked also when I try access it from the Command line in CMD:
Deleting the folder fixes this, but is there perhaps some way that Modeler could have placed a lock on the file?