Re: cotinuousquery -> Requesting mapping from grid failed for [ platformId=1, typeId=1173251103]

2018-11-12 Thread Ilya Kasnacheev
Hello! Should be OK. Can you prepare a small reproducer of this problem, upload it to github? Regards, -- Ilya Kasnacheev пн, 29 окт. 2018 г. в 16:57, jcalahor : > i forgot to mention that my starting params is: > Apache.Ignite.exe > >

Re: cotinuousquery -> Requesting mapping from grid failed for [ platformId=1, typeId=1173251103]

2018-10-30 Thread jcalahor
? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: cotinuousquery -> Requesting mapping from grid failed for [ platformId=1, typeId=1173251103]

2018-10-29 Thread jcalahor
i forgot to mention that my starting params is: Apache.Ignite.exe -Assembly=C:\apache_ignite\_net\ignite_shared\ignite_shared\bin\Debug\ignite_shared.dll -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: cotinuousquery -> Requesting mapping from grid failed for [ platformId=1, typeId=1173251103]

2018-10-29 Thread Ilya Kasnacheev
Hello! This usually indicates that assembly with specified type is not loaded on a node. When using Apache.Ignite.exe, make sure to load assemblies with -assembly parameter. Alternatively, set IgniteConfiguration.PeerAssemblyLoadingEnabled to true. Should be pretty explanatory, shouldn't it? To

Re: cotinuousquery -> Requesting mapping from grid failed for [ platformId=1, typeId=1173251103]

2018-10-25 Thread akurbanov
Hello, This issue seems to be raised as you didn't specify binary configuration for your C# type. Since you create your entity via sqlline (actually it doesn't matter where do you create it), Ignite knows nothing about C# type mapping to Java type: /Caused by: java.lang.ClassNotFoundException:

cotinuousquery -> Requesting mapping from grid failed for [ platformId=1, typeId=1173251103]

2018-10-25 Thread jcalahor
H, i'm getting exception on the server nodes when a new City record is added . The c# code is below: namespace ignite_test { class Program { class CityEventListener : ICacheEntryEventListener { public void OnEvent(IEnumerable> evts) {