Re: How can i make my custom plugin serializable - Failed to serialize object: plugins.CustomSecurityProcessor

2018-09-03 Thread wt
thanks, found the anonymous class and created new ones with serializable -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

Re: How can i make my custom plugin serializable - Failed to serialize object: plugins.CustomSecurityProcessor

2018-08-31 Thread Valentin Kulichenko
There is a non-serializable anonymous class that you have declared within the plugin. You should check what is actually serialized there and whether it's supposed to be serialized or not. -Val On Fri, Aug 31, 2018 at 10:27 AM wt wrote: > How can i make my custom plugin serializable? > > >

How can i make my custom plugin serializable - Failed to serialize object: plugins.CustomSecurityProcessor

2018-08-31 Thread wt
How can i make my custom plugin serializable? Caused by: class org.apache.ignite.spi.IgniteSpiException: Failed to authenticate local node (will shutdown local node). at org.apache.ignite.spi.discovery.tcp.ServerImpl.localAuthentication(ServerImpl.java:1008) at