• 欢迎访问开心洋葱网站,在线教程,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站,欢迎加入开心洋葱 QQ群
  • 为方便开心洋葱网用户,开心洋葱官网已经开启复制功能!
  • 欢迎访问开心洋葱网站,手机也能访问哦~欢迎加入开心洋葱多维思维学习平台 QQ群
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏开心洋葱吧~~~~~~~~~~~~~!
  • 由于近期流量激增,小站的ECS没能经的起亲们的访问,本站依然没有盈利,如果各位看如果觉着文字不错,还请看官给小站打个赏~~~~~~~~~~~~~!

elasticsearch bootstrap checks failed

go 开心洋葱 1174次浏览 9个评论

ERROR: [5] bootstrap checks failed
[1]: initial heap size [31457280] not equal to maximum heap size [1073741824]; this can cause resize pauses and prevents mlockall from locking the entire heap
[2]: max file descriptors [4096] for elasticsearch process is too low, increase to at least [65536]
[3]: max number of threads [1024] for user [yang] is too low, increase to at least [4096]
[4]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
[5]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk

[2018-03-23T11:47:50,927][WARN ][o.e.b.JNANatives         ] unable to install syscall filter: 
java.lang.UnsupportedOperationException: seccomp unavailable: requires kernel 3.5+ with CONFIG_SECCOMP and CONFIG_SECCOMP_FILTER compiled in
	at org.elasticsearch.bootstrap.SystemCallFilter.linuxImpl(SystemCallFilter.java:328) ~[elasticsearch-6.2.3.jar:6.2.3]
	at org.elasticsearch.bootstrap.SystemCallFilter.init(SystemCallFilter.java:616) ~[elasticsearch-6.2.3.jar:6.2.3]
	at org.elasticsearch.bootstrap.JNANatives.tryInstallSystemCallFilter(JNANatives.java:258) [elasticsearch-6.2.3.jar:6.2.3]
	at org.elasticsearch.bootstrap.Natives.tryInstallSystemCallFilter(Natives.java:113) [elasticsearch-6.2.3.jar:6.2.3]
	at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:110) [elasticsearch-6.2.3.jar:6.2.3]
	at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:172) [elasticsearch-6.2.3.jar:6.2.3]
	at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:323) [elasticsearch-6.2.3.jar:6.2.3]
	at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:121) [elasticsearch-6.2.3.jar:6.2.3]
	at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:112) [elasticsearch-6.2.3.jar:6.2.3]
	at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) [elasticsearch-6.2.3.jar:6.2.3]
	at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) [elasticsearch-cli-6.2.3.jar:6.2.3]
	at org.elasticsearch.cli.Command.main(Command.java:90) [elasticsearch-cli-6.2.3.jar:6.2.3]
	at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:92) [elasticsearch-6.2.3.jar:6.2.3]
	at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:85) [elasticsearch-6.2.3.jar:6.2.3]
[2018-03-23T11:47:51,262][INFO ][o.e.n.Node               ] [node-1] initializing ...
[2018-03-23T11:47:51,550][INFO ][o.e.e.NodeEnvironment    ] [node-1] using [1] data paths, mounts [[/ (rootfs)]], net usable_space [28.7gb], net total_space [37.2gb], types [rootfs]
[2018-03-23T11:47:51,551][INFO ][o.e.e.NodeEnvironment    ] [node-1] heap size [1007.3mb], compressed ordinary object pointers [true]
[2018-03-23T11:47:51,553][INFO ][o.e.n.Node               ] [node-1] node name [node-1], node ID [4yV2ZhzWTGiKa7CBiniThQ]
[2018-03-23T11:47:51,553][INFO ][o.e.n.Node               ] [node-1] version[6.2.3], pid[2160], build[c59ff00/2018-03-13T10:06:29.741383Z], OS[Linux/2.6.32-431.el6.x86_64/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/1.8.0_161/25.161-b14]
[2018-03-23T11:47:51,554][INFO ][o.e.n.Node               ] [node-1] JVM arguments [-Xmx1g, -Xmx1g, -XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Djava.io.tmpdir=/tmp/elasticsearch.of63n0YB, -XX:+HeapDumpOnOutOfMemoryError, -XX:+PrintGCDetails, -XX:+PrintGCDateStamps, -XX:+PrintTenuringDistribution, -XX:+PrintGCApplicationStoppedTime, -Xloggc:logs/gc.log, -XX:+UseGCLogFileRotation, -XX:NumberOfGCLogFiles=32, -XX:GCLogFileSize=64m, -Des.path.home=/home/yang/elasticsearch-6.2.3, -Des.path.conf=/home/yang/elasticsearch-6.2.3/config]
[2018-03-23T11:47:53,539][INFO ][o.e.p.PluginsService     ] [node-1] loaded module [aggs-matrix-stats]
[2018-03-23T11:47:53,540][INFO ][o.e.p.PluginsService     ] [node-1] loaded module [analysis-common]
[2018-03-23T11:47:53,540][INFO ][o.e.p.PluginsService     ] [node-1] loaded module [ingest-common]
[2018-03-23T11:47:53,540][INFO ][o.e.p.PluginsService     ] [node-1] loaded module [lang-expression]
[2018-03-23T11:47:53,541][INFO ][o.e.p.PluginsService     ] [node-1] loaded module [lang-mustache]
[2018-03-23T11:47:53,541][INFO ][o.e.p.PluginsService     ] [node-1] loaded module [lang-painless]
[2018-03-23T11:47:53,542][INFO ][o.e.p.PluginsService     ] [node-1] loaded module [mapper-extras]
[2018-03-23T11:47:53,542][INFO ][o.e.p.PluginsService     ] [node-1] loaded module [parent-join]
[2018-03-23T11:47:53,542][INFO ][o.e.p.PluginsService     ] [node-1] loaded module [percolator]
[2018-03-23T11:47:53,543][INFO ][o.e.p.PluginsService     ] [node-1] loaded module [rank-eval]
[2018-03-23T11:47:53,543][INFO ][o.e.p.PluginsService     ] [node-1] loaded module [reindex]
[2018-03-23T11:47:53,543][INFO ][o.e.p.PluginsService     ] [node-1] loaded module [repository-url]
[2018-03-23T11:47:53,543][INFO ][o.e.p.PluginsService     ] [node-1] loaded module [transport-netty4]
[2018-03-23T11:47:53,543][INFO ][o.e.p.PluginsService     ] [node-1] loaded module [tribe]
[2018-03-23T11:47:53,545][INFO ][o.e.p.PluginsService     ] [node-1] loaded plugin [analysis-icu]
[2018-03-23T11:47:58,883][INFO ][o.e.d.DiscoveryModule    ] [node-1] using discovery type [zen]
[2018-03-23T11:48:00,102][INFO ][o.e.n.Node               ] [node-1] initialized
[2018-03-23T11:48:00,102][INFO ][o.e.n.Node               ] [node-1] starting ...
[2018-03-23T11:48:00,506][INFO ][o.e.t.TransportService   ] [node-1] publish_address {10.0.2.15:9300}, bound_addresses {[::]:9300}
[2018-03-23T11:48:00,545][INFO ][o.e.b.BootstrapChecks    ] [node-1] bound or publishing to a non-loopback address, enforcing bootstrap checks
ERROR: [5] bootstrap checks failed
[1]: initial heap size [31457280] not equal to maximum heap size [1073741824]; this can cause resize pauses and prevents mlockall from locking the entire heap
[2]: max file descriptors [4096] for elasticsearch process is too low, increase to at least [65536]
[3]: max number of threads [1024] for user [yang] is too low, increase to at least [4096]
[4]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
[5]: system call filters failed to install; check the logs and fix your configuration or disable system call filters at your own risk
[2018-03-23T11:48:00,572][INFO ][o.e.n.Node               ] [node-1] stopping ...
[2018-03-23T11:48:00,632][INFO ][o.e.n.Node               ] [node-1] stopped
[2018-03-23T11:48:00,633][INFO ][o.e.n.Node               ] [node-1] closing ...
[2018-03-23T11:48:00,678][INFO ][o.e.n.Node               ] [node-1] closed

解决办法:

注意:本段内容须成功“回复本文”后“刷新本页”方可查看!

注意:本段内容须成功“回复本文”后“刷新本页”方可查看!


开心洋葱 , 版权所有丨如未注明 , 均为原创丨未经授权请勿修改 , 转载请注明elasticsearch bootstrap checks failed
喜欢 (3)

您必须 登录 才能发表评论!

(9)个小伙伴在吐槽
  1. dsdsfsdfdsgdfgdg
    wew1234562019-09-13 01:57
  2. 1
    9531175362019-05-21 17:36
  3. 1
    huangweixun2018-09-05 14:32
  4. 答案呢?
    wwwwww2018-07-11 11:49
  5. 答案南岸安娜
    jack05162018-05-21 15:42
  6. 我内个擦 还要付款查询
    set8862018-04-18 07:57
  7. 答案答案
    set8862018-04-18 07:57
  8. 答案
    文森2018-04-14 14:34
  9. 学习学习
    hjz2018-04-04 17:48
加载中……