no, that isn’t the problem. we have permissions to the directory and, btw, the file doesn’t exist yet…we’re creating it.
i have some new information, too. this is throwing an exception on any method we use which does does a security check. for example, we tried File.renameTo(target), File.createNewFile(), and FileOutputStream(target). all three of these use the SecurityManager.checkWrite(fileDescriptor) method, which is what is throwing the exception when it says we don’t have access permissions. does anyone know where the security manager is getting it’s information? how can i tell it that i have permissions? is it part of how i start up the webMethods server?
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services