Re: Unable to run several ContinuousQuery due to: Failed to unmarshal discovery data for component: CONTINUOUS_PROC

2020-04-21 Thread AlexBor
Hi Denis, Both servers are looking to the same server. Here are code samples: Server: public class IgniteServerCacheBootstrap { final static Logger logger = LoggerFactory.getLogger(IgniteCacheClient.class); public static void main(String[] args) throws IgniteCheckedException, Interrupt

Re: Unable to run several ContinuousQuery due to: Failed to unmarshal discovery data for component: CONTINUOUS_PROC

2020-04-18 Thread AlexBor
Anyone? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Unable to run several ContinuousQuery-es in parallel due to: Failed to unmarshal discovery data for component: CONTINUOUS_PROC

2020-04-16 Thread AlexBor
//Fixed formatting Hi guys! I'm trying to play with ContinuousQuery in v2.8.0 with the following setup: one server node + couple of client nodes running in different JVMs on the same local machine. I'm trying to execute same ContinuousQuery on both clients in parallel, but for some reason first

Unable to run several ContinuousQuery due to: Failed to unmarshal discovery data for component: CONTINUOUS_PROC

2020-04-16 Thread AlexBor
Hi guys! I'm trying to play with ContinuousQuery in v2.8.0 with the following setup: one server node + couple of client nodes running in different JVMs on the same local machine. I'm trying to execute same ContinuousQuery on both clients in parallel, but for some reason first one is able to conn

Unable to run several ContinuousQuery-es in parallel due to: Failed to unmarshal discovery data for component: CONTINUOUS_PROC

2020-04-16 Thread AlexBor
Hi guys! I'm trying to play with ContinuousQuery in v2.8.0 with the following setup: one server node + couple of client nodes running in different JVMs on the same local machine. I'm trying to execute same ContinuousQuery on both clients in parallel, but for some reason first one is able to conn