Re: Tomcat not syncing existing sessions on restart

2024-02-07 Thread Manak Bisht
I think I have narrowed down the problem. For Tomcat 9 (v9.0.85), using 0.0.0.0 for the local member and receiver works fine. However, the same does not work in Tomcat 8.5 (v8.5.98). Sincerely, Manak Bisht On Fri, Feb 2, 2024 at 9:41 PM Mark Thomas wrote: > On 31/01/2024 13:33, Manak Bisht wro

RE: Operation not permitted errors [EXTERNAL]

2024-02-07 Thread Beard, Shawn
It is on a Linux server, The file system mentions is actually a CIFS mount from a windows server. Its not creating a directory, only that file. Odd thing is that I can manually create a file in that directory as the user Tomcat is running as using touch. Shawn Beard• Team Lead Mi

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) - An

Re: Operation not permitted errors [EXTERNAL]

2024-02-07 Thread Christopher Schultz
Shawn, On 2/7/24 10:48, Beard, Shawn wrote: It is on a Linux server, The file system mentions is actually a CIFS mount from a windows server. Its not creating a directory, only that file. Odd thing is that I can manually create a file in that directory as the user Tomcat is running as using to