jitsi / jicofo

JItsi COnference FOcus is a server side focus component used in Jitsi Meet conferences.
Apache License 2.0
316 stars 347 forks source link

Failed to start jicofo #1120

Closed eqnull7 closed 10 months ago

eqnull7 commented 11 months ago

org.jitsi.metaconfig.ConfigException$UnableToRetrieve$NotFound: No suppliers found a value: org.jitsi.metaconfig.ConfigException$UnableToRetrieve$NotFound: Key 'org.jitsi.jicofo.FOCUS_USER_DOMAIN' not found in source 'sip communicator props' org.jitsi.metaconfig.ConfigException$UnableToRetrieve$NotFound: Key 'jicofo.xmpp.client.domain' not found in source 'typesafe config (reloaded 1 times)' at org.jitsi.metaconfig.supplier.FallbackSupplier.doGet(FallbackSupplier.kt:57)

bgrozev commented 10 months ago

Your configuration file is missing a required property (jicofo.xmpp.client.domain).

SchoolGuy commented 10 months ago

I had the same error message. In my case I was missing the Java sysopt -Dconfig.file=/etc/jitsi/jicofo/jicofo.conf. After I added this to the systemd service jicofo started just fine.