Does peer class loading have to be enabled on both server and client node?

2023-02-27 Thread John Smith
I have 3 node clusters and I'm trying to enable peer class loading on the cluster, but it keeps shutting off after restart because it says the remote node doesn't have it enabled. So is peer class loading required to be enabled on the server nodes or can it just be enabled per client that needs it

Re: Does peer class loading have to be enabled on both server and client node?

2023-02-27 Thread Stephen Darlington
It’s a cluster wide setting and needs to be set to the same value on all nodes, both server and thick-client. > On 27 Feb 2023, at 15:58, John Smith wrote: > > I have 3 node clusters and I'm trying to enable peer class loading on the > cluster, but it keeps shutting off after restart because i

Re: Does peer class loading have to be enabled on both server and client node?

2023-02-27 Thread John Smith
Oh god! Forget that then! lol Really? So If I have 10 applications they all need to be recompiled/reconfigured and redeployed? On Mon, Feb 27, 2023 at 11:07 AM Stephen Darlington < stephen.darling...@gridgain.com> wrote: > It’s a cluster wide setting and needs to be set to the same value on all >

Re: Does peer class loading have to be enabled on both server and client node?

2023-02-27 Thread John Smith
Sorry to be clear the applications are thick clients but client = true flag is enabled. On Mon, Feb 27, 2023 at 11:09 AM John Smith wrote: > Oh god! Forget that then! lol Really? So If I have 10 applications they > all need to be recompiled/reconfigured and redeployed? > > On Mon, Feb 27, 2023 a