No up-and-running loopback addresses found

# uname -a
FreeBSD X 9.2-RELEASE-p17 FreeBSD 9.2-RELEASE-p17 #0 r282430: Mon May  4 13:59:58 PDT 2015     root@X:/usr/obj/usr/src/sys/R610  amd64
# grep -A1 ERROR /var/log/elasticsearch/elasticsearch.log 
[2016-11-24T23:28:17,797][ERROR][o.e.b.Bootstrap          ] [FCEKEaM] Exception
java.lang.IllegalArgumentException: No up-and-running loopback addresses found, got [name:bce0 (bce0)]
# ifconfig lo0
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
	options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
# pkg info elasticsearch5
elasticsearch5-5.0.0
Name           : elasticsearch5
Version        : 5.0.0
Installed on   : Thu Nov 24 23:22:56 2016 EST
Origin         : textproc/elasticsearch5
Architecture   : freebsd:9:*
Prefix         : /usr/local
Categories     : devel java textproc
Licenses       : APACHE20
Maintainer     : tj@FreeBSD.org
WWW            : http://www.elastic.co/
Comment        : Full-text search engine for Java
Options        :
	DOCS           : on
Annotations    :
	cpe            : cpe:2.3:a:elasticsearch:elasticsearch:5.0.0:::::freebsd9:x64
	repo_type      : binary
	repository     : FreeBSD
Flat size      : 34.9MiB
Description    :
Elasticsearch aims to be a Distributed, RESTful, Search Engine built on top of
Apache Lucene.

WWW: http://www.elastic.co/
# 

Please advise.

I specified my IP address as network.host in elasticsearch.yml:

# grep ^network.host elasticsearch.yml
network.host: 64.237.55.66
# 

I believe it passed that point, however it failed on another...

[2016-11-26T23:54:20,084][ERROR][o.e.b.Bootstrap ] [FCEKEaM] node validation exception
bootstrap checks failed initial heap size [1610612736] not equal to maximum heap size [25763512320]; this can cause resize pauses and prevents mlockall from locking the entire heap

Please advise.

Read https://www.elastic.co/guide/en/elasticsearch/reference/5.0/bootstrap-checks.html

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.