Re: RE: Failed to find security context for subject with given ID

2021-12-06 Thread Nikolay Izhikov
Hello y. We are searching for the root casue of your issues. Investigation shows, that we are using String#getBytes() call that is locale dependent and use that bytes for login hash. Therefore hash can be different on nodes it started with different default locale. Can you, please confirm - are y

Re:RE: Failed to find security context for subject with given ID

2021-11-19 Thread y
Ignite Version:2.11.0. Here are some important configuration. Using binary mode to insert data. At 2021-11-19 15:07:01, "Mikhail Petrov" wrote: Pavel, at first glance these are not related issues. Tianyue Hu, could you please spe

RE: Failed to find security context for subject with given ID

2021-11-19 Thread Mikhail Petrov
Pavel, at first glance these are not related issues. Tianyue Hu, could you please specify the version of Ignite you are using, the server nodes configuration, and which Ignite mechanism you are using to insert data? -- Mikhail On 2021/11/19 06:37:47 y wrote: > Hello Igniters: > > > I start m

Failed to find security context

2021-11-12 Thread y
Hello Igniters: When I started 20 nodes on one machine , i got a Exception like this "Failed to find security context for subject with given ID : a7e071b3-de48-3ec1-9d24-de6cbe6c7bf1".And then it looks like something is blocking . Has anyone encountered this problem? PS:Igni