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

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -