Client disconnected abruptly

2021-09-15 Thread Josh Katz
We are using Ignite WCF service as a client to Ignite server node on another server. We get the following error: Client disconnected abruptly due to network connection loss or because the connection was left open on application shutdown. How can we prevent the client from disconnecting as this ha

Platforms are not available error

2021-08-25 Thread Josh Katz
at Apache.Ignite.Core.Impl.Cache.Query.QueryCursorBase`1.GetAll() Thanks, Josh Katz -- Please follow the hyperlink to important disclosures.https://www.dodgeandcox.com/disclosures/email_disclosure_funds.html

JvmClasspath value in IgniteConfiguration

2021-08-20 Thread Josh Katz
When using Ignite.Start from a Web client in .NET - What should be the value of the JvmClasspath in the configuration? It looks like IIS cannot find the JVM so the log stops at 'JVM Started' after trying to resolve the JVM Classpath. When used in a unit test or executable we are not facing this i

Ignite does not start when called through .net service

2021-08-13 Thread Josh Katz
s) at Apache.Ignite.Core.Impl.IgniteManager.CreateJvmContext(IgniteConfiguration cfg, ILogger log) at Apache.Ignite.Core.Ignition.Start(IgniteConfiguration cfg) at Ignite.IgniteFactory.<>c.<.cctor>b__5_0() in ... IgniteFactory.cs:line 1

RE: System.InvalidOperationException: 'No coercion operator is defined between types 'Apache.Ignite.Core.Impl.Binary.BinaryObjectBuilder' and 'System.DateTime'

2021-05-21 Thread Josh Katz
please clarify if this issue is only happening when using persistence? I’m going to try the IBinarizable approach from the docs. Thanks, Josh Katz Dodge & Cox | 415-262-7520 From: Ilya Kasnacheev Sent: Friday, May 21, 2021 2:02 AM To: user@ignite.apache.org Subject

System.InvalidOperationException: 'No coercion operator is defined between types 'Apache.Ignite.Core.Impl.Binary.BinaryObjectBuilder' and 'System.DateTime'

2021-05-20 Thread Josh Katz
ilder' and 'System.DateTime' We are using System.Runtime.Serialization for the DateTime property with DataMemberAttribute. Thanks, Josh Katz Dodge & Cox 555 California Street | 40th floor | San Francisco, CA 94104 415-262-7520 josh.katz.contrac...@dodgea

GMSA

2021-03-23 Thread Josh Katz
Does Ignite support Group Managed Service Accounts (GMSA)? Thanks, Josh Katz Dodge & Cox 555 California Street | 40th floor | San Francisco, CA 94104 415-262-7520 josh.katz.contrac...@dodgeandcox.com www.dodgeandcox

RE: Cluster keeps crashing with SEVERE message

2021-03-10 Thread Josh Katz
. On 10 Mar 2021, at 16:53, Josh Katz mailto:josh.katz.contrac...@dodgeandcox.com>> wrote: After we load 35 million records from the database into the cluster. When we query it using a scan query we get the following SEVERE error, After that the node are restarting and the caches all show

RE: Using AsCacheQueryable in LINQ to access the cache

2021-03-10 Thread Josh Katz
It seems that populating and using a scan query works with this setup. Everything except LINQ works with this List as Value. Thanks, Josh Katz Dodge & Cox | 415-262-7520 From: Pavel Tupitsyn Sent: Wednesday, March 10, 2021 9:15 AM To: user Subject: Re: Using AsCacheQueryable in LIN

RE: Using AsCacheQueryable in LINQ to access the cache

2021-03-10 Thread Josh Katz
jMvvMvZU36PT2&m=ujk0tdVQC3EPKYi4No5IAo_lIeS3aTrQ50g2wih7SqE&s=AGUSviYnA3aFRA9AgpC0jK3E643EbUKG4ognOZhVNdI&e=> On Wed, Mar 10, 2021 at 2:48 AM Josh Katz mailto:josh.katz.contrac...@dodgeandcox.com>> wrote: We are trying to query the cache using Ignite.LINQ NUGET package in .NET.

Cluster keeps crashing with SEVERE message

2021-03-10 Thread Josh Katz
After we load 35 million records from the database into the cluster. When we query it using a scan query we get the following SEVERE error, After that the node are restarting and the caches all show 0 keys and we have to restart the initial load. Is there a way to salvage the data so we don't hav

Using AsCacheQueryable in LINQ to access the cache

2021-03-09 Thread Josh Katz
We are trying to query the cache using Ignite.LINQ NUGET package in .NET. Error: IgniteSQLException: Failed to parse query. Table "EquitiesYoY" not found When using AsCacheQueryable with a Where on a key property. We get the following exception that the table is not there even though I can see t

Loading data to cache using a data streamer

2021-03-05 Thread Josh Katz
ong(Int32 type, Int64 val) at Apache.Ignite.Core.Impl.Datastream.DataStreamerImpl`2.set_AllowOverwrite(Boolean value) at PopulateCache(String accountStyle, DateTime startDate, DateTime endDate) Thanks, Josh Katz -- Ple