From owner-freebsd-elastic@freebsd.org Mon Apr 2 20:02:46 2018 Return-Path: Delivered-To: freebsd-elastic@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35DC1F81E34 for ; Mon, 2 Apr 2018 20:02:46 +0000 (UTC) (envelope-from SRS0=tL7d=GX=quip.cz=000.fbsd@elsa.codelab.cz) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C53826F78C for ; Mon, 2 Apr 2018 20:02:45 +0000 (UTC) (envelope-from SRS0=tL7d=GX=quip.cz=000.fbsd@elsa.codelab.cz) Received: by mailman.ysv.freebsd.org (Postfix) id 8939EF81E31; Mon, 2 Apr 2018 20:02:45 +0000 (UTC) Delivered-To: elastic@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77FDBF81E2F for ; Mon, 2 Apr 2018 20:02:45 +0000 (UTC) (envelope-from SRS0=tL7d=GX=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A27C6F78A for ; Mon, 2 Apr 2018 20:02:44 +0000 (UTC) (envelope-from SRS0=tL7d=GX=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 02C0F28411 for ; Mon, 2 Apr 2018 22:02:43 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 54FA528423 for ; Mon, 2 Apr 2018 22:02:42 +0200 (CEST) Subject: Re: Elastic won't start after upgrade 5.3 to 5.6 with x-pack plugin From: Miroslav Lachman <000.fbsd@quip.cz> To: elastic@FreeBSD.org References: Message-ID: Date: Mon, 2 Apr 2018 22:02:42 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-elastic@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Support of ElasticSearch-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2018 20:02:46 -0000 Miroslav Lachman wrote on 2018/04/02 16:29: > I upgraded Elasticsearch to 5.6 but it won't start with x-pack (also > upgraded to 5.6) [...] > [2018-04-02T16:24:43,926][INFO ][o.e.p.PluginsService     ] [Ananas] > loaded plugin [x-pack] > [2018-04-02T16:24:45,869][DEBUG][o.e.a.ActionModule       ] Using REST > wrapper from plugin org.elasticsearch.xpack.XPackPlugin > [2018-04-02T16:24:46,735][ERROR][o.e.b.Bootstrap          ] Exception > org.elasticsearch.ElasticsearchException: X-Pack is not supported and > Machine Learning is not available for [freebsd-x86_64]; you can use the > other X-Pack features (unsupported) by setting xpack.ml.enabled: false > in elasticsearch.yml >         at [...] > I don't know where to start to fix this. > Can somebody help? It seems that the only way is to disable Machine Learning (as error message says - xpack.ml.enabled: false) Miroslav Lachman