You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ondrej Rysavy (JIRA)" <ji...@apache.org> on 2019/02/16 10:01:00 UTC

[jira] [Created] (IGNITE-11337) Ignite .NET - Remote Assembly Loading problem when using Data Streamers

Ondrej Rysavy created IGNITE-11337:
--------------------------------------

             Summary: Ignite .NET - Remote Assembly Loading problem when using Data Streamers
                 Key: IGNITE-11337
                 URL: https://issues.apache.org/jira/browse/IGNITE-11337
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.7
         Environment: Apache Ignite 2.7.0 installed from NuGet, running on Windows 10.

Ignite server executed as:

{{...\.nuget\packages\apache.ignite\2.7.0\lib\net40>Apache.Ignite.exe}}

The test console program (.NET 4.6 target) attached.
            Reporter: Ondrej Rysavy
         Attachments: Program.cs

When using data streaming, the server raises "IgniteException: No matching type found for object [typeId=721826618, typeName=StreamingDemo.StringPairVisitor]".

StreamingDemo.StringPairVisitor implements IStreamReceiver interface (see the attached file).

{{}}Neither suggested solution works (remote assembly loading, -assembly argument, etc.)

The possible workaround is to execute some compute action prior to streaming. Then everything works as expected. 

In general, it seems that Streaming itself does not load the necessary assembly to locate the matching type implementing custom logic for stream processing.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)