Skip to content

Instantly share code, notes, and snippets.

@megastef
Created April 23, 2015 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save megastef/ef8088aa59e5912dd0cd to your computer and use it in GitHub Desktop.
Save megastef/ef8088aa59e5912dd0cd to your computer and use it in GitHub Desktop.
crate sql autocomplete - failure
MacBook-Pro-2:crate-0.47.7 stefan$ bin/plugin -u http://dl.bintray.com/mfussenegger/maven/crate-autocomplete.jar -i mfussenegger/crate-autocomplete
-> Installing mfussenegger/crate-autocomplete...
Trying http://dl.bintray.com/mfussenegger/maven/crate-autocomplete.jar...
Downloading ........DONE
Installed mfussenegger/crate-autocomplete into /Users/stefan/test/crate-0.47.7/plugins/crate-autocomplete
MacBook-Pro-2:crate-0.47.7 stefan$ bin/crate -d
-- wait a bit ---
curl -XPOST localhost:4200/_sql_complete -d '{"stmt": "select n"}'
{"error":"InvalidIndexNameException[[_sql_complete] Invalid index name [_sql_complete], must not start with '_']","status":400}
-----
snipped from "tail log/crate.log"
[2015-04-23 21:07:21,908][ERROR][bootstrap ] {1.4.4}: Initialization Failed ...
1) NoSuchMethodError[org.elasticsearch.rest.BaseRestHandler.<init>(Lorg/elasticsearch/common/settings/Settings;Lorg/elasticsearch/client/Client;)V]2) NoSuchMethodError[org.elasticsearch.action.support.TransportAction.<init>(Lorg/elasticsearch/common/settings/Settings;Ljava/lang/String;Lorg/elasticsearch/threadpool/ThreadPool;)V]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment