I try to start the ControlCenter in headless mode, but I hit this error: java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which requires it. There is no XServer on this machine so the error does make sens. Documentation mention we can start it in command line mode: http://developer.axonivy.com/doc/latest/EngineGuideHtml/misc.html#misc-toolreference-servercontrolcenter But I can't manage to make it work. I've try various switch and various syntax (-headless, -h) and try to display an help file somehow (-?,?... ) I've try to figure it out by looking at ControlCenter.sh content, control.conf and launcher.sh. Didn't find anything relevant. This is on our version of engine 6.0.5. I've try to run the 6.3 version as well (present on this server) and I got the same exception. asked 01.02.2017 at 17:17 RemiMorin |
How do we stop start the server properly then?
answered 02.02.2017 at 16:56 RemiMorin Just use the AxonIvyEngine script. Star the engine in any shell :
and stop a running engine from any other shell:
(03.02.2017 at 15:09)
Reguel Werme... ♦♦
but yes I agree. The documentation is missleading
(03.02.2017 at 15:11)
Reguel Werme... ♦♦
|
The control center is a Swing UI and can therefore not start in headless mode. Anyway you can start the AxonIvyEngineConfig in headless mode in order to configure system administrators or the systemDB. To actually start a 6.5 engine config ui headless I use a bash
an example is available here: https://github.com/dgauch/docker-axonivy-engine/blob/master/Dockerfile answered 02.02.2017 at 12:36 Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 01.02.2017 at 17:17
Seen: 2,370 times
Last updated: 03.02.2017 at 15:11