Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Dec 2017 12:04:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        java@FreeBSD.org
Subject:   [Bug 224079] java/openjdk8: Elasticsearch won't start after OpenJDK upgrade
Message-ID:  <bug-224079-8522-7pWCOCjgj5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-224079-8522@https.bugs.freebsd.org/bugzilla/>
References:  <bug-224079-8522@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224079

Miroslav Lachman <000.fbsd@quip.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |000.fbsd@quip.cz

--- Comment #3 from Miroslav Lachman <000.fbsd@quip.cz> ---
Exception
org.elasticsearch.transport.BindTransportException: Failed to bind to
[9300-9400]

I can confirm this bug with:
elasticsearch5-5.3.0_1
elasticsearch5-x-pack-5.3.0
openjdk8-8.152.16_1

Elastic was working fine with previous Java version.

I had this in elasticsearch.yml
network.host: [ _local_, _site_ ]

It does not work anymore. I changed it to=20
network.host: [ 127.0.0.1, 172.28.4.20, 172.28.4.28 ]


Removing ::1  localhost  from /etc/hosts did not help.

My Java knowledge is close to zero. Can anybody look in to OpenJDK FreeBSD
version of port what is causing this bug?=20
It causes unwanted downtime after pkg upgrade.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-224079-8522-7pWCOCjgj5>