Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment Issues #43

Closed
sasikanth513 opened this issue Oct 6, 2014 · 2 comments
Closed

Deployment Issues #43

sasikanth513 opened this issue Oct 6, 2014 · 2 comments
Labels

Comments

@sasikanth513
Copy link

I'm using mup for deploy to my DO

I first ssh into my server and installed elastic search and started elastic search with default config(port 9200)

/etc/init.d/elasticsearch start

and the service is started and then when I try to deploy to server using mup

It throws error and showing the following errors in logs

mup logs -n 400

logs

Elasticsearch WARNING: 2014-10-06T11:54:33Z
  No living connections

Had error adding a document!
{ [Error: No Living connections] message: 'No Living connections' }
Elasticsearch WARNING: 2014-10-06T11:54:33Z
  Unable to revive connection: http://localhost:9200/

Is this the way to use the elasticsearch on servers or Is there any other way?

@matteodem
Copy link
Owner

This is because by default Easy-Search tries to retrieve Elastic-Search at localhost:9200, which might not be right for your server environment.

Please add a config call on your server, like this:

https://github.com/matteodem/meteor-easy-search#configuration

@matteodem
Copy link
Owner

Please re-open if the answer isn't sufficient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants