Pavel Tupitsyn created IGNITE-7399:
--------------------------------------
Summary: .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
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)