Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2C712200D57 for ; Mon, 11 Dec 2017 13:47:06 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2B25C160C10; Mon, 11 Dec 2017 12:47:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6FC48160C13 for ; Mon, 11 Dec 2017 13:47:05 +0100 (CET) Received: (qmail 7160 invoked by uid 500); 11 Dec 2017 12:47:04 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 7151 invoked by uid 99); 11 Dec 2017 12:47:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Dec 2017 12:47:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 408FB180782 for ; Mon, 11 Dec 2017 12:47:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id JAhv8VQ0n8S7 for ; Mon, 11 Dec 2017 12:47:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 2B2905FB2B for ; Mon, 11 Dec 2017 12:47:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5B3B7E25B8 for ; Mon, 11 Dec 2017 12:47:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 923FB21304 for ; Mon, 11 Dec 2017 12:47:00 +0000 (UTC) Date: Mon, 11 Dec 2017 12:47:00 +0000 (UTC) From: "Andrey Gura (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (IGNITE-6590) TCP port in bin/control.sh differs from default MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 11 Dec 2017 12:47:06 -0000 [ https://issues.apache.org/jira/browse/IGNITE-6590?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrey Gura resolved IGNITE-6590. --------------------------------- Resolution: Fixed > TCP port in bin/control.sh differs from default > ----------------------------------------------- > > Key: IGNITE-6590 > URL: https://issues.apache.org/jira/browse/IGNITE-6590 > Project: Ignite > Issue Type: Bug > Components: clients > Affects Versions: 2.2 > Reporter: Ilya Kasnacheev > Assignee: Mike Zhuravlev > Fix For: 2.4 > > > {code} > % bin/ignite.sh -v > >>> Local ports: TCP:8081 TCP:10800 TCP:11211 TCP:47100 TCP:47500=20 > % bin/control.sh --host 127.0.0.1 > =D0=BE=D0=BA=D1=82 10, 2017 3:01:26 PM org.apache.ignite.internal.client.= impl.GridClientImpl > WARNING: Failed to initialize topology on client start. Will retry in bac= kground. > Caused by: class org.apache.ignite.internal.client.GridServerUnreachableE= xception: Failed to connect to any of the servers in list: [/127.0.0.1:1121= 2] > {code} > 11212 !=3D 11211. But it's very hard to spot visually. Please fix control= .sh to use correct port by default. -- This message was sent by Atlassian JIRA (v6.4.14#64029)