Re: Error and Question about communication between java node and c++ node

2020-04-03 Thread Anthony
It works, thank you so much for your help! On Fri, Apr 3, 2020 at 8:42 AM Ilya Kasnacheev wrote: > Hello! > > Local node's binary configuration is not equal to remote node's binary > configuration [locNodeId=155424bd-1c8e-48a2-83ff-26aa6cf9e7af, > rmtNodeId=db4efc6e-44c7-46ce-b7c0-154e387c0448,

Re: Error and Question about communication between java node and c++ node

2020-04-03 Thread Ilya Kasnacheev
Hello! Local node's binary configuration is not equal to remote node's binary configuration [locNodeId=155424bd-1c8e-48a2-83ff-26aa6cf9e7af, rmtNodeId=db4efc6e-44c7-46ce-b7c0-154e387c0448, locBinaryCfg={globIdMapper=org.apache.ignite.binary.BinaryBasicIdMapper, compactFooter=false, globSerializer=

Re: Error and Question about communication between java node and c++ node

2020-04-03 Thread Anthony
Attached is the log file from C++Side: [07:20:41,216][WARNING][main][G] Ignite work directory is not provided, automatically resolved to: C:\Users\harte\Desktop\work\apache-ignite-2.8.0-bin-try\apache-ignite-2.8.0-bin\work [07:20:41,344][INFO][main][IgniteKernal%myGrid] >>>__

Re: Error and Question about communication between java node and c++ node

2020-04-02 Thread Evgenii Zhuravlev
Hi, Can you share full log files? Evgenii чт, 2 апр. 2020 г. в 17:40, Anthony : > Hello, > > I am trying to make java node and c++ node communicate with each other. I > have successfully done it between two c++ node (which is straight forward). > > However, when I tried to do a put in java and

Error and Question about communication between java node and c++ node

2020-04-02 Thread Anthony
Hello, I am trying to make java node and c++ node communicate with each other. I have successfully done it between two c++ node (which is straight forward). However, when I tried to do a put in java and a get in c++, I got some errors. Could anyone have a look? Thanks. Also, examples of the comm