java - Why is my Elasticsearch 1.6.0 missing the plugin manager? -


i trying run elasticsearch 1.6.0 using cygwin on 64-bit windows 7 machine. downloaded elasticsearch zip elasticsearch home page, , installed latest version of java , jdk (1.8.0_45) , have set java_home variable right path think. when try execute first step in definitive guide installation process:

$ ./bin/plugin -i elasticsearch/marvel/latest 

i error:

error: not find or load main class org.elasticsearch.plugins.pluginmanager 

i've seen problem earlier versions of elastic, apparently problem fixed i'm not sure why happening.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -