Hi,
I am trying to setup jitsi server in my MAC OSX through the manual installation process using the source code checked out from github%jitsi repos. I have setup the prosody, jitsi-meet, jitsi-videobridge and jicofo. When accessing the jitsi-meet, it shows the following errors in the browser console.
Logger.js:154 2022-01-26T18:10:10.531Z [JitsiMeetJS.js] <Object.getGlobalOnErrorHandler>: UnhandledError: Focus error, retry after 4000 Script: null Line: null Column: null StackTrace: Error: Focus error, retry after 4000
at xs._allocateConferenceFocusError (XXXXXXXapp1jitsiserver%com%libs%lib-jitsi-meet.min.js?v=139:2:382636)
at XXXXXXXapp1jitsiserver%com%libs%lib-jitsi-meet.min.js?v=139:2:381677
at I.Handler.handler (XXXXXXXapp1jitsiserver%com%libs%lib-jitsi-meet.min.js?v=139:2:180851)
at I.Handler.run (XXXXXXXapp1jitsiserver%com%libs%lib-jitsi-meet.min.js?v=139:2:176150)
at XXXXXXXapp1jitsiserver%com%libs%lib-jitsi-meet.min.js?v=139:2:184588
at Object.forEachChild (XXXXXXXapp1jitsiserver%com%libs%lib-jitsi-meet.min.js?v=139:2:167818)
at I.Connection._dataRecv (XXXXXXXapp1jitsiserver%com%libs%lib-jitsi-meet.min.js?v=139:2:184437)
at M.Bosh._onRequestStateChange (XXXXXXXapp1jitsiserver%com%libs%lib-jitsi-meet.min.js?v=139:2:204421)
And the prosody shows the below.
bosh483b9ea7-a188-4406-baf3-d2bf1cf937c6 debug Received[c2s]:
stanzarouter debug Unhandled c2s stanza: iq; xmlns=XXXXXjitsi.org%protocol%focus
mod_bosh debug We have an open request, so sending on that
mod_bosh debug Request destroyed: table: 0x60000144c380
bosh483b9ea7-a188-4406-baf3-d2bf1cf937c6 debug BOSH session marked as inactive (for 60s)
socket debug server.lua: closed client handler and removed socket from list
mod_bosh debug Session 483b9ea7-a188-4406-baf3-d2bf1cf937c6 has 0 out of 1 requests open
mod_bosh debug and there are 0 things in the send_buffer:
socket debug server.lua: accepted new client connection from 127.0.0.1:65107 to 5280
http.server debug Firing event: POST app1jitsiserver%com%http-bind
mod_bosh debug Handling new request table: 0x6000014a0940: <services xmlns=“urn:xmpp:extdisco:1”%><%iq><%body>
Jicofo log shows the below:
readlink: illegal option – f
usage: readlink [-n] [file …]
Jicofo 2022-01-26 09:33:20.822 INFO: [1] Main.main#49: Starting Jicofo.
Jicofo 2022-01-26 09:33:21.003 INFO: [1] JitsiConfig.#47: Initialized newConfig: merge of system properties,reference.conf @ jar:file:%Users%smurugesan%RandD%Jitsi-Chat%Dev2%jicofo%jicofo-1.1-SNAPSHOT%jicofo.jar!%reference.conf: 1
Jicofo 2022-01-26 09:33:21.005 INFO: [1] ReadOnlyConfigurationService.reloadConfiguration#40: net.java.sip.communicator.SC_HOME_DIR_LOCATION not set
Jicofo 2022-01-26 09:33:21.006 INFO: [1] JitsiConfig.#68: Initialized legacyConfig: sip communicator props (no description provided)
Jicofo 2022-01-26 09:33:21.006 INFO: [1] JitsiConfig$Companion.reloadNewConfig#94: Reloading the Typesafe config source (previously reloaded 0 times).
Jicofo 2022-01-26 09:33:21.484 WARNING: [1] FocusManager.start#116: Jicofo ID is not set correctly set (value=0). Configure a valid value [1-65535] by setting org.jitsi.jicofo.SHORT_ID in sip-communicator.properties or jicofo.octo.id in jicofo.conf. Future versions will require this for Octo.
Jicofo 2022-01-26 09:33:21.501 INFO: [1] JicofoServices.createAuthenticationAuthority#197: Authentication service disabled.
Jicofo 2022-01-26 09:33:21.568 WARNING: [1] [xmpp_connection=client] XmppProviderImpl.createXmppConnection#169: Disabling TLS certificate verification!
Jicofo 2022-01-26 09:33:21.687 INFO: [1] XmppServices.#48: No dedicated Service XMPP connection configured, re-using the client XMPP connection.
Jicofo 2022-01-26 09:33:21.690 INFO: [1] XmppServices.#63: No Jigasi detector configured.
Jicofo 2022-01-26 09:33:21.700 INFO: [1] BridgeSelector.#58: Using org.jitsi.jicofo.bridge.SingleBridgeSelectionStrategy
Jicofo 2022-01-26 09:33:21.709 INFO: [1] [type=bridge brewery=jvbbrewery] BaseBrewery.#100: Initialized with JID=jvbbrewery@conference.app1jitsiserver%com
Jicofo 2022-01-26 09:33:21.713 INFO: [1] JicofoServices.#122: No Jibri detector configured.
Jicofo 2022-01-26 09:33:21.713 INFO: [1] JicofoServices.#128: No SIP Jibri detector configured.
Jicofo 2022-01-26 09:33:21.718 INFO: [1] JicofoServices.#143: Starting HTTP server with config: host=null, port=8888, tlsPort=8843, isTls=false, keyStorePath=null, sendServerVersion=true.
Jicofo 2022-01-26 09:33:21.780 INFO: [1] org.eclipse.jetty.util.log.Log.initialized: Logging initialized @1151ms to org.eclipse.jetty.util.log.Slf4jLog
Jicofo 2022-01-26 09:33:21.876 INFO: [1] org.eclipse.jetty.server.Server.doStart: jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 17.0.1+12-LTS-39
Jicofo 2022-01-26 09:33:21.896 INFO: [27] [xmpp_connection=client] XmppProviderImpl.doConnect#206: Connected, JID=null
Jicofo 2022-01-26 09:33:21.914 INFO: [27] AvModerationHandler.registrationChanged#123: Did not discover av_moderation component.
Jicofo 2022-01-26 09:33:21.916 INFO: [27] ConferenceIqHandler.registrationChanged#180: No breakout room component address configured.
Jicofo 2022-01-26 09:33:21.961 INFO: [27] [type=bridge brewery=jvbbrewery] BaseBrewery.start#171: Joined the room.
Jicofo 2022-01-26 09:33:21.962 INFO: [27] [xmpp_connection=client] XmppProviderImpl.fireRegistrationStateChanged#331: Set replyTimeout=PT15S
Jicofo 2022-01-26 09:33:22.154 WARNING: [1] org.glassfish.jersey.server.wadl.WadlFeature.configure: JAXBContext implementation could not be found. WADL feature is disabled.
Jicofo 2022-01-26 09:33:22.240 WARNING: [1] org.glassfish.jersey.internal.inject.Providers.checkProviderRuntime: A provider org.jitsi.rest.Version registered in SERVER runtime does not implement any provider interfaces applicable in the SERVER runtime. Due to constraint configuration problems the provider org.jitsi.rest.Version will be ignored.
Jicofo 2022-01-26 09:33:22.421 INFO: [1] org.eclipse.jetty.server.handler.ContextHandler.doStart: Started o.e.j.s.ServletContextHandler@78d71df1{%,null,AVAILABLE}
Jicofo 2022-01-26 09:33:22.431 INFO: [1] org.eclipse.jetty.server.AbstractConnector.doStart: Started ServerConnector@2ab2710{HTTP%1.1, (http%1.1)}{0.0.0.0:8888}
Jicofo 2022-01-26 09:33:22.431 INFO: [1] org.eclipse.jetty.server.Server.doStart: Started @1803ms
I followed the very similar steps as in below steps.
XXXXXXXjitsi.github.io%handbook%docs%devops-guide%devops-guide-manual
I have built the jicofo from jicofo%github source code.
Appreciate any help.
Thanks,
smsivanesan
PS: Sorry, I had to use the % symbol to escape the links.