Re: distributed-computing error System.Runtime.Serialization.ISerializable

2022-08-29 Thread Jeremy McMillan
Have you followed all of the conventions in the .Net remote assembly loading doc? Have you been able to follow the example given? https://ignite.apache.org/docs/latest/net-specific/net-remote-assembly-loading On Mon, Aug 29, 2022 at 9:08 AM Charlin S wrote: > Hi, > I have started .Net node on l

Re: distributed-computing error System.Runtime.Serialization.ISerializable

2022-08-29 Thread Charlin S
Hi, I have started .Net node on linux and my POC application throwing exception but I have added ,PeerAssemblyLoadingMode = PeerAssemblyLoadingMode.CurrentAppDomain Inner Exception 1: IgniteException: Compute job has failed on remote node, examine InnerException for details. Inner Exception 2: Ig

Re: Error on Ignite.close(): class java.io.ObjectInputStream$Caches$1 cannot be cast to class java.util.Map

2022-08-29 Thread Pavel Tupitsyn
Roman, good catch - I've cherry-picked IGNITE-17481 to 2.14 On Mon, Aug 29, 2022 at 9:47 AM Roman Puchkovskiy < roman.puchkovs...@gmail.com> wrote: > Looks like this has been fixed in > https://issues.apache.org/jira/browse/IGNITE-17481 > Not s