Advertisement
pentago

Untitled

Nov 16th, 2016
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. [2016-11-16T15:12:09,810][WARN ][o.e.b.JNANatives ] Unable to lock JVM Memory: error=1, reason=Operation not permitted
  2. [2016-11-16T15:12:09,811][WARN ][o.e.b.JNANatives ] This can result in part of the JVM being swapped out.
  3. [2016-11-16T15:12:09,899][INFO ][o.e.n.Node ] [node-1] initializing ...
  4. [2016-11-16T15:12:09,956][INFO ][o.e.e.NodeEnvironment ] [node-1] using [1] data paths, mounts [[/ (tank/usr/jails/elastic5)]], net usable_space [190.5gb], net total_space [190.8gb], spins? [unknown], types [zfs]
  5. [2016-11-16T15:12:09,956][INFO ][o.e.e.NodeEnvironment ] [node-1] heap size [7gb], compressed ordinary object pointers [true]
  6. [2016-11-16T15:12:09,958][INFO ][o.e.n.Node ] [node-1] version[5.0.0], pid[42931], build[253032b/2016-10-26T04:37:51.531Z], OS[FreeBSD/11.0-RELEASE-p2/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/1.8.0_112/25.112-b16]
  7. [2016-11-16T15:12:10,543][INFO ][o.e.p.PluginsService ] [node-1] loaded module [aggs-matrix-stats]
  8. [2016-11-16T15:12:10,544][INFO ][o.e.p.PluginsService ] [node-1] loaded module [ingest-common]
  9. [2016-11-16T15:12:10,544][INFO ][o.e.p.PluginsService ] [node-1] loaded module [lang-expression]
  10. [2016-11-16T15:12:10,544][INFO ][o.e.p.PluginsService ] [node-1] loaded module [lang-groovy]
  11. [2016-11-16T15:12:10,544][INFO ][o.e.p.PluginsService ] [node-1] loaded module [lang-mustache]
  12. [2016-11-16T15:12:10,544][INFO ][o.e.p.PluginsService ] [node-1] loaded module [lang-painless]
  13. [2016-11-16T15:12:10,544][INFO ][o.e.p.PluginsService ] [node-1] loaded module [percolator]
  14. [2016-11-16T15:12:10,544][INFO ][o.e.p.PluginsService ] [node-1] loaded module [reindex]
  15. [2016-11-16T15:12:10,544][INFO ][o.e.p.PluginsService ] [node-1] loaded module [transport-netty3]
  16. [2016-11-16T15:12:10,544][INFO ][o.e.p.PluginsService ] [node-1] loaded module [transport-netty4]
  17. [2016-11-16T15:12:10,545][INFO ][o.e.p.PluginsService ] [node-1] no plugins loaded
  18. [2016-11-16T15:12:11,872][INFO ][o.e.n.Node ] [node-1] initialized
  19. [2016-11-16T15:12:11,872][INFO ][o.e.n.Node ] [node-1] starting ...
  20. [2016-11-16T15:12:11,893][INFO ][n.u.i.PlatformDependent ] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.
  21. [2016-11-16T15:12:11,928][WARN ][n.c.DefaultChannelId ] Failed to find a usable hardware address from the network interfaces; using random bytes: 7b:81:85:1a:b8:b5:8d:ab
  22. [2016-11-16T15:12:11,972][INFO ][o.e.t.TransportService ] [node-1] publish_address {192.168.1.20:9300}, bound_addresses {192.168.1.20:9300}
  23. [2016-11-16T15:12:11,974][INFO ][o.e.b.BootstrapCheck ] [node-1] bound or publishing to a non-loopback or non-link-local address, enforcing bootstrap checks
  24. [2016-11-16T15:12:11,975][ERROR][o.e.b.Bootstrap ] [node-1] node validation exception
  25. bootstrap checks failed
  26. initial heap size [534773760] not equal to maximum heap size [8545894400]; this can cause resize pauses and prevents mlockall from locking the entire heap
  27. memory locking requested for elasticsearch process but memory is not locked
  28. [2016-11-16T15:12:11,976][INFO ][o.e.n.Node ] [node-1] stopping ...
  29. [2016-11-16T15:12:11,977][WARN ][o.e.b.ElasticsearchUncaughtExceptionHandler] [node-1] uncaught exception in thread [Thread-2]
  30. org.elasticsearch.ElasticsearchException: Failed to delete pid file /var/run/elasticsearch.pid
  31. at org.elasticsearch.common.PidFile$1.run(PidFile.java:115) ~[elasticsearch-5.0.0.jar:5.0.0]
  32. Caused by: java.nio.file.AccessDeniedException: /var/run/elasticsearch.pid
  33. at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84) ~[?:?]
  34. at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[?:?]
  35. at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[?:?]
  36. at sun.nio.fs.UnixFileSystemProvider.implDelete(UnixFileSystemProvider.java:244) ~[?:?]
  37. at sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:108) ~[?:?]
  38. at java.nio.file.Files.deleteIfExists(Files.java:1165) ~[?:1.8.0_112]
  39. at org.elasticsearch.common.PidFile$1.run(PidFile.java:113) ~[elasticsearch-5.0.0.jar:5.0.0]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement