Hi Igniters,
We recently started using Ignite version 2.11.0 (native persistence enabled) with authentication enabled. When am trying to connect to cluster using thick client, getting error as below. This was not there with earlier version. I have checked https://ignite.apache.org/docs/latest/security/authentication this link but couldn’t find anything for thick client. Any pointers will be helpful. *Caused by: class org.apache.ignite.spi.IgniteSpiException: Local node's grid security processor class is not equal to remote node's grid security processor class [locNodeId=a65dff47-d94d-458a-be81-b59a6fdfa4d4, rmtNodeId=22f90dd4-0b8c-4cbe-a481-40411a09ae7f, locCls=null, rmtCls=org.apache.ignite.internal.processors.authentication.IgniteAuthenticationProcessor]* * at org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.checkFailedError(TcpDiscoverySpi.java:2105)* * at org.apache.ignite.spi.discovery.tcp.ClientImpl$MessageWorker.body(ClientImpl.java:1996)* * at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:120)* * at org.apache.ignite.spi.discovery.tcp.ClientImpl$1.body(ClientImpl.java:317)* * at org.apache.ignite.spi.IgniteSpiThread.run(IgniteSpiThread.java:58)* *Regards,* *Gangaiah*