Onteon Control Center - Management
Start and stop
Service
If you have Onteon Control Center installed as a service (which can be achieved
with the installation scripts), you can control it with systemctl
e.g.:
sudo systemctl start onteon-control-center.service
sudo systemctl stop onteon-control-center.service
Script
If you have Onteon Control Center installed from
tar (read more about manual installation)
run ./onteon-control-center/start-onteoncc.sh
. To stop Onteon Control Center you need to send signal to process. Pid
is printed in logs.
$ tail onteon-control-center/logs/server/main/start/server.out
--------------------------------------------------------------
|INFORMATION_HTTP |8068 |
--------------------------------------------------------------
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.jlupin.impl.util.os.JLupinOSUtil (file:/home/patrykborchowiec/Dev/test/onteon-control-center/start/lib/jlupin-util-1.6.1.0.jar) to field sun.management.RuntimeImpl.jvm
WARNING: Please consider reporting this to the maintainers of com.jlupin.impl.util.os.JLupinOSUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
JLupin Platform initialized correctly in:121662 milliseconds, process id:25666
$ kill -SIGTERM 25666