Created
June 5, 2018 20:25
-
-
Save JoaoVagner/4fa6d2584318e34f870e4b39ab967e50 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sh: error setting limit: Operation not permitted | |
-> Downloading x-pack from elastic | |
[ ] 1% | |
[> ] 2% | |
[> ] 3% | |
[=> ] 4% | |
[=> ] 5% | |
[==> ] 6% | |
[==> ] 7% | |
[===> ] 8% | |
[===> ] 9% | |
[====> ] 10% | |
[====> ] 11% | |
[=====> ] 12% | |
[=====> ] 13% | |
[======> ] 14% | |
[======> ] 15% | |
[=======> ] 16% | |
[=======> ] 17% | |
[========> ] 18% | |
[========> ] 19% | |
[=========> ] 20% | |
[=========> ] 21% | |
[==========> ] 22% | |
[==========> ] 23% | |
[===========> ] 24% | |
[===========> ] 25% | |
[============> ] 26% | |
[============> ] 27% | |
[=============> ] 28% | |
[=============> ] 29% | |
[==============> ] 30% | |
[==============> ] 31% | |
[===============> ] 32% | |
[===============> ] 33% | |
[================> ] 34% | |
[================> ] 35% | |
[=================> ] 36% | |
[=================> ] 37% | |
[==================> ] 38% | |
[==================> ] 39% | |
[===================> ] 40% | |
[===================> ] 41% | |
[====================> ] 42% | |
[====================> ] 43% | |
[=====================> ] 44% | |
[=====================> ] 45% | |
[======================> ] 46% | |
[======================> ] 47% | |
[=======================> ] 48% | |
[=======================> ] 49% | |
[========================> ] 50% | |
[========================> ] 51% | |
[=========================> ] 52% | |
[=========================> ] 53% | |
[==========================> ] 54% | |
[==========================> ] 55% | |
[===========================> ] 56% | |
[===========================> ] 57% | |
[============================> ] 58% | |
[============================> ] 59% | |
[=============================> ] 60% | |
[=============================> ] 61% | |
[==============================> ] 62% | |
[==============================> ] 63% | |
[===============================> ] 64% | |
[===============================> ] 65% | |
[================================> ] 66% | |
[================================> ] 67% | |
[=================================> ] 68% | |
[=================================> ] 69% | |
[==================================> ] 70% | |
[==================================> ] 71% | |
[===================================> ] 72% | |
[===================================> ] 73% | |
[====================================> ] 74% | |
[====================================> ] 75% | |
[=====================================> ] 76% | |
[=====================================> ] 77% | |
[======================================> ] 78% | |
[======================================> ] 79% | |
[=======================================> ] 80% | |
[=======================================> ] 81% | |
[========================================> ] 82% | |
[========================================> ] 83% | |
[=========================================> ] 84% | |
[=========================================> ] 85% | |
[==========================================> ] 86% | |
[==========================================> ] 87% | |
[===========================================> ] 88% | |
[===========================================> ] 89% | |
[============================================> ] 90% | |
[============================================> ] 91% | |
[=============================================> ] 92% | |
[=============================================> ] 93% | |
[==============================================> ] 94% | |
[==============================================> ] 95% | |
[===============================================> ] 96% | |
[===============================================> ] 97% | |
[================================================>] 98% | |
[================================================>] 99% | |
[=================================================] 100% | |
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
@ WARNING: plugin requires additional permissions @ | |
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
* java.io.FilePermission \\.\pipe\* read,write | |
* java.lang.RuntimePermission accessClassInPackage.com.sun.activation.registries | |
* java.lang.RuntimePermission getClassLoader | |
* java.lang.RuntimePermission setContextClassLoader | |
* java.lang.RuntimePermission setFactory | |
* java.net.SocketPermission * connect,accept,resolve | |
* java.security.SecurityPermission createPolicy.JavaPolicy | |
* java.security.SecurityPermission getPolicy | |
* java.security.SecurityPermission putProviderProperty.BC | |
* java.security.SecurityPermission setPolicy | |
* java.util.PropertyPermission * read,write | |
See http://docs.oracle.com/javase/8/docs/technotes/guides/security/permissions.html | |
for descriptions of what these permissions allow and the associated risks. | |
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
@ WARNING: plugin forks a native controller @ | |
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
This plugin launches a native controller that is not subject to the Java | |
security manager nor to system call filters. | |
Elasticsearch keystore is required by plugin [x-pack-security], creating... | |
-> Installed x-pack with: x-pack-logstash,x-pack-security,x-pack-watcher,x-pack-core,x-pack-deprecation,x-pack-upgrade,x-pack-graph,x-pack-monitoring,x-pack-ml | |
[2018-06-05T20:25:19,252][WARN ][o.e.b.ElasticsearchUncaughtExceptionHandler] [a72b281e-12cf-4c2f-9c87-cadb32f7f47e] uncaught exception in thread [main] | |
org.elasticsearch.bootstrap.StartupException: org.elasticsearch.bootstrap.BootstrapException: java.io.IOException: Cannot run program "/elasticsearch/plugins/x-pack/x-pack-ml/platform/linux-x86_64/bin/controller": error=2, No such file or directory | |
at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:125) ~[elasticsearch-6.2.4.jar:6.2.4] | |
at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:112) ~[elasticsearch-6.2.4.jar:6.2.4] | |
at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) ~[elasticsearch-6.2.4.jar:6.2.4] | |
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:124) ~[elasticsearch-cli-6.2.4.jar:6.2.4] | |
at org.elasticsearch.cli.Command.main(Command.java:90) ~[elasticsearch-cli-6.2.4.jar:6.2.4] | |
at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:92) ~[elasticsearch-6.2.4.jar:6.2.4] | |
at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:85) ~[elasticsearch-6.2.4.jar:6.2.4] | |
Caused by: org.elasticsearch.bootstrap.BootstrapException: java.io.IOException: Cannot run program "/elasticsearch/plugins/x-pack/x-pack-ml/platform/linux-x86_64/bin/controller": error=2, No such file or directory | |
at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:169) ~[elasticsearch-6.2.4.jar:6.2.4] | |
at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:323) ~[elasticsearch-6.2.4.jar:6.2.4] | |
at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:121) ~[elasticsearch-6.2.4.jar:6.2.4] | |
... 6 more | |
Caused by: java.io.IOException: Cannot run program "/elasticsearch/plugins/x-pack/x-pack-ml/platform/linux-x86_64/bin/controller": error=2, No such file or directory | |
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) ~[?:1.8.0_151] | |
at org.elasticsearch.bootstrap.Spawner.spawnNativePluginController(Spawner.java:123) ~[elasticsearch-6.2.4.jar:6.2.4] | |
at org.elasticsearch.bootstrap.Spawner.spawnNativePluginControllers(Spawner.java:88) ~[elasticsearch-6.2.4.jar:6.2.4] | |
at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:167) ~[elasticsearch-6.2.4.jar:6.2.4] | |
at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:323) ~[elasticsearch-6.2.4.jar:6.2.4] | |
at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:121) ~[elasticsearch-6.2.4.jar:6.2.4] | |
... 6 more | |
Caused by: java.io.IOException: error=2, No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment