CF11 java.security.AccessControlException when Sandboxing enabled
ColdFusion 11 version: 11,0,19,314546
Edition: Enterprise
Operating System: Windows Server 2012 R2
Java Version: 1.8.0_231
I'm having a problem with <cfexecute> once I enabled Sandbox Security on my CF11 Enterprise installation. I have one ApacheCXF webservice client that is executed from withint the application. I've done the following within this sandbox:
- enabled the cfexecute tag under the sandbox
- given Execute permission on the folder where the client and calling function reside ( same folder )
- given execute permission to the Windows user account and the service account on this directory.
- also tried full control access for user account and service account, as well as execute in sandbox for entire diretory.
The error I'm getting is:
An exception occurred when invoking an external process.
The cause of this exception was that: java.security.AccessControlException: access denied ("java.io.FilePermission" "<>" "execute").
Any suggestions?
