> See Root Cause block: > > ----- Root Cause ----- > java.io.IOException: Permission denied > at java.io.UnixFileSystem.createFileExclusively(Native Method) > at java.io.File.checkAndCreate(File.java:1151) > at java.io.File.createTempFile(File.java:1236) > at java.io.File.createTempFile(File.java:1273) > at > > Something is trying to write a file, and it doesn't have the permission to > do so. Looks to me like a temp file.
Thanks it was good hint. I did not realize that tomcat uses its own temp dir instead of system one. thanks, Alex. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
