In the new release 7.2.000 an error is thrown when a RM generated temporary file in my local tmp directory (imageio*.tmp) needs to be deleted.
Exception: java.security.AccessControlException
Message: access denied ("java.io.FilePermission" "C:\Users\...\AppData\Local\Temp\imageio5041030306454975619.tmp" "delete")
Stack trace:
java.security.AccessControlContext.checkPermission(AccessControlContext.java:457)
This seems to be related to the Java SecurityManager, and something may not have been set properly in the java.policy file with this release.
Does anyone know how to fix this?