Hi ivyteam My team has a server which has 3 instances of Ivy engine on it. Sometime when we restart engine, it cause issue that "ES can not be started. Connection refused" As far as i know on each engine it sill contain one ES and it will be started when engine is started. By default, ES will take port So is there any cases that the port is conflicted in my situation? If so, how can we configure the port for many instance of Ivy engine? We're using Amazon cloud so it's not a good way to buy different server for each Engine on cloud. Thanks asked 09.03.2018 at 01:48 trungdv |
You can set the URL to your elastic search server with a system property: Elasticsearch.ExternalServer.Url then ivy does not start an elastic search instance by a random port... answered 19.03.2018 at 07:55 Reguel Werme... ♦♦ How can I set this Setting also in designer?
(25.10.2018 at 04:34)
Thomas Wirz
Why you need that in Designer? In the Designer the Elastic Search should always use a free port. We have one Bug, that you can not start the same Designer twice, because then they try to use the same data directory! As workaround you can install the same Designer version multiple times!
(30.10.2018 at 08:48)
SupportIvyTeam ♦♦
|
Hi @trungdv, Based on my experience with Elasticsearch on Ivy, I used to try to block ES from starting on port In addition to that, normally an Amazon EC2 instance does not allow any other port than 80, 443 or 8080. It could be refused by the firewall. You can use process explorer to check all the process and port that ES starting on. Hope it helps answered 16.03.2018 at 00:57 ToanLC |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 09.03.2018 at 01:48
Seen: 4,927 times
Last updated: 30.10.2018 at 08:48