Permission Denied Error when invoking custom extension
Has anyone encountered a permission denied error when trying to invoke a custom extension for TWX hosted on a Unix platform? My team has created an extension that encrypts a file within a repository. It works fine on a windows instance of Tomcat, but when we try to run it on a Unix hosted instance, we get the following:
Unable to Invoke Service AddFilesWithEncryption on EncryptionExtension : java.io.FileNotFoundException
followed by Permission Denied.
If you've encountered this, what folder typically needs to have its security permissions changed and to what?
Thanks!

