Hello everyone, when I try to run the command ./AxonIvyEngine i got the following error:

Cannot start the engine with user 'root'. Please run it with a normal user such as 'ivy'.

How can I fix this issue, is it necessary to create separate user to do it.

asked 21.03.2018 at 04:23

imoteb's gravatar image

imoteb
(suspended)
accept rate: 0%


It is in general bad practice to operate a service as root. But it is good practice to run service with a special user for instance to restrict areas where the user is allowed to operate with the file system. So yes, you have to create a separate user to operate the engine securely.

This is also covered in our getting stared guide: https://developer.axonivy.com/doc/latest/EngineGuideHtml/gettingstarted.html#gettingstarted-linux

link

answered 21.03.2018 at 05:26

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

edited 21.03.2018 at 05:37

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×44

Asked: 21.03.2018 at 04:23

Seen: 1,267 times

Last updated: 21.03.2018 at 05:37