phalcon / phalconist

Resources catalog for Phalcon Framework
GNU General Public License v2.0
28 stars 5 forks source link

ElasticSearch 1.5.2 error #6

Closed joglomedia closed 9 years ago

joglomedia commented 9 years ago

Hi,

i am trying phalconist on my local machine, with Elasticsearch 1.5.2 (i am new to this one)

I get error,

"SearchPhaseExecutionException[Failed to execute phase [query], all shards failed; shardFailures ..... "

detailed error message is here http://pastebin.com/eNfn515T

is there any suggestion?

thanks in advance

ovr commented 9 years ago

Hi ;)

Maybe this fails

Via server is using

{
  "status" : 200,
  "name" : "Briquette",
  "cluster_name" : "elasticsearch",
  "version" : {
    "number" : "1.5.2",
    "build_hash" : "62ff9868b4c8a0c45860bebb259e21980778ab1c",
    "build_timestamp" : "2015-04-27T09:21:06Z",
    "build_snapshot" : false,
    "lucene_version" : "4.10.4"
  },
  "tagline" : "You Know, for Search"
}
joglomedia commented 9 years ago

shame on me,

i have able to run it now, using the console tool provided console.sh main init :D

thanks

ovr commented 9 years ago

Okey, super