Re: Operation not permitted errors [EXTERNAL]

2024-02-07 Thread Christopher Schultz
ne if it's a general Java issue or the specific Tomcat-hosted environment that won't work? -chris -Original Message- From: Christopher Schultz Sent: Tuesday, February 6, 2024 4:18 PM To: users@tomcat.apache.org Subject: Re: Operation not permitted errors [EXTERNAL] ** CAUTION: Extern

Re: Operation not permitted errors [EXTERNAL]

2024-02-07 Thread Tim Funk
Crazy wild guess looking at the stack trace ... > sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) > at sun.nio.fs.UnixCopyFile.copyFile(UnixCopyFile.java:283) at A snoop of sun.nio.fs.UnixCopyFile shows its calling the system call utimes() or futimes() (probably utimes) -

RE: Operation not permitted errors [EXTERNAL]

2024-02-07 Thread Beard, Shawn
Right Technology. Simple and Secure. -Original Message- From: Christopher Schultz Sent: Tuesday, February 6, 2024 4:18 PM To: users@tomcat.apache.org Subject: Re: Operation not permitted errors [EXTERNAL] ** CAUTION: External message Shawn, On 2/6/24 13:52, Beard, Shawn wrote: > An appli

Re: Operation not permitted errors

2024-02-06 Thread Christopher Schultz
Shawn, On 2/6/24 13:52, Beard, Shawn wrote: An application we have running in Tomcat 9 using Java 8 is throwing this error when trying to create a file: java.nio.file.FileSystemException /path/to/filesystem/202311WEB/040389461310_08_37_246.jpg: Operation not permitted at

Operation not permitted errors

2024-02-06 Thread Beard, Shawn
An application we have running in Tomcat 9 using Java 8 is throwing this error when trying to create a file: java.nio.file.FileSystemException /path/to/filesystem/202311WEB/040389461310_08_37_246.jpg: Operation not permitted at