amazon ec2 - Exception with elasticSearch and AWS plugin -


i'm trying deploy elasticsearch on ec2 instance, got error :

    [2014-04-04 12:23:30,499][info ][node                     ] [franklin hall] version[1.0.1], pid[4516], build[5c03844/2014-02-25t15:52:53z]     [2014-04-04 12:23:30,500][info ][node                     ] [franklin hall] initializing ...     [2014-04-04 12:23:30,531][info ][plugins                  ] [franklin hall] loaded [cloud-aws], sites []     {1.0.1}: initialization failed ...     - executionerror[java.lang.noclassdeffounderror: org/elasticsearch/elasticsearchillegalargumentexception]     noclassdeffounderror[org/elasticsearch/elasticsearchillegalargumentexception]     classnotfoundexception[org.elasticsearch.elasticsearchillegalargumentexception] 

when launch elasticsearch command

sudo bin/elasticsearch -xss256k -xmx2048m 

here installed versions :

elastic search 1.0.1 elasticsearch-cloud-aws 1.0.0 

do guys have idea of going wrong ?

don't know -xss256k -xmx2048m parameters this , this one tutorials worked perfect me.

both suggest sudo bin/elasticsearch -f try one.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -