From nobody Wed Aug 18 10:02:11 2021 X-Original-To: elastic@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id B71461761275 for ; Wed, 18 Aug 2021 10:02:14 +0000 (UTC) (envelope-from fh@netzkommune.de) Received: from smtp1.nkhosting.net (smtp1.nkhosting.net [IPv6:2001:1608:6:7::3:14]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GqNjd6wp6z3nbV for ; Wed, 18 Aug 2021 10:02:13 +0000 (UTC) (envelope-from fh@netzkommune.de) Received: from smtpclient.apple (dynamic-046-114-140-178.46.114.pool.telefonica.de [46.114.140.178]) by smtp1.nkhosting.net (Postfix) with ESMTPSA id A44B13B0E for ; Wed, 18 Aug 2021 12:02:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netzkommune.de; s=smtp1-dkim; t=1629280933; bh=29WFLPEYJH8E2d+K3mDc1jatHiRXIlrDliTiO9ZBnpw=; h=From:Subject:Date:To; b=JGsQ6jWlafz4GQD6DD1rlr5WDgyiDsMghUPPB6jf9BEZPCvAEHZOpVHIifNNGFZEJ etBAp2hbqpD2G6my5ppCw9KCkhBRbh/gvzp1QZIz1HiaRFVdfjmbONGpOU5mEOLEyO MLzTNWksgJQMCBwNYFuF2MazZUWR5rZCmWuQgtKs= From: Filias Heidt Content-Type: multipart/signed; boundary="Apple-Mail=_2BFA2772-9E49-49EB-85CF-805CD945DCD8"; protocol="application/pgp-signature"; micalg=pgp-sha256 List-Id: Support of ElasticSearch-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-elastic List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-elastic@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\)) Subject: ES 7.14.0 not compatible with Prometheus Exporter due to Java Version Message-Id: <04EA2729-F165-4A95-9D90-9A0E22BE8782@netzkommune.de> Date: Wed, 18 Aug 2021 12:02:11 +0200 To: "elastic@freebsd.org" X-Mailer: Apple Mail (2.3654.100.0.2.22) X-Rspamd-Queue-Id: 4GqNjd6wp6z3nbV X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=netzkommune.de header.s=smtp1-dkim header.b=JGsQ6jWl; dmarc=pass (policy=none) header.from=netzkommune.de; spf=pass (mx1.freebsd.org: domain of fh@netzkommune.de designates 2001:1608:6:7::3:14 as permitted sender) smtp.mailfrom=fh@netzkommune.de X-Spamd-Result: default: False [-5.59 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[netzkommune.de:s=smtp1-dkim]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.20)[multipart/signed,multipart/alternative,text/plain]; HAS_ATTACHMENT(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[elastic@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_SPF_ALLOW(-0.20)[+ptr:nkhosting.net]; DKIM_TRACE(0.00)[netzkommune.de:+]; DMARC_POLICY_ALLOW(-0.50)[netzkommune.de,none]; NEURAL_HAM_SHORT(-0.99)[-0.986]; TO_DN_EQ_ADDR_ALL(0.00)[]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:+,3:~,4:~]; ASN(0.00)[asn:31400, ipnet:2001:1608::/32, country:DE]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[46.114.140.178:received] X-ThisMailContainsUnwantedMimeParts: Y --Apple-Mail=_2BFA2772-9E49-49EB-85CF-805CD945DCD8 Content-Type: multipart/alternative; boundary="Apple-Mail=_F5BDB623-D43D-45B4-B478-910EEA4140BD" --Apple-Mail=_F5BDB623-D43D-45B4-B478-910EEA4140BD Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hi, Elasticsearch 7 was bumped to 7.14.0 a few days ago (thanks btw!) and I = tried installing = https://github.com/vvanholl/elasticsearch-prometheus-exporter = = > in the = correct version after updating. I get the following Error: Exception in thread "main" java.lang.IllegalStateException: = prometheus-exporter requires Java 16:, your system: 8 at = org.elasticsearch.jdk.JarHell.checkJavaVersion(JarHell.java:245) at = org.elasticsearch.plugins.PluginsService.verifyCompatibility(PluginsServic= e.java:344) at = org.elasticsearch.plugins.InstallPluginCommand.loadPluginInfo(InstallPlugi= nCommand.java:791) at = org.elasticsearch.plugins.InstallPluginCommand.installPlugin(InstallPlugin= Command.java:846) at = org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginComman= d.java:246) at = org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginComman= d.java:216) at = org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareComm= and.java:75) at = org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:116) at = org.elasticsearch.cli.MultiCommand.execute(MultiCommand.java:80) at = org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:116) at org.elasticsearch.cli.Command.main(Command.java:79) at org.elasticsearch.plugins.PluginCli.main(PluginCli.java:36) And I noticed a warning, too: Future versions of Elasticsearch will require Java 11; your Java version = from [/usr/local/openjdk8/jre] does not meet this requirement. Consider = switching to a distribution of Elasticsearch with a bundled JDK. If you = are already using a distribution with a bundled JDK, ensure the = JAVA_HOME environment variable is not set. Is it possible to bump the Java-Version on which ES is dependent to = something which is supported by both the Prometheus Exporter and ES 7 = (and possible future version?) Unfortunately I don=E2=80=99t have the skills to provide you with a = patch, but I thought I=E2=80=99d let you know this is happening and I = would greatly appreciate if someone could take a look at that :) Cheers and thanks for your help! Filias --Apple-Mail=_F5BDB623-D43D-45B4-B478-910EEA4140BD-- --Apple-Mail=_2BFA2772-9E49-49EB-85CF-805CD945DCD8 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEE/jRNCIq+YuHus/i5a8JanqBvwtEFAmEc2qMACgkQa8JanqBv wtEHtgf8DNuLoSWvBGlTS5cgkqWMxIp3cZ3CeAkb9FzC5rkjcqgRTccJ53Rg4JCq A/dTFrf/EZXlry/dtrjZdYuxXmPs6h9gp+fCEamFqb65dqwuSOUYjh4seUDBa/Ca p8IIka0sb+7XAX8xMQIQllfMXB7/LwvJXbkaGu4lRFBbHeWEhVSq1UKkw7Vy+UR5 G5xiafzDd+kO6SErlvIBT1zy8277wtkyn2CSqFgutN5GL+Q4d2SCLI93OYcjF2oJ kgqvFzgBNPlvdxAknAKE/6aNrUm55iBTFWtdHZ32US2BP/0DtWHaBQRx7Xq5ETUN UmxaKJmSC10JD9CG/IMAZaJaTe5eKw== =g6sN -----END PGP SIGNATURE----- --Apple-Mail=_2BFA2772-9E49-49EB-85CF-805CD945DCD8-- From nobody Wed Aug 18 10:06:02 2021 X-Original-To: elastic@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id EA45917617EE for ; Wed, 18 Aug 2021 10:06:17 +0000 (UTC) (envelope-from SRS0=iHF2=NJ=FreeBSD.org=otis@ns2.wilbury.net) Received: from ns2.wilbury.net (ns2.wilbury.net [92.60.51.55]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "svc.wilbury.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GqNpK58sYz3p4d for ; Wed, 18 Aug 2021 10:06:17 +0000 (UTC) (envelope-from SRS0=iHF2=NJ=FreeBSD.org=otis@ns2.wilbury.net) Received: from smtpclient.apple (chello085216186108.chello.sk [85.216.186.108]) (Authenticated sender: juraj@lutter.sk) by svc.wilbury.net (Postfix) with ESMTPSA id 2F34545CF50; Wed, 18 Aug 2021 12:06:04 +0200 (CEST) From: Juraj Lutter Message-Id: <63737714-B94E-4317-8073-64EA34D69280@FreeBSD.org> Content-Type: multipart/signed; boundary="Apple-Mail=_5D788B1F-23C1-42D5-AABB-7348CF67A636"; protocol="application/pgp-signature"; micalg=pgp-sha256 List-Id: Support of ElasticSearch-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-elastic List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-elastic@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.120.0.1.13\)) Subject: Re: ES 7.14.0 not compatible with Prometheus Exporter due to Java Version Date: Wed, 18 Aug 2021 12:06:02 +0200 In-Reply-To: <04EA2729-F165-4A95-9D90-9A0E22BE8782@netzkommune.de> Cc: "elastic@freebsd.org" To: Filias Heidt References: <04EA2729-F165-4A95-9D90-9A0E22BE8782@netzkommune.de> X-Mailer: Apple Mail (2.3654.120.0.1.13) X-Spam-Status: No, score=2.5 required=5.0 tests=BAYES_00,HTML_MESSAGE, KHOP_HELO_FCRDNS,RCVD_IN_PBL,RCVD_IN_SORBS_DUL,SPF_HELO_NONE, SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.5 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.5 (2021-03-20) on ns2.wilbury.net X-Rspamd-Queue-Id: 4GqNpK58sYz3p4d X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: Y --Apple-Mail=_5D788B1F-23C1-42D5-AABB-7348CF67A636 Content-Type: multipart/alternative; boundary="Apple-Mail=_47472A72-12B1-4706-BFA1-43461CEB614D" --Apple-Mail=_47472A72-12B1-4706-BFA1-43461CEB614D Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hi, > On 18 Aug 2021, at 12:02, Filias Heidt wrote: >=20 > Hi, >=20 > Elasticsearch 7 was bumped to 7.14.0 a few days ago (thanks btw!) and = I tried installing = https://github.com/vvanholl/elasticsearch-prometheus-exporter = = > in the = correct version after updating. > I get the following Error: > Exception in thread "main" java.lang.IllegalStateException: = prometheus-exporter requires Java 16:, your system: 8 > at = org.elasticsearch.jdk.JarHell.checkJavaVersion(JarHell.java:245) > at = org.elasticsearch.plugins.PluginsService.verifyCompatibility(PluginsServic= e.java:344) > at = org.elasticsearch.plugins.InstallPluginCommand.loadPluginInfo(InstallPlugi= nCommand.java:791) > at = org.elasticsearch.plugins.InstallPluginCommand.installPlugin(InstallPlugin= Command.java:846) > at = org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginComman= d.java:246) > at = org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginComman= d.java:216) > at = org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareComm= and.java:75) > at = org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:116) > at = org.elasticsearch.cli.MultiCommand.execute(MultiCommand.java:80) > at = org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:116) > at org.elasticsearch.cli.Command.main(Command.java:79) > at org.elasticsearch.plugins.PluginCli.main(PluginCli.java:36) >=20 > And I noticed a warning, too: > Future versions of Elasticsearch will require Java 11; your Java = version from [/usr/local/openjdk8/jre] does not meet this requirement. = Consider switching to a distribution of Elasticsearch with a bundled = JDK. If you are already using a distribution with a bundled JDK, ensure = the JAVA_HOME environment variable is not set. You can instruct elasticsearch to use Java 11 at run time (using = elasticsearch_java_home rc.conf variable). >=20 > Is it possible to bump the Java-Version on which ES is dependent to = something which is supported by both the Prometheus Exporter and ES 7 = (and possible future version?) I will have to consider this anyway. Thanks for noticing this. otis =E2=80=94 Juraj Lutter otis@FreeBSD.org --Apple-Mail=_47472A72-12B1-4706-BFA1-43461CEB614D-- --Apple-Mail=_5D788B1F-23C1-42D5-AABB-7348CF67A636 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iHUEAREIAB0WIQR9WLqI3W4V0bRHtaAtyIKFszIZVAUCYRzbigAKCRAtyIKFszIZ VK+SAP4tkabND57ZJsjDnRI8hK33KEBaiSlxSqTxfCcsFH86EAD/ed7g8ELLn/aC BzcyybW0lO58WYTi5Yanail6VnifSBo= =9sjl -----END PGP SIGNATURE----- --Apple-Mail=_5D788B1F-23C1-42D5-AABB-7348CF67A636-- From nobody Wed Aug 18 13:02:27 2021 X-Original-To: elastic@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id EF237176CC66 for ; Wed, 18 Aug 2021 13:02:31 +0000 (UTC) (envelope-from fh@netzkommune.de) Received: from smtp2.nkhosting.net (smtp2.nkhosting.net [84.200.40.69]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GqSjg5c2Pz4TMg; Wed, 18 Aug 2021 13:02:31 +0000 (UTC) (envelope-from fh@netzkommune.de) Received: from smtpclient.apple (dynamic-046-114-140-178.46.114.pool.telefonica.de [46.114.140.178]) by smtp2.nkhosting.net (Postfix) with ESMTPSA id 4E11A1CD78; Wed, 18 Aug 2021 15:02:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netzkommune.de; s=smtp2-dkim; t=1629291748; bh=xxuEoDFWtJJZhnBhYIWepKnr9pUIarnN8WileJBfI6w=; h=From:Subject:Date:In-Reply-To:Cc:To:References; b=KYAxe5TZoEGV6G2vA2GdNfdYLQvI/emFtTJWUXU0tQC5nnIciU4wB828sik41Lwen dKmlQVKB0qFykX1DRcyKW8ggSueZlz/1hbBBiRg8hVFIS1ahSTT0hxugBUh7dT1eGC 03y+1DVHuHhPB7pl0U9SCllVpZ2Q8k6afOGXOXIE= From: Filias Heidt Message-Id: <5B094109-8D0E-4039-9E9B-C17A72C8231F@netzkommune.de> Content-Type: multipart/signed; boundary="Apple-Mail=_DA111FF2-594C-4039-B7E2-3F1788626E2B"; protocol="application/pgp-signature"; micalg=pgp-sha256 List-Id: Support of ElasticSearch-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-elastic List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-elastic@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\)) Subject: Re: ES 7.14.0 not compatible with Prometheus Exporter due to Java Version Date: Wed, 18 Aug 2021 15:02:27 +0200 In-Reply-To: <63737714-B94E-4317-8073-64EA34D69280@FreeBSD.org> Cc: "elastic@freebsd.org" To: Juraj Lutter References: <04EA2729-F165-4A95-9D90-9A0E22BE8782@netzkommune.de> <63737714-B94E-4317-8073-64EA34D69280@FreeBSD.org> X-Mailer: Apple Mail (2.3654.100.0.2.22) X-Rspamd-Queue-Id: 4GqSjg5c2Pz4TMg X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: Y --Apple-Mail=_DA111FF2-594C-4039-B7E2-3F1788626E2B Content-Type: multipart/alternative; boundary="Apple-Mail=_3CAEF640-9A0D-4E1A-95F6-D95D0C8A02F1" --Apple-Mail=_3CAEF640-9A0D-4E1A-95F6-D95D0C8A02F1 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 On 18. Aug 2021, at 12:06, Juraj Lutter wrote: >=20 > You can instruct elasticsearch to use Java 11 at run time (using = elasticsearch_java_home rc.conf variable). Setting elasticsearch_java_home=3D"/usr/local/openjdk16/=E2=80=9C = worked! But it seems only for IPv4 - setting network.host to an = IPv6-only Hostname or an IPv6-Address, I get exceptions indicating that = IPv6 is not supported? Hostname: org.elasticsearch.transport.BindTransportException: Failed to resolve = host [[myhostname]] at = org.elasticsearch.transport.TcpTransport.bindServer(TcpTransport.java:373)= ~[elasticsearch-7.14.0.jar:7.14.0] org.elasticsearch.bootstrap.StartupException: = BindTransportException[Failed to resolve host [myhostname]]; nested: = UnknownHostException[myhostname: hostname nor servname provided, or not = known]; IPv6-Address: org.elasticsearch.transport.BindTransportException: Failed to bind to = [v6IP]:[9300-9400] [=E2=80=A6] = [2021-08-18T14:41:01,792][ERROR][o.e.b.ElasticsearchUncaughtExceptionHandl= er] [hostname] uncaught exception in thread [main] org.elasticsearch.bootstrap.StartupException: = BindTransportException[Failed to bind to [v6ip]:[9300-9400]]; nested: = UnsupportedAddressTypeException; Is there a switch I=E2=80=99m missing to enable IPv6-Support? Thanks again! Cheers, Filias --Apple-Mail=_3CAEF640-9A0D-4E1A-95F6-D95D0C8A02F1-- --Apple-Mail=_DA111FF2-594C-4039-B7E2-3F1788626E2B Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEE/jRNCIq+YuHus/i5a8JanqBvwtEFAmEdBOMACgkQa8JanqBv wtGY/Qf/epo8LjW3iXmLWI+SLCgqBq9WVbty2HW6xmJBdfJIRfMO/K0xbRP0FKlO fN10ZzqsQtABoRBcAmfULtMYK5bxJEB/N9NQLjvDybIhKUrUpMag/OTJToNl+wgg XZU6pxdcFYZJOSJPwrFzL2azHs0zGxn5MlyikdOVC7B/utKaTPxkr60hx1HadSAx kgU/jSh8cTZ5iumYh3uS1e9MubOWjxRf5+ZAZ07ANprYTnC0HcJ8NQY+ErvalVTN fK7kUcZ5ZWjlQwn8vISA6DAA+33JxHeQw6v6rJWeSYlxQ8oSd2XMmeJAGHiwMOTp +Rav+aYyLJ8fVvTqK/w+q2d2ro26fQ== =i6d9 -----END PGP SIGNATURE----- --Apple-Mail=_DA111FF2-594C-4039-B7E2-3F1788626E2B-- From nobody Wed Aug 18 13:05:54 2021 X-Original-To: elastic@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4BC32176D08D for ; Wed, 18 Aug 2021 13:05:58 +0000 (UTC) (envelope-from SRS0=iHF2=NJ=FreeBSD.org=otis@ns2.wilbury.net) Received: from ns2.wilbury.net (ns2.wilbury.net [92.60.51.55]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "svc.wilbury.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GqSnf0wkSz4TYM for ; Wed, 18 Aug 2021 13:05:58 +0000 (UTC) (envelope-from SRS0=iHF2=NJ=FreeBSD.org=otis@ns2.wilbury.net) Received: from smtpclient.apple (chello085216186108.chello.sk [85.216.186.108]) (Authenticated sender: juraj@lutter.sk) by svc.wilbury.net (Postfix) with ESMTPSA id 177A745CF50; Wed, 18 Aug 2021 15:05:55 +0200 (CEST) From: Juraj Lutter Message-Id: <23DA3EF9-3A0A-4449-902A-E50653D9F71B@FreeBSD.org> Content-Type: multipart/signed; boundary="Apple-Mail=_6DB68403-3384-4DC5-ABBE-7452F57D6046"; protocol="application/pgp-signature"; micalg=pgp-sha256 List-Id: Support of ElasticSearch-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-elastic List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-elastic@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.120.0.1.13\)) Subject: Re: ES 7.14.0 not compatible with Prometheus Exporter due to Java Version Date: Wed, 18 Aug 2021 15:05:54 +0200 In-Reply-To: <5B094109-8D0E-4039-9E9B-C17A72C8231F@netzkommune.de> Cc: "elastic@freebsd.org" To: Filias Heidt References: <04EA2729-F165-4A95-9D90-9A0E22BE8782@netzkommune.de> <63737714-B94E-4317-8073-64EA34D69280@FreeBSD.org> <5B094109-8D0E-4039-9E9B-C17A72C8231F@netzkommune.de> X-Mailer: Apple Mail (2.3654.120.0.1.13) X-Spam-Status: No, score=2.5 required=5.0 tests=BAYES_00,KHOP_HELO_FCRDNS, RCVD_IN_PBL,RCVD_IN_SORBS_DUL,SPF_HELO_NONE,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.5 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.5 (2021-03-20) on ns2.wilbury.net X-Rspamd-Queue-Id: 4GqSnf0wkSz4TYM X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N --Apple-Mail=_6DB68403-3384-4DC5-ABBE-7452F57D6046 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On 18 Aug 2021, at 15:02, Filias Heidt wrote: > IPv6-Address: > org.elasticsearch.transport.BindTransportException: Failed to bind to = [v6IP]:[9300-9400] > [=E2=80=A6] > = [2021-08-18T14:41:01,792][ERROR][o.e.b.ElasticsearchUncaughtExceptionHandl= er] [hostname] uncaught exception in thread [main] > org.elasticsearch.bootstrap.StartupException: = BindTransportException[Failed to bind to [v6ip]:[9300-9400]]; nested: = UnsupportedAddressTypeException; >=20 > Is there a switch I=E2=80=99m missing to enable IPv6-Support? >=20 This will need to be investigated whether it goes on an ES bug or a Java = bug. otis =E2=80=94 Juraj Lutter otis@FreeBSD.org --Apple-Mail=_6DB68403-3384-4DC5-ABBE-7452F57D6046 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iHUEAREIAB0WIQR9WLqI3W4V0bRHtaAtyIKFszIZVAUCYR0FsgAKCRAtyIKFszIZ VAgdAPwO00J5oO+vbQzwgM6Z/I06i2gVTb+6qJzaTVnC5YdeQAD/Qrj/Jbp3tYIE 8Iujqcht3uMX54Xhkq74UT3PjNKssMo= =AIGD -----END PGP SIGNATURE----- --Apple-Mail=_6DB68403-3384-4DC5-ABBE-7452F57D6046-- From nobody Sun Aug 22 21:00:34 2021 X-Original-To: elastic@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 373181784FA5 for ; Sun, 22 Aug 2021 21:00:35 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gt77Q5sKjz3Gtt for ; Sun, 22 Aug 2021 21:00:34 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 76E042799F for ; Sun, 22 Aug 2021 21:00:34 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 17ML0YH9053617 for ; Sun, 22 Aug 2021 21:00:34 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 17ML0YAA053616 for elastic@FreeBSD.org; Sun, 22 Aug 2021 21:00:34 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202108222100.17ML0YAA053616@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: elastic@FreeBSD.org Subject: Problem reports for elastic@FreeBSD.org that need special attention Date: Sun, 22 Aug 2021 21:00:34 +0000 List-Id: Support of ElasticSearch-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-elastic List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-elastic@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="16296660346.C435AA7f.52715" Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: Y --16296660346.C435AA7f.52715 Date: Sun, 22 Aug 2021 21:00:34 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- New | 248843 | sysutils/beats6: Hardlinks between usr/local/shar In Progress | 257619 | textproc/kibana7 (kibana7-7.13.4) does not start New | 247776 | sysutils/beats7: Filebeat dashboards fail to inst In Progress | 257309 | sysutils/beats7: 7.13 compatibility to non-Elasti 4 problems total for which you should take action. --16296660346.C435AA7f.52715--