elasticsearch-reindex icon indicating copy to clipboard operation
elasticsearch-reindex copied to clipboard

Unable to connect to the server

Open pulkitsinghal opened this issue 10 years ago • 2 comments

Here are the steps I followed:

  • cloned it
  • ran build:
    • mvn -DskipTests clean package
  • uploaded the zip from "target” directory to a hosted foundcluster provided by https://found.no/
  • curl -XPUT https://username:[email protected]:9243/index_v2/my_type/_reindex?searchIndex=index_v1\&searchType=my_type
    • Then I received {"ok":false,"message":"Unable to connect to the server."}

pulkitsinghal avatar Mar 25 '14 14:03 pulkitsinghal

Did you execute plugin install? See the reinstall.sh script

https://github.com/karussell/elasticsearch-reindex/blob/master/reinstall.sh

karussell avatar Mar 25 '14 14:03 karussell

The found cluster should have run that on my behalf. Otherwise I wouldn't be getting such a relevant error message right? But I'll check by asking the found support folks to have a look and confirm this for me.

Sent from my iPhone

On Mar 25, 2014, at 9:42 AM, Peter [email protected] wrote:

Did you execute plugin install? See the reinstall.sh script

— Reply to this email directly or view it on GitHub.

pulkitsinghal avatar Mar 25 '14 16:03 pulkitsinghal