You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2018/01/12 14:30:00 UTC

[jira] [Updated] (IGNITE-7399) .NET: Thin client: NullRefException when connection to arbitrary server

     [ https://issues.apache.org/jira/browse/IGNITE-7399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-7399:
-----------------------------------
    Labels: .NET  (was: )

> .NET: Thin client: NullRefException when connection to arbitrary server
> -----------------------------------------------------------------------
>
>                 Key: IGNITE-7399
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7399
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms, thin client
>    Affects Versions: 2.4
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>              Labels: .NET
>             Fix For: 2.4
>
>
> Reproducer:
> {code}
> var cfg = new IgniteClientConfiguration { Host = "ya.ru", Port=80 };
> var client = Ignition.StartClient(cfg);
> {code}
> Result:
> {code}
> Object reference not set to an instance of an object.
> at Apache.Ignite.Core.Impl.Client.ClientSocket.Dispose()
>    at Apache.Ignite.Core.Impl.Client.ClientSocket.ReceiveBytes(Int32 size)
>    at Apache.Ignite.Core.Impl.Client.ClientSocket.Handshake(ClientProtocolVersion version)
>    at Apache.Ignite.Core.Impl.Client.ClientSocket..ctor(IgniteClientConfiguration clientConfiguration, Nullable`1 version)
>    at Apache.Ignite.Core.Impl.Client.IgniteClient..ctor(IgniteClientConfiguration clientConfiguration)
>    at Apache.Ignite.Core.Ignition.StartClient(IgniteClientConfiguration clientConfiguration)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)