determine 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]
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) - An
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
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
sun.nio.fs.UnixExce
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
sun.nio.fs.UnixException.translateToIOException(UnixException.java