Guest User

Untitled

a guest
Jul 22nd, 2017
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. sudo docker logs c05faadd0172
  2. [2017-07-22T10:26:40,936][INFO ][o.e.n.Node ] [] initializing ...
  3. [2017-07-22T10:26:41,101][INFO ][o.e.e.NodeEnvironment ] [qm-MxEe] using [1] data paths, mounts [[/usr/share/elasticsearch/data (/dev/sda7)]], net usable_space [66.8gb], net total_space [97.8gb], spins? [possibly], types [ext4]
  4. [2017-07-22T10:26:41,102][INFO ][o.e.e.NodeEnvironment ] [qm-MxEe] heap size [990.7mb], compressed ordinary object pointers [true]
  5. [2017-07-22T10:26:41,117][INFO ][o.e.n.Node ] node name [qm-MxEe] derived from node ID [qm-MxEe-R46_hjWA2G0e7A]; set [node.name] to override
  6. [2017-07-22T10:26:41,120][INFO ][o.e.n.Node ] version[5.1.2], pid[1], build[c8c4c16/2017-01-11T20:18:39.146Z], OS[Linux/4.9.37-1-MANJARO/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/1.8.0_111/25.111-b14]
  7. [2017-07-22T10:26:42,218][INFO ][o.e.p.PluginsService ] [qm-MxEe] loaded module [aggs-matrix-stats]
  8. [2017-07-22T10:26:42,218][INFO ][o.e.p.PluginsService ] [qm-MxEe] loaded module [ingest-common]
  9. [2017-07-22T10:26:42,218][INFO ][o.e.p.PluginsService ] [qm-MxEe] loaded module [lang-expression]
  10. [2017-07-22T10:26:42,218][INFO ][o.e.p.PluginsService ] [qm-MxEe] loaded module [lang-groovy]
  11. [2017-07-22T10:26:42,218][INFO ][o.e.p.PluginsService ] [qm-MxEe] loaded module [lang-mustache]
  12. [2017-07-22T10:26:42,218][INFO ][o.e.p.PluginsService ] [qm-MxEe] loaded module [lang-painless]
  13. [2017-07-22T10:26:42,219][INFO ][o.e.p.PluginsService ] [qm-MxEe] loaded module [percolator]
  14. [2017-07-22T10:26:42,219][INFO ][o.e.p.PluginsService ] [qm-MxEe] loaded module [reindex]
  15. [2017-07-22T10:26:42,219][INFO ][o.e.p.PluginsService ] [qm-MxEe] loaded module [transport-netty3]
  16. [2017-07-22T10:26:42,219][INFO ][o.e.p.PluginsService ] [qm-MxEe] loaded module [transport-netty4]
  17. [2017-07-22T10:26:42,220][INFO ][o.e.p.PluginsService ] [qm-MxEe] no plugins loaded
  18. [2017-07-22T10:26:42,514][WARN ][o.e.d.s.g.GroovyScriptEngineService] [groovy] scripts are deprecated, use [painless] scripts instead
  19. [2017-07-22T10:26:43,225][WARN ][o.e.b.ElasticsearchUncaughtExceptionHandler] [] uncaught exception in thread [main]
  20. org.elasticsearch.bootstrap.StartupException: java.lang.IllegalStateException: No match found
  21. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:125) ~[elasticsearch-5.1.2.jar:5.1.2]
  22. at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:112) ~[elasticsearch-5.1.2.jar:5.1.2]
  23. at org.elasticsearch.cli.SettingCommand.execute(SettingCommand.java:54) ~[elasticsearch-5.1.2.jar:5.1.2]
  24. at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:122) ~[elasticsearch-5.1.2.jar:5.1.2]
  25. at org.elasticsearch.cli.Command.main(Command.java:88) ~[elasticsearch-5.1.2.jar:5.1.2]
  26. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:89) ~[elasticsearch-5.1.2.jar:5.1.2]
  27. at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:82) ~[elasticsearch-5.1.2.jar:5.1.2]
  28. Caused by: java.lang.IllegalStateException: No match found
  29. at java.util.regex.Matcher.group(Matcher.java:536) ~[?:1.8.0_111]
  30. at org.elasticsearch.monitor.os.OsProbe.getControlGroups(OsProbe.java:213) ~[elasticsearch-5.1.2.jar:5.1.2]
  31. at org.elasticsearch.monitor.os.OsProbe.getCgroup(OsProbe.java:402) ~[elasticsearch-5.1.2.jar:5.1.2]
  32. at org.elasticsearch.monitor.os.OsProbe.osStats(OsProbe.java:454) ~[elasticsearch-5.1.2.jar:5.1.2]
  33. at org.elasticsearch.monitor.os.OsService.<init>(OsService.java:45) ~[elasticsearch-5.1.2.jar:5.1.2]
  34. at org.elasticsearch.monitor.MonitorService.<init>(MonitorService.java:45) ~[elasticsearch-5.1.2.jar:5.1.2]
  35. at org.elasticsearch.node.Node.<init>(Node.java:345) ~[elasticsearch-5.1.2.jar:5.1.2]
  36. at org.elasticsearch.node.Node.<init>(Node.java:229) ~[elasticsearch-5.1.2.jar:5.1.2]
  37. at org.elasticsearch.bootstrap.Bootstrap$6.<init>(Bootstrap.java:214) ~[elasticsearch-5.1.2.jar:5.1.2]
  38. at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:214) ~[elasticsearch-5.1.2.jar:5.1.2]
  39. at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:306) ~[elasticsearch-5.1.2.jar:5.1.2]
  40. at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:121) ~[elasticsearch-5.1.2.jar:5.1.2]
  41. ... 6 more
Add Comment
Please, Sign In to add comment