[Bug 224079] java/openjdk8: Elasticsearch won't start after OpenJDK upgrade

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 16 12:04:44 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224079

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

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

--- Comment #3 from Miroslav Lachman <000.fbsd at 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 
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? 
It causes unwanted downtime after pkg upgrade.

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


More information about the freebsd-java mailing list