JamesPDev opened a new issue, #11025:
URL: https://github.com/apache/ignite/issues/11025

   We run Apache Ignite from several .Net 6 applications and have recently 
upgrade from version 2.11 to 2.15. Post the upgrade we’ve noticed we regularly 
get the following error in our logs:
   
   ```
   [2023-10-30 09:58:17.859 +00:00 ERR 16] Failed to write class name to file 
[platformId=1, id=-480146029, 
clsName=System.Collections.Generic.List`1[[<OneOfMyDomainModels>]], 
file=D:\Software\Ignite\apache-ignite-slim-2.15.0-bin\work\db\marshaller\-480146029.classname1]
 { nativeErrorInfo: "java.nio.file.AccessDeniedException: 
D:\Software\Ignite\apache-ignite-slim-2.15.0-bin\work\db\marshaller\-480146029.classname1-621646209.tmp
 -> 
D:\Software\Ignite\apache-ignite-slim-2.15.0-bin\work\db\marshaller\-480146029.classname1
                  at 
sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:83)
                  at 
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
                  at sun.nio.fs.WindowsFileCopy.move(WindowsFileCopy.java:301)
                  at 
sun.nio.fs.WindowsFileSystemProvider.move(WindowsFileSystemProvider.java:291)
                  at java.nio.file.Files.move(Files.java:1395)
                  at 
org.apache.ignite.internal.MarshallerMappingFileStore.writeMapping(MarshallerMappingFileStore.java:103)
                  at 
org.apache.ignite.internal.MappingStoreTask.run(MappingStoreTask.java:57)
                  at 
org.apache.ignite.internal.util.IgniteUtils.wrapThreadLoader(IgniteUtils.java:7487)
                  at 
org.apache.ignite.internal.processors.closure.GridClosureProcessor$1.body(GridClosureProcessor.java:649)
                  at 
org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:125)
                  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
                  at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
                  at java.lang.Thread.run(Thread.java:750)
   
   ```
   We have the appropriate permissions to the folder it’s trying to write to.
   
   I see an issue was raised and fixed 
(https://issues.apache.org/jira/browse/IGNITE-3239) back in 2016 so I wonder if 
it’s a regression related to that?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to