Hello everyone,
i installed grommunio with the bootable x86 image. I installed the mandatory core component and grommunio-meet. Now I realised that meet is not working. When i go to https://<hostname>/meet and try to join a room, nothing happens. I logged in via ssh and realised that the jitsi-jifico.service is not running.
journalctl -u jitsi-jicofo
-- Boot 95e1ed8b8aae4d329f113ddcb23e1386 --
Jan 23 17:13:51 localhost systemd[1]: Started JItsi COnference FOcus.
Jan 23 17:13:51 localhost jicofo.sh[1502]: To run jicofo you need a configuration file. Use environment variable JAVA_SYS_PROPS.
Jan 23 17:13:51 localhost jicofo.sh[1502]: e.g. export JAVA_SYS_PROPS="-Dconfig.file=/etc/jitsi/jicofo/jicofo.conf"
Jan 23 17:13:51 localhost systemd[1]: jitsi-jicofo.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Jan 23 17:13:51 localhost systemd[1]: jitsi-jicofo.service: Failed with result 'exit-code'.
Jan 23 17:13:51 localhost systemd[1]: jitsi-jicofo.service: Scheduled restart job, restart counter is at 1.
Jan 23 17:13:51 localhost systemd[1]: Started JItsi COnference FOcus.
Jan 23 17:13:51 localhost jicofo.sh[1562]: To run jicofo you need a configuration file. Use environment variable JAVA_SYS_PROPS.
Jan 23 17:13:51 localhost jicofo.sh[1562]: e.g. export JAVA_SYS_PROPS="-Dconfig.file=/etc/jitsi/jicofo/jicofo.conf"
Jan 23 17:13:51 localhost systemd[1]: jitsi-jicofo.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Jan 23 17:13:51 localhost systemd[1]: jitsi-jicofo.service: Failed with result 'exit-code'.
Jan 23 17:13:52 localhost systemd[1]: jitsi-jicofo.service: Scheduled restart job, restart counter is at 2.
Jan 23 17:13:52 localhost systemd[1]: Started JItsi COnference FOcus.
Is there anything I have to to out-of-the-box to get meet/jitsi to work?