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/15 11:02:00 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-7399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16326125#comment-16326125 ] 

Pavel Tupitsyn commented on IGNITE-7399:
----------------------------------------

Merged to master: {{66cf82d2e4335d01d71184a60182e3e8ae1f0bb6}}.

> .NET: Thin client: NullRefException on 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
>            Priority: Major
>              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
(v7.6.3#76005)