Re: AccessControlException

2021-04-22 Thread Ilya Kasnacheev
Hello! I guess this is what JVM creates for us. If you expect that Ignite would have dedicated support for security policy: it doesn't. Regards, -- Ilya Kasnacheev чт, 22 апр. 2021 г. в 16:58, Nico : > More info: it looks like the threads that are created are of type >

Re: AccessControlException

2021-04-22 Thread Ilya Kasnacheev
Hello! Obviously, you need to grant to all Ignite code permission to read any system properties. Obviously, granting all permissions didn't work in your case. I'm not sure why. Regards, -- Ilya Kasnacheev чт, 22 апр. 2021 г. в 14:33, Nico : > Hi, > > I'm using Ignite in embedded mode,

Re: AccessControlException

2021-04-22 Thread Nico
More info: it looks like the threads that are created are of type InnocuousForkJoinWorkerThread, which means without permissions. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

AccessControlException

2021-04-22 Thread Nico
Hi, I'm using Ignite in embedded mode, ignite sandbox is off. I'm getting the following exception: Caused by: java.security.AccessControlException: access denied ("java.util.PropertyPermission" "IGNITE_DEFAULT_DISK_PAGE_COMPRESSION" "read") at