following the lab exercise for DS210 Lab Exercise (OpsCenter). It appears to properly install the opscenter via apt-get (O/S is Ubuntu 18.04 LTS with jdk v. 11.0.7). after changes to the opscenter.conf to put in my external ip address. I run 'sudo service opscenterd start' . I check the status of the service and see the following
root@ds210-node3:/etc/opscenter# sudo service opscenterd status ● opscenterd.service - LSB: Cassandra cluster manager Loaded: loaded (/etc/init.d/opscenterd; generated) Active: active (exited) since Wed 2020-07-22 01:57:59 UTC; 2s ago Docs: man:systemd-sysv-generator(8) Process: 5307 ExecStop=/etc/init.d/opscenterd stop (code=exited, status=0/SUCCESS) Process: 5378 ExecStart=/etc/init.d/opscenterd start (code=exited, status=0/SUCCESS) Jul 22 01:57:58 ds210-node3 systemd[1]: Starting LSB: Cassandra cluster manager... Jul 22 01:57:59 ds210-node3 opscenterd[5378]: Detected Java version 11.0.7 Jul 22 01:57:59 ds210-node3 systemd[1]: Started LSB: Cassandra cluster manager.
I suspect it maybe the jdk version. But accordingly that version is the correct version for Ubuntu 18.04.
Any ideas on how to get it running?