python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Apache Ignite .Net Core failed to start
Apache ignite .net core server node fails to start with below error, any idea what could be the reason?
Apache.Ignite.Core.Binary.BinaryObjectException
HResult = -2146233088,
Message = Unexpected fiel...

Faizan Saeed
Votes: 0
Answers: 1
SqlFieldsQuery without using cache.LoadCache
I have an empty cache configured with readthrough connected to MySql. can I use SqlFieldsQuery without explicitly call cache.LoadCache? Can I populate the cache using cache.put instead of populating i...

ofer.ignite
Votes: 0
Answers: 1
BinaryInvalidTypeException in Ignite Remote Filter
The following code is based on a combination of Ingite's CacheQueryExample and CacheContinuousQueryExample.
The code starts a fat Ignite client. Three organizations are created in the cache and we are...
rgb1380
Votes: 0
Answers: 2
Query Ignite cache created in Java with sqlline
I am using ignite's CacheQueryExample:
public class CacheQueryExample {
/** Organizations cache name. */
private static final String ORG_CACHE = CacheQueryExample.class.getSimpleName() + "...
rgb1380
Votes: 0
Answers: 1