Re: Need help for Access Violation

2020-02-07 Thread Anthony
Hello, The "usrCp" value is NameValueType ▶ usrCp const std::string & Seems that the "cfg.jvmClassPath" was not set properly? I am not familiar with java environment, should i set some environmental variable? Thank you! Anthony On Fri, Feb 7, 2020 at 5:20 AM Igor Sapego wrote: > Hi > > And

Re: Need help for Access Violation

2020-02-07 Thread Igor Sapego
Hi And what is the value of "usrCp" argument? For me the code works just fine. Best Regards, Igor On Fri, Feb 7, 2020 at 12:22 AM Anthony wrote: > Hello, > > I am new to ignite C++. I am using windows 10, VS community. > > I keep getting Access Violation when I am trying to run the following

Re: Ignite Load Hangs at the end while using DataStreamer

2020-02-07 Thread Ilya Kasnacheev
Hello! I can see that some data processing is happening in thread dumps, but also this: [11:16:11,637][INFO][grid-nio-worker-tcp-comm-2-#26][TcpCommunicationSpi] Accepted incoming communication connection [locAddr=/172.16.1.7:47100, rmtAddr=/10.139.0.10:38624]

Serialisation issue.

2020-02-07 Thread adipro
cache = ignite.getOrCreateCache(new CacheConfiguration<>() .setName("DOCIDS") .setStoreKeepBinary(true) .setQueryEntities(Collections.unmodifiableList(new ArrayList(){{ QueryEntity entity = new QueryEntity();

Re: Ignite Load Hangs at the end while using DataStreamer

2020-02-07 Thread pg31
Thanks Ilya. I have changed the Client Side Machine to prefer IPv4 Stack and hence that error went away. But still the data-streamer-stripes and tcp-comm-worker threads keep getting stuck. I am attaching the logs again. (These contain the thread-dump themselves) log.zip