Cannot start Axon Ivy Engine by ROOT user on Linux
Hi IvyTeam,
I'm currently setting up an Ivy Engine on Linux server. The process is working fine except when it automatically start on startup. Because when it run by ROOT user, I got an exception related to Elasticsearch.
The Ivy Engine version is 6.3.0
[ 82%] Starting BusinessData manager
04:27:39.038 ERROR [...asticSearchServer]
java.lang.RuntimeException: don't run elasticsearch as root.
04:27:39.038 ERROR [...asticSearchServer]
at org.elasticsearch.bootstrap.Bootstrap.initializeNatives(Bootstrap.java:93)
04:27:39.039 ERROR [...asticSearchServer]
at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:144)
04:27:39.039 ERROR [...asticSearchServer]
at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:270)
04:27:39.039 ERROR [...asticSearchServer]
at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:35)
04:27:39.039 ERROR [...asticSearchServer]
at org.elasticsearch.bootstrap.IvyElasticsearchStarterStopper.main(IvyElasticsearchStarterStopper.java:27)
04:27:39.039 ERROR [...asticSearchServer]
Refer to the log for complete error details.
Error while starting Axon.ivy Engine