Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build a docker image after making some code changes? #439

Open
knightcube opened this issue Sep 30, 2021 · 14 comments
Open

How to build a docker image after making some code changes? #439

knightcube opened this issue Sep 30, 2021 · 14 comments

Comments

@knightcube
Copy link

I have cloned the repository into my local machine and also made some code changes relevant to my project. I would like to know how to create a Dockerfile and build a Docker image for the same.

@saghul
Copy link
Member

saghul commented Sep 30, 2021

We make Docker images from our Debian packages, not source, so alas it won't be straightforward. Go to the docker-jitsi-meet repo and you'll find the Jibri Dockerfile there.

@knightcube
Copy link
Author

So should I go ahead and use this Dockerfile? - https://github.com/jitsi/docker-jitsi-meet/blob/master/jibri/Dockerfile

@saghul
Copy link
Member

saghul commented Sep 30, 2021

Yes, it will adapting of course.

@knightcube
Copy link
Author

I get these errors when trying to create a new image with that Dockerfile


W: Failed to fetch http://deb.debian.org/debian/dists/buster/InRelease  Temporary failure resolving 'deb.debian.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.
Reading package lists...
Building dependency tree...
Reading state information...
Package jq is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'jq' has no installation candidate
The command '/bin/bash -o pipefail -c apt-dpkg-wrap apt-get update &&     apt-dpkg-wrap apt-get install -y jibri libgl1-mesa-dri procps &&     apt-cleanup &&     [ "${CHROME_RELEASE}" = "latest" ] &&     wget -qO - https://dl-ssl.google.com/linux/linux_signing_key.pub | gpg --dearmour /etc/apt/trusted.gpg.d/google.gpg &&     echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list &&     apt-dpkg-wrap apt-get update &&     apt-dpkg-wrap apt-get install -y google-chrome-stable &&     apt-cleanup ||     [ "${CHROME_RELEASE}" != "latest" ] &&     curl -4so "/tmp/google-chrome-stable_${CHROME_RELEASE}-1_amd64.deb" "http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_RELEASE}-1_amd64.deb" &&     apt-dpkg-wrap apt-get update &&     apt-dpkg-wrap apt-get install -y "/tmp/google-chrome-stable_${CHROME_RELEASE}-1_amd64.deb" &&     apt-cleanup ||     [ "${CHROMEDRIVER_MAJOR_RELEASE}" = "latest" ] &&     CHROMEDRIVER_RELEASE="$(curl -4Ls https://chromedriver.storage.googleapis.com/LATEST_RELEASE)" ||     CHROMEDRIVER_RELEASE="$(curl -4Ls https://chromedriver.storage.googleapis.com/LATEST_RELEASE_${CHROMEDRIVER_MAJOR_RELEASE})" &&     curl -4Ls "https://chromedriver.storage.googleapis.com/${CHROMEDRIVER_RELEASE}/chromedriver_linux64.zip"     | zcat >> /usr/bin/chromedriver &&     chmod +x /usr/bin/chromedriver &&     chromedriver --version &&     apt-dpkg-wrap apt-get update &&     apt-dpkg-wrap apt-get install -y jitsi-upload-integrations jq &&     apt-cleanup' returned a non-zero code: 100

@saghul
Copy link
Member

saghul commented Sep 30, 2021

There seems to be some connectivity issue on your end, or on the Debian CDN.

@knightcube
Copy link
Author

knightcube commented Sep 30, 2021

Ahh yes. I just tried building the image again and it generated the new image successfully.

@knightcube
Copy link
Author

I am getting 2 errors after making the changes discussed above. As soon as I click on "Start Livestream button" I get these errors in the logs -

WARNING: Failed to fall back to another Jibri, this session has now failed: org.jitsi.jicofo.jibri.JibriSession$StartException$InternalServerError: Internal server error

SEVERE: Failed to send start Jibri IQ: org.jitsi.jicofo.jibri.JibriSession$StartException$UnexpectedResponse: Unexpected response

Any tip on how to resolve this issue or what is the problem exactly?

@saghul
Copy link
Member

saghul commented Oct 1, 2021

I don't know sorry. Hopefully someone else with more jibri internals knowledge can chime in.

@raluca8x8
Copy link
Contributor

Hi, do you have the Jibri logs for this?

@knightcube
Copy link
Author

Where do I find the logs? The ones that I gave above is from my terminal.

@raluca8x8
Copy link
Contributor

Try out the docker-compose logs command: https://docs.docker.com/compose/reference/logs/
Also, can you please paste the output of docker-compose ps https://docs.docker.com/compose/reference/ps/?

@knightcube
Copy link
Author

docker-compose logs output :-

Attaching to docker-jitsi-meet-stable-6173_jicofo_1, docker-jitsi-meet-stable-6173_jvb_1, docker-jitsi-meet-stable-6173_prosody_1, docker-jitsi-meet-stable-6173_web_1
jvb_1      | [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
jvb_1      | [s6-init] ensuring user provided files have correct perms...exited 0.
jvb_1      | [fix-attrs.d] applying ownership & permissions fixes...
jvb_1      | [fix-attrs.d] done.
jvb_1      | [cont-init.d] executing container initialization scripts...
jvb_1      | [cont-init.d] 01-set-timezone: executing... 
jvb_1      | [cont-init.d] 01-set-timezone: exited 0.
jvb_1      | [cont-init.d] 10-config: executing... 
jvb_1      | [cont-init.d] 10-config: exited 0.
jvb_1      | [cont-init.d] done.
jvb_1      | [services.d] starting services
jvb_1      | [services.d] done.
jvb_1      | Oct 05, 2021 3:45:39 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Initialized newConfig: merge of /config/jvb.conf: 1,application.conf @ jar:file:/usr/share/jitsi-videobridge/jitsi-videobridge.jar!/application.conf: 1,system properties,reference.conf @ jar:file:/usr/share/jitsi-videobridge/jitsi-videobridge.jar!/reference.conf: 1,reference.conf @ jar:file:/usr/share/jitsi-videobridge/lib/ice4j-3.0-33-g311a495.jar!/reference.conf: 1,reference.conf @ jar:file:/usr/share/jitsi-videobridge/lib/jitsi-media-transform-1.0-247-g900cc79.jar!/reference.conf: 1
jvb_1      | Oct 05, 2021 3:45:39 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: loading config file at path /config/sip-communicator.properties
jvb_1      | Oct 05, 2021 3:45:39 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Initialized legacyConfig: sip communicator props (no description provided)
jvb_1      | Oct 05, 2021 3:45:39 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Reloading the Typesafe config source (previously reloaded 0 times).
jvb_1      | Oct 05, 2021 3:45:39 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Starting jitsi-videobridge version 2.1.538-g062e9f56
jvb_1      | Oct 05, 2021 3:45:41 AM org.ice4j.ice.harvest.MappingCandidateHarvesters initialize
jvb_1      | INFO: Using AwsCandidateHarvester.
jvb_1      | Oct 05, 2021 3:45:41 AM org.ice4j.ice.harvest.StunMappingCandidateHarvester discover
jvb_1      | INFO: Discovered public address 223.223.130.71:55606/udp from STUN server 152.67.25.165:443/udp using local address 172.18.0.5:0/udp
jvb_1      | Oct 05, 2021 3:45:41 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Initializing a new MucClient for [ org.jitsi.xmpp.mucclient.MucClientConfiguration id=shard domain=auth.meet.jitsi hostname=xmpp.meet.jitsi port=null username=jvb mucs=[[email protected]] mucNickname=660fa817b946 disableCertificateVerification=true]
jvb_1      | Oct 05, 2021 3:45:41 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | WARNING: Disabling certificate verification!
jvb_1      | Oct 05, 2021 3:45:42 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Dispatching a thread to connect and login.
jvb_1      | Oct 05, 2021 3:45:42 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: LastNReducer with reductionScale: 0.75 recoverScale: 1.25 impactTime: PT1M minLastN: 1 maxEnforcedLastN: 40
jvb_1      | Oct 05, 2021 3:45:42 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: TaskPools detected 8 processors, creating the CPU pool with that many threads
jvb_1      | Oct 05, 2021 3:45:42 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | WARNING: Running with open files limit 1048576 (hard 1048576), thread limit null (hard null). These values are too low and they will limit the number of participants that the bridge can serve simultaneously.
jvb_1      | Oct 05, 2021 3:45:42 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Starting with 60 second interval.
jvb_1      | Oct 05, 2021 3:45:42 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Started with interval=10000, timeout=PT30S, maxDuration=PT3S, stickyFailures=false.
jvb_1      | Oct 05, 2021 3:45:42 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Not starting CallstatsService, disabled in configuration.
jvb_1      | Oct 05, 2021 3:45:42 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Starting public http server
jvb_1      | Oct 05, 2021 3:45:42 AM org.ice4j.ice.harvest.MappingCandidateHarvesters maybeAdd
jvb_1      | INFO: Discarding a mapping harvester: org.ice4j.ice.harvest.AwsCandidateHarvester, face=null, mask=null
jvb_1      | Oct 05, 2021 3:45:42 AM org.ice4j.ice.harvest.MappingCandidateHarvesters initialize
jvb_1      | INFO: Using org.ice4j.ice.harvest.StunMappingCandidateHarvester, face=/172.18.0.5, mask=/223.223.130.71
jvb_1      | Oct 05, 2021 3:45:42 AM org.ice4j.ice.harvest.MappingCandidateHarvesters initialize
jvb_1      | INFO: Initialized mapping harvesters (delay=2343ms).  stunDiscoveryFailed=false
jvb_1      | Oct 05, 2021 3:45:42 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Base URL: wss://localhost:8443/colibri-ws/172.18.0.5
jvb_1      | Oct 05, 2021 3:45:42 AM org.eclipse.jetty.util.log.Log initialized
jvb_1      | INFO: Logging initialized @13139ms to org.eclipse.jetty.util.log.JavaUtilLog
jvb_1      | Oct 05, 2021 3:45:43 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Connected.
jvb_1      | Oct 05, 2021 3:45:43 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Logging in.
jvb_1      | Oct 05, 2021 3:45:43 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Registering servlet at /colibri-ws/*, baseUrl = wss://localhost:8443/colibri-ws/172.18.0.5
jvb_1      | Oct 05, 2021 3:45:43 AM org.eclipse.jetty.server.Server doStart
jvb_1      | INFO: jetty-9.4.40.v20210413; built: 2021-04-13T20:42:42.668Z; git: b881a572662e1943a14ae12e7e1207989f218b74; jvm 1.8.0_292-b10
jvb_1      | Oct 05, 2021 3:45:43 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Authenticated, b=false
jvb_1      | Oct 05, 2021 3:45:43 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Joined MUC: [email protected]
jvb_1      | Oct 05, 2021 3:45:43 AM org.eclipse.jetty.server.handler.ContextHandler doStart
jvb_1      | INFO: Started o.e.j.s.ServletContextHandler@9ef8eb7{/,null,AVAILABLE}
jvb_1      | Oct 05, 2021 3:45:43 AM org.eclipse.jetty.server.AbstractConnector doStart
jvb_1      | INFO: Started ServerConnector@12f9af83{HTTP/1.1, (http/1.1)}{0.0.0.0:9090}
jvb_1      | Oct 05, 2021 3:45:43 AM org.eclipse.jetty.server.Server doStart
jvb_1      | INFO: Started @13996ms
jvb_1      | Oct 05, 2021 3:45:43 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Starting private http server
jvb_1      | Oct 05, 2021 3:45:43 AM org.eclipse.jetty.server.Server doStart
jvb_1      | INFO: jetty-9.4.40.v20210413; built: 2021-04-13T20:42:42.668Z; git: b881a572662e1943a14ae12e7e1207989f218b74; jvm 1.8.0_292-b10
jvb_1      | Oct 05, 2021 3:45:45 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
jvb_1      | WARNING: A provider org.jitsi.rest.Health 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.Health will be ignored. 
jvb_1      | Oct 05, 2021 3:45:45 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
jvb_1      | WARNING: 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. 
jvb_1      | Oct 05, 2021 3:45:45 AM org.eclipse.jetty.server.handler.ContextHandler doStart
jvb_1      | INFO: Started o.e.j.s.ServletContextHandler@1046498a{/,null,AVAILABLE}
jvb_1      | Oct 05, 2021 3:45:45 AM org.eclipse.jetty.server.AbstractConnector doStart
jvb_1      | INFO: Started ServerConnector@42f33b5d{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
jvb_1      | Oct 05, 2021 3:45:45 AM org.eclipse.jetty.server.Server doStart
jvb_1      | INFO: Started @16398ms
jvb_1      | Oct 05, 2021 3:45:52 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Performed a successful health check in PT0.002S. Sticky failure: false
jvb_1      | Oct 05, 2021 3:46:02 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Performed a successful health check in PT0S. Sticky failure: false
jvb_1      | Oct 05, 2021 3:46:12 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Performed a successful health check in PT0S. Sticky failure: false
jvb_1      | Oct 05, 2021 3:46:22 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Performed a successful health check in PT0S. Sticky failure: false
jvb_1      | Oct 05, 2021 3:46:32 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Performed a successful health check in PT0S. Sticky failure: false
jvb_1      | Oct 05, 2021 3:46:42 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Running expire()
jvb_1      | Oct 05, 2021 3:46:42 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Performed a successful health check in PT0S. Sticky failure: false
jvb_1      | Oct 05, 2021 3:46:52 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Performed a successful health check in PT0S. Sticky failure: false
jvb_1      | Oct 05, 2021 3:47:02 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Performed a successful health check in PT0S. Sticky failure: false
jvb_1      | Oct 05, 2021 3:47:12 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Performed a successful health check in PT0S. Sticky failure: false
jvb_1      | Oct 05, 2021 3:47:22 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Performed a successful health check in PT0S. Sticky failure: false
jvb_1      | Oct 05, 2021 3:47:32 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Performed a successful health check in PT0S. Sticky failure: false
jvb_1      | Oct 05, 2021 3:47:42 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Running expire()
jvb_1      | Oct 05, 2021 3:47:42 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Performed a successful health check in PT0S. Sticky failure: false
jvb_1      | Oct 05, 2021 3:47:52 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Performed a successful health check in PT0S. Sticky failure: false
jvb_1      | Oct 05, 2021 3:48:02 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Performed a successful health check in PT0S. Sticky failure: false
jvb_1      | Oct 05, 2021 3:48:12 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Performed a successful health check in PT0S. Sticky failure: false
jvb_1      | Oct 05, 2021 3:48:22 AM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Performed a successful health check in PT0S. Sticky failure: false
jicofo_1   | [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
jicofo_1   | [s6-init] ensuring user provided files have correct perms...exited 0.
jicofo_1   | [fix-attrs.d] applying ownership & permissions fixes...
jicofo_1   | [fix-attrs.d] done.
jicofo_1   | [cont-init.d] executing container initialization scripts...
jicofo_1   | [cont-init.d] 01-set-timezone: executing... 
jicofo_1   | [cont-init.d] 01-set-timezone: exited 0.
jicofo_1   | [cont-init.d] 10-config: executing... 
jicofo_1   | [cont-init.d] 10-config: exited 0.
jicofo_1   | [cont-init.d] done.
jicofo_1   | [services.d] starting services
jicofo_1   | [services.d] done.
jicofo_1   | Oct 05, 2021 3:45:36 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Starting Jicofo.
jicofo_1   | Oct 05, 2021 3:45:38 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Initialized newConfig: merge of /config/jicofo.conf: 1,system properties,reference.conf @ jar:file:/usr/share/jicofo/jicofo.jar!/reference.conf: 1
jicofo_1   | Oct 05, 2021 3:45:38 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: net.java.sip.communicator.SC_HOME_DIR_LOCATION not set
jicofo_1   | Oct 05, 2021 3:45:38 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Initialized legacyConfig: sip communicator props (no description provided)
jicofo_1   | Oct 05, 2021 3:45:38 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Reloading the Typesafe config source (previously reloaded 0 times).
jicofo_1   | Oct 05, 2021 3:45:41 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Initialized octoId=1
jicofo_1   | Oct 05, 2021 3:45:41 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Starting authentication service with config=AuthConfig[enabled=true, type=XMPP, loginUrl=meet.jitsi, logoutUrl=null, authenticationLifetime=PT24H, enableAutoLogin=true].
jicofo_1   | Oct 05, 2021 3:45:41 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Authentication lifetime: PT24H
jicofo_1   | Oct 05, 2021 3:45:41 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | WARNING: Disabling TLS certificate verification!
jicofo_1   | Oct 05, 2021 3:45:41 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: No dedicated Service XMPP connection configured, re-using the client XMPP connection.
jicofo_1   | Oct 05, 2021 3:45:41 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: No Jigasi detector configured.
jicofo_1   | Oct 05, 2021 3:45:41 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Using org.jitsi.jicofo.bridge.SingleBridgeSelectionStrategy
jicofo_1   | Oct 05, 2021 3:45:41 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Initialized with [email protected]
jicofo_1   | Oct 05, 2021 3:45:41 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Initialized with [email protected]
jicofo_1   | Oct 05, 2021 3:45:41 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: No SIP Jibri detector configured.
jicofo_1   | Oct 05, 2021 3:45:41 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Starting HTTP server with config: host=null, port=8888, tlsPort=8843, isTls=false, keyStorePath=null, sendServerVersion=true.
jicofo_1   | Oct 05, 2021 3:45:42 AM org.eclipse.jetty.util.log.Log initialized
jicofo_1   | INFO: Logging initialized @19080ms to org.eclipse.jetty.util.log.Slf4jLog
jicofo_1   | Oct 05, 2021 3:45:43 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Connected, JID= null
jicofo_1   | Oct 05, 2021 3:45:43 AM org.eclipse.jetty.server.Server doStart
jicofo_1   | INFO: jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_292-b10
jicofo_1   | Oct 05, 2021 3:45:43 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Joined the room.
jicofo_1   | Oct 05, 2021 3:45:43 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Joined the room.
jicofo_1   | Oct 05, 2021 3:45:43 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Set replyTimeout=PT15S
jicofo_1   | Oct 05, 2021 3:45:44 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Focus request for room: [email protected]
jicofo_1   | Oct 05, 2021 3:45:45 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
jicofo_1   | WARNING: 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_1   | Oct 05, 2021 3:45:45 AM org.eclipse.jetty.server.handler.ContextHandler doStart
jicofo_1   | INFO: Started o.e.j.s.ServletContextHandler@b0fc838{/,null,AVAILABLE}
jicofo_1   | Oct 05, 2021 3:45:45 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Added brewery instance: [email protected]/jibri-instanse-691518036
jicofo_1   | Oct 05, 2021 3:45:45 AM org.eclipse.jetty.server.AbstractConnector doStart
jicofo_1   | INFO: Started ServerConnector@6f80fafe{HTTP/1.1, (http/1.1)}{0.0.0.0:8888}
jicofo_1   | Oct 05, 2021 3:45:45 AM org.eclipse.jetty.server.Server doStart
jicofo_1   | INFO: Started @22422ms
jicofo_1   | Oct 05, 2021 3:45:46 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Focus request for room: [email protected]
jicofo_1   | Oct 05, 2021 3:45:46 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Authentication session created for [email protected] SID: 035fdccd-8306-4e14-aa09-f6bc3f620de2
jicofo_1   | Oct 05, 2021 3:45:46 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Authenticated jid: [email protected]/ruSgxBuz with session: AuthSession[[email protected], [email protected]/ruSgxBuz, SID=035fdccd-8306-4e14-aa09-f6bc3f620de2, MUID=55df2b67a730d45f48310d759e0b96e2, LIFE_TM_SEC=0, [email protected]]@1942006248
jicofo_1   | Oct 05, 2021 3:45:46 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Jid [email protected]/ruSgxBuz authenticated as: [email protected]
jicofo_1   | Oct 05, 2021 3:45:46 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Created new conference.
jicofo_1   | Oct 05, 2021 3:45:46 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Joining [email protected]
jicofo_1   | Oct 05, 2021 3:45:46 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Member joined:9189335f
jicofo_1   | Oct 05, 2021 3:45:47 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Added brewery instance: [email protected]/660fa817b946
jicofo_1   | Oct 05, 2021 3:45:47 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | WARNING: Key 'jicofo.bridge.average-participant-packet-rate-pps' from source 'typesafe config (reloaded 1 times)' is deprecated: use jicofo.bridge.average-participant-stress
jicofo_1   | Oct 05, 2021 3:45:47 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Added new videobridge: Bridge[[email protected]/660fa817b946, relayId=null, region=null, stress=0.00]
jicofo_1   | Oct 05, 2021 3:45:47 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Scheduled health-check task for: [email protected]/660fa817b946
jicofo_1   | Oct 05, 2021 3:45:55 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Member left:9189335f
jicofo_1   | Oct 05, 2021 3:45:55 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | WARNING: Participant not found for 9189335f. Terminated already or never started?
jicofo_1   | Oct 05, 2021 3:45:55 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Stopped.
jicofo_1   | Oct 05, 2021 3:46:02 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Focus request for room: [email protected]
jicofo_1   | Oct 05, 2021 3:46:02 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Authenticated jid: [email protected]/UcAkn8RM with session: AuthSession[[email protected], [email protected]/UcAkn8RM, SID=035fdccd-8306-4e14-aa09-f6bc3f620de2, MUID=55df2b67a730d45f48310d759e0b96e2, LIFE_TM_SEC=16, [email protected]]@1942006248
jicofo_1   | Oct 05, 2021 3:46:02 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Jid [email protected]/UcAkn8RM authenticated as: [email protected]
jicofo_1   | Oct 05, 2021 3:46:02 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Created new conference.
jicofo_1   | Oct 05, 2021 3:46:02 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Joining [email protected]
jicofo_1   | Oct 05, 2021 3:46:02 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Member joined:31b989ed
jicofo_1   | Oct 05, 2021 3:46:31 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Starting session with Jibri [email protected]/jibri-instanse-691518036
jicofo_1   | Oct 05, 2021 3:46:31 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Starting Jibri [email protected]/jibri-instanse-691518036 for stream ID: 6959719957?password=vdHcTz3n9V in room: [email protected]
jicofo_1   | Oct 05, 2021 3:46:42 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | SEVERE: Unexpected status received in response to the start IQ: <iq to='[email protected]/focus' from='[email protected]/jibri-instanse-691518036' id='0G20G-94' type='result'><jibri xmlns='http://jitsi.org/protocol/jibri' status='off' failure_reason='error' should_retry='true'/></iq>
jicofo_1   | Oct 05, 2021 3:46:42 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | SEVERE: Failed to send start Jibri IQ: org.jitsi.jicofo.jibri.JibriSession$StartException$UnexpectedResponse: Unexpected response
jicofo_1   | org.jitsi.jicofo.jibri.JibriSession$StartException$UnexpectedResponse: Unexpected response
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.sendJibriStartIq(JibriSession.java:550)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.startInternal(JibriSession.java:322)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.start(JibriSession.java:286)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriRecorder.handleStartRequest(JibriRecorder.kt:112)
jicofo_1   | 	at org.jitsi.jicofo.jibri.BaseJibri.doHandleIQRequest(BaseJibri.kt:170)
jicofo_1   | 	at org.jitsi.jicofo.jibri.BaseJibri.incomingIqQueue$lambda-0(BaseJibri.kt:56)
jicofo_1   | 	at org.jitsi.utils.queue.PacketQueue$HandlerAdapter.handleItem(PacketQueue.java:381)
jicofo_1   | 	at org.jitsi.utils.queue.AsyncQueueHandler$1.run(AsyncQueueHandler.java:133)
jicofo_1   | 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
jicofo_1   | 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
jicofo_1   | 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
jicofo_1   | 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
jicofo_1   | 	at java.lang.Thread.run(Thread.java:748)
jicofo_1   | 
jicofo_1   | Oct 05, 2021 3:46:42 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Jid member [email protected]/jibri-instanse-691518036 had a transient error, moving to the back of the queue
jicofo_1   | Oct 05, 2021 3:46:42 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Removed brewery instance: [email protected]/jibri-instanse-691518036
jicofo_1   | Oct 05, 2021 3:46:42 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Added brewery instance: [email protected]/jibri-instanse-691518036
jicofo_1   | Oct 05, 2021 3:46:42 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | WARNING: Jibri went offline: [email protected]/jibri-instanse-691518036 for room: [email protected]
jicofo_1   | Oct 05, 2021 3:46:42 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Starting session with Jibri [email protected]/jibri-instanse-691518036
jicofo_1   | Oct 05, 2021 3:46:42 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Got Jibri status update: Jibri [email protected]/jibri-instanse-691518036 has status off and failure reason error, current Jibri jid is [email protected]/jibri-instanse-691518036
jicofo_1   | Oct 05, 2021 3:46:42 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Starting Jibri [email protected]/jibri-instanse-691518036 for stream ID: 6959719957?password=vdHcTz3n9V in room: [email protected]
jicofo_1   | Oct 05, 2021 3:46:42 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Jibri failed, trying to fall back to another Jibri
jicofo_1   | Oct 05, 2021 3:46:42 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | SEVERE: Unexpected status received in response to the start IQ: <iq to='[email protected]/focus' from='[email protected]/jibri-instanse-691518036' id='0G20G-100' type='result'><jibri xmlns='http://jitsi.org/protocol/jibri' status='off' failure_reason='error' should_retry='true'/></iq>
jicofo_1   | Oct 05, 2021 3:46:42 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | SEVERE: Failed to send start Jibri IQ: org.jitsi.jicofo.jibri.JibriSession$StartException$UnexpectedResponse: Unexpected response
jicofo_1   | org.jitsi.jicofo.jibri.JibriSession$StartException$UnexpectedResponse: Unexpected response
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.sendJibriStartIq(JibriSession.java:550)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.startInternal(JibriSession.java:322)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.start(JibriSession.java:286)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.retryRequestWithAnotherJibri(JibriSession.java:612)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.startInternal(JibriSession.java:333)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.start(JibriSession.java:286)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriRecorder.handleStartRequest(JibriRecorder.kt:112)
jicofo_1   | 	at org.jitsi.jicofo.jibri.BaseJibri.doHandleIQRequest(BaseJibri.kt:170)
jicofo_1   | 	at org.jitsi.jicofo.jibri.BaseJibri.incomingIqQueue$lambda-0(BaseJibri.kt:56)
jicofo_1   | 	at org.jitsi.utils.queue.PacketQueue$HandlerAdapter.handleItem(PacketQueue.java:381)
jicofo_1   | 	at org.jitsi.utils.queue.AsyncQueueHandler$1.run(AsyncQueueHandler.java:133)
jicofo_1   | 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
jicofo_1   | 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
jicofo_1   | 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
jicofo_1   | 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
jicofo_1   | 	at java.lang.Thread.run(Thread.java:748)
jicofo_1   | 
jicofo_1   | Oct 05, 2021 3:46:42 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Jid member [email protected]/jibri-instanse-691518036 had a transient error, moving to the back of the queue
jicofo_1   | Oct 05, 2021 3:46:42 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Removed brewery instance: [email protected]/jibri-instanse-691518036
jicofo_1   | Oct 05, 2021 3:46:42 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Added brewery instance: [email protected]/jibri-instanse-691518036
jicofo_1   | Oct 05, 2021 3:46:42 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Starting session with Jibri [email protected]/jibri-instanse-691518036
jicofo_1   | Oct 05, 2021 3:46:42 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Starting Jibri [email protected]/jibri-instanse-691518036 for stream ID: 6959719957?password=vdHcTz3n9V in room: [email protected]
jicofo_1   | Oct 05, 2021 3:46:43 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | SEVERE: Unexpected status received in response to the start IQ: <iq to='[email protected]/focus' from='[email protected]/jibri-instanse-691518036' id='0G20G-103' type='result'><jibri xmlns='http://jitsi.org/protocol/jibri' status='off' failure_reason='error' should_retry='true'/></iq>
jicofo_1   | Oct 05, 2021 3:46:43 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | SEVERE: Failed to send start Jibri IQ: org.jitsi.jicofo.jibri.JibriSession$StartException$UnexpectedResponse: Unexpected response
jicofo_1   | org.jitsi.jicofo.jibri.JibriSession$StartException$UnexpectedResponse: Unexpected response
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.sendJibriStartIq(JibriSession.java:550)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.startInternal(JibriSession.java:322)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.start(JibriSession.java:286)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.retryRequestWithAnotherJibri(JibriSession.java:612)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.startInternal(JibriSession.java:333)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.start(JibriSession.java:286)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.retryRequestWithAnotherJibri(JibriSession.java:612)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.startInternal(JibriSession.java:333)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.start(JibriSession.java:286)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriRecorder.handleStartRequest(JibriRecorder.kt:112)
jicofo_1   | 	at org.jitsi.jicofo.jibri.BaseJibri.doHandleIQRequest(BaseJibri.kt:170)
jicofo_1   | 	at org.jitsi.jicofo.jibri.BaseJibri.incomingIqQueue$lambda-0(BaseJibri.kt:56)
jicofo_1   | 	at org.jitsi.utils.queue.PacketQueue$HandlerAdapter.handleItem(PacketQueue.java:381)
jicofo_1   | 	at org.jitsi.utils.queue.AsyncQueueHandler$1.run(AsyncQueueHandler.java:133)
jicofo_1   | 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
jicofo_1   | 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
jicofo_1   | 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
jicofo_1   | 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
jicofo_1   | 	at java.lang.Thread.run(Thread.java:748)
jicofo_1   | 
jicofo_1   | Oct 05, 2021 3:46:43 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Jid member [email protected]/jibri-instanse-691518036 had a transient error, moving to the back of the queue
jicofo_1   | Oct 05, 2021 3:46:43 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Removed brewery instance: [email protected]/jibri-instanse-691518036
jicofo_1   | Oct 05, 2021 3:46:43 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Added brewery instance: [email protected]/jibri-instanse-691518036
jicofo_1   | Oct 05, 2021 3:46:43 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Starting session with Jibri [email protected]/jibri-instanse-691518036
jicofo_1   | Oct 05, 2021 3:46:43 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Starting Jibri [email protected]/jibri-instanse-691518036 for stream ID: 6959719957?password=vdHcTz3n9V in room: [email protected]
jicofo_1   | Oct 05, 2021 3:46:44 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | SEVERE: Unexpected status received in response to the start IQ: <iq to='[email protected]/focus' from='[email protected]/jibri-instanse-691518036' id='0G20G-105' type='result'><jibri xmlns='http://jitsi.org/protocol/jibri' status='off' failure_reason='error' should_retry='true'/></iq>
jicofo_1   | Oct 05, 2021 3:46:44 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | SEVERE: Failed to send start Jibri IQ: org.jitsi.jicofo.jibri.JibriSession$StartException$UnexpectedResponse: Unexpected response
jicofo_1   | org.jitsi.jicofo.jibri.JibriSession$StartException$UnexpectedResponse: Unexpected response
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.sendJibriStartIq(JibriSession.java:550)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.startInternal(JibriSession.java:322)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.start(JibriSession.java:286)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.retryRequestWithAnotherJibri(JibriSession.java:612)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.startInternal(JibriSession.java:333)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.start(JibriSession.java:286)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.retryRequestWithAnotherJibri(JibriSession.java:612)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.startInternal(JibriSession.java:333)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.start(JibriSession.java:286)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.retryRequestWithAnotherJibri(JibriSession.java:612)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.startInternal(JibriSession.java:333)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.start(JibriSession.java:286)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriRecorder.handleStartRequest(JibriRecorder.kt:112)
jicofo_1   | 	at org.jitsi.jicofo.jibri.BaseJibri.doHandleIQRequest(BaseJibri.kt:170)
jicofo_1   | 	at org.jitsi.jicofo.jibri.BaseJibri.incomingIqQueue$lambda-0(BaseJibri.kt:56)
jicofo_1   | 	at org.jitsi.utils.queue.PacketQueue$HandlerAdapter.handleItem(PacketQueue.java:381)
jicofo_1   | 	at org.jitsi.utils.queue.AsyncQueueHandler$1.run(AsyncQueueHandler.java:133)
jicofo_1   | 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
jicofo_1   | 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
jicofo_1   | 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
jicofo_1   | 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
jicofo_1   | 	at java.lang.Thread.run(Thread.java:748)
jicofo_1   | 
jicofo_1   | Oct 05, 2021 3:46:44 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Jid member [email protected]/jibri-instanse-691518036 had a transient error, moving to the back of the queue
jicofo_1   | Oct 05, 2021 3:46:44 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Removed brewery instance: [email protected]/jibri-instanse-691518036
jicofo_1   | Oct 05, 2021 3:46:44 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Added brewery instance: [email protected]/jibri-instanse-691518036
jicofo_1   | Oct 05, 2021 3:46:44 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Starting session with Jibri [email protected]/jibri-instanse-691518036
jicofo_1   | Oct 05, 2021 3:46:44 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Starting Jibri [email protected]/jibri-instanse-691518036 for stream ID: 6959719957?password=vdHcTz3n9V in room: [email protected]
jicofo_1   | Oct 05, 2021 3:46:44 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | SEVERE: Unexpected status received in response to the start IQ: <iq to='[email protected]/focus' from='[email protected]/jibri-instanse-691518036' id='0G20G-107' type='result'><jibri xmlns='http://jitsi.org/protocol/jibri' status='off' failure_reason='error' should_retry='true'/></iq>
jicofo_1   | Oct 05, 2021 3:46:44 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | SEVERE: Failed to send start Jibri IQ: org.jitsi.jicofo.jibri.JibriSession$StartException$UnexpectedResponse: Unexpected response
jicofo_1   | org.jitsi.jicofo.jibri.JibriSession$StartException$UnexpectedResponse: Unexpected response
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.sendJibriStartIq(JibriSession.java:550)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.startInternal(JibriSession.java:322)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.start(JibriSession.java:286)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.retryRequestWithAnotherJibri(JibriSession.java:612)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.startInternal(JibriSession.java:333)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.start(JibriSession.java:286)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.retryRequestWithAnotherJibri(JibriSession.java:612)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.startInternal(JibriSession.java:333)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.start(JibriSession.java:286)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.retryRequestWithAnotherJibri(JibriSession.java:612)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.startInternal(JibriSession.java:333)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.start(JibriSession.java:286)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.retryRequestWithAnotherJibri(JibriSession.java:612)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.startInternal(JibriSession.java:333)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.start(JibriSession.java:286)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriRecorder.handleStartRequest(JibriRecorder.kt:112)
jicofo_1   | 	at org.jitsi.jicofo.jibri.BaseJibri.doHandleIQRequest(BaseJibri.kt:170)
jicofo_1   | 	at org.jitsi.jicofo.jibri.BaseJibri.incomingIqQueue$lambda-0(BaseJibri.kt:56)
jicofo_1   | 	at org.jitsi.utils.queue.PacketQueue$HandlerAdapter.handleItem(PacketQueue.java:381)
jicofo_1   | 	at org.jitsi.utils.queue.AsyncQueueHandler$1.run(AsyncQueueHandler.java:133)
jicofo_1   | 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
jicofo_1   | 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
jicofo_1   | 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
jicofo_1   | 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
jicofo_1   | 	at java.lang.Thread.run(Thread.java:748)
jicofo_1   | 
jicofo_1   | Oct 05, 2021 3:46:44 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Jid member [email protected]/jibri-instanse-691518036 had a transient error, moving to the back of the queue
jicofo_1   | Oct 05, 2021 3:46:44 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Removed brewery instance: [email protected]/jibri-instanse-691518036
jicofo_1   | Oct 05, 2021 3:46:44 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Added brewery instance: [email protected]/jibri-instanse-691518036
jicofo_1   | Oct 05, 2021 3:46:44 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | WARNING: Failed to start a Jibri session: Internal server error
jicofo_1   | org.jitsi.jicofo.jibri.JibriSession$StartException$InternalServerError: Internal server error
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.startInternal(JibriSession.java:337)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.start(JibriSession.java:286)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.retryRequestWithAnotherJibri(JibriSession.java:612)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.startInternal(JibriSession.java:333)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.start(JibriSession.java:286)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.retryRequestWithAnotherJibri(JibriSession.java:612)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.startInternal(JibriSession.java:333)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.start(JibriSession.java:286)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.retryRequestWithAnotherJibri(JibriSession.java:612)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.startInternal(JibriSession.java:333)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.start(JibriSession.java:286)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.retryRequestWithAnotherJibri(JibriSession.java:612)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.startInternal(JibriSession.java:333)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.start(JibriSession.java:286)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriRecorder.handleStartRequest(JibriRecorder.kt:112)
web_1      | [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
web_1      | [s6-init] ensuring user provided files have correct perms...exited 0.
web_1      | [fix-attrs.d] applying ownership & permissions fixes...
web_1      | [fix-attrs.d] done.
web_1      | [cont-init.d] executing container initialization scripts...
web_1      | [cont-init.d] 01-set-timezone: executing... 
web_1      | [cont-init.d] 01-set-timezone: exited 0.
web_1      | [cont-init.d] 10-config: executing... 
web_1      | using keys found in /config/keys
web_1      | [cont-init.d] 10-config: exited 0.
web_1      | [cont-init.d] done.
web_1      | [services.d] starting services
web_1      | [services.d] done.
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:31 +0000] "GET / HTTP/2.0" 200 22961 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:32 +0000] "GET / HTTP/2.0" 200 22961 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:32 +0000] "GET /css/all.css?v=5211 HTTP/2.0" 200 35154 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:32 +0000] "GET /libs/do_external_connect.min.js?v=1 HTTP/2.0" 200 1943 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:32 +0000] "GET /libs/lib-jitsi-meet.min.js?v=5211 HTTP/2.0" 200 225656 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:32 +0000] "GET /libs/app.bundle.min.js?v=5211 HTTP/2.0" 200 1342626 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:33 +0000] "GET /css/all.css?v=5211 HTTP/2.0" 200 35154 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:33 +0000] "GET /libs/do_external_connect.min.js?v=1 HTTP/2.0" 200 1943 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:33 +0000] "GET /libs/lib-jitsi-meet.min.js?v=5211 HTTP/2.0" 200 225656 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:33 +0000] "GET /libs/app.bundle.min.js?v=5211 HTTP/2.0" 200 1342626 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:34 +0000] "GET /libs/olm.wasm HTTP/2.0" 200 153551 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:34 +0000] "GET /images/watermark.svg HTTP/2.0" 200 12312 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:34 +0000] "GET /images/welcome-background.png HTTP/2.0" 200 305398 "https://localhost:8443/css/all.css?v=5211" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:34 +0000] "GET /images/app-store-badge.png HTTP/2.0" 200 2091 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:34 +0000] "GET /images/google-play-badge.png HTTP/2.0" 200 4254 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:34 +0000] "GET /images/f-droid-badge.png HTTP/2.0" 200 4058 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:34 +0000] "GET /pwa-worker.js HTTP/2.0" 200 1499 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:34 +0000] "GET /sounds/e2eeOff.mp3 HTTP/2.0" 206 10389 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:34 +0000] "GET /sounds/e2eeOn.mp3 HTTP/2.0" 206 10076 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:34 +0000] "GET /sounds/joined.wav HTTP/2.0" 206 42156 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:34 +0000] "GET /sounds/left.wav HTTP/2.0" 206 42156 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:34 +0000] "GET /sounds/incomingMessage.wav HTTP/2.0" 206 100452 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:34 +0000] "GET /sounds/liveStreamingOff.mp3 HTTP/2.0" 206 29328 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:34 +0000] "GET /sounds/liveStreamingOn.mp3 HTTP/2.0" 206 25968 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:34 +0000] "GET /sounds/recordingOff.mp3 HTTP/2.0" 206 21425 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:34 +0000] "GET /sounds/recordingOn.mp3 HTTP/2.0" 206 21708 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:34 +0000] "GET /sounds/rejected.wav HTTP/2.0" 206 69236 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:34 +0000] "GET /sounds/outgoingRinging.wav HTTP/2.0" 206 132344 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:35 +0000] "GET /sounds/outgoingStart.wav HTTP/2.0" 206 211000 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:35 +0000] "GET /sounds/talkWhileMuted.mp3 HTTP/2.0" 206 9613 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
jicofo_1   | 	at org.jitsi.jicofo.jibri.BaseJibri.doHandleIQRequest(BaseJibri.kt:170)
jicofo_1   | 	at org.jitsi.jicofo.jibri.BaseJibri.incomingIqQueue$lambda-0(BaseJibri.kt:56)
jicofo_1   | 	at org.jitsi.utils.queue.PacketQueue$HandlerAdapter.handleItem(PacketQueue.java:381)
jicofo_1   | 	at org.jitsi.utils.queue.AsyncQueueHandler$1.run(AsyncQueueHandler.java:133)
jicofo_1   | 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
jicofo_1   | 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
jicofo_1   | 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
jicofo_1   | 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
jicofo_1   | 	at java.lang.Thread.run(Thread.java:748)
jicofo_1   | 
jicofo_1   | Oct 05, 2021 3:46:44 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Starting session with Jibri [email protected]/jibri-instanse-691518036
jicofo_1   | Oct 05, 2021 3:46:44 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Starting Jibri [email protected]/jibri-instanse-691518036 for stream ID: 6959719957?password=vdHcTz3n9V in room: [email protected]
jicofo_1   | Oct 05, 2021 3:46:45 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | SEVERE: Unexpected status received in response to the start IQ: <iq to='[email protected]/focus' from='[email protected]/jibri-instanse-691518036' id='0G20G-110' type='result'><jibri xmlns='http://jitsi.org/protocol/jibri' status='off' failure_reason='error' should_retry='true'/></iq>
jicofo_1   | Oct 05, 2021 3:46:45 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | SEVERE: Failed to send start Jibri IQ: org.jitsi.jicofo.jibri.JibriSession$StartException$UnexpectedResponse: Unexpected response
jicofo_1   | org.jitsi.jicofo.jibri.JibriSession$StartException$UnexpectedResponse: Unexpected response
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.sendJibriStartIq(JibriSession.java:550)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.startInternal(JibriSession.java:322)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.start(JibriSession.java:286)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.retryRequestWithAnotherJibri(JibriSession.java:612)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.handleJibriStatusUpdate(JibriSession.java:679)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.access$900(JibriSession.java:49)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession$JibriDetectorEventHandler.instanceOffline(JibriSession.java:887)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriDetector$notifyInstanceOffline$1.invoke(JibriDetector.kt:73)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriDetector$notifyInstanceOffline$1.invoke(JibriDetector.kt:73)
jicofo_1   | 	at org.jitsi.utils.event.AsyncEventEmitter$fireEvent$1$1$1.invoke(EventEmitter.kt:78)
jicofo_1   | 	at org.jitsi.utils.event.AsyncEventEmitter$fireEvent$1$1$1.invoke(EventEmitter.kt:78)
jicofo_1   | 	at org.jitsi.utils.event.BaseEventEmitter.wrap(EventEmitter.kt:49)
jicofo_1   | 	at org.jitsi.utils.event.AsyncEventEmitter.fireEvent$lambda-1$lambda-0(EventEmitter.kt:78)
jicofo_1   | 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
jicofo_1   | 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
jicofo_1   | 	at java.lang.Thread.run(Thread.java:748)
jicofo_1   | 
jicofo_1   | Oct 05, 2021 3:46:45 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Jid member [email protected]/jibri-instanse-691518036 had a transient error, moving to the back of the queue
jicofo_1   | Oct 05, 2021 3:46:45 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Removed brewery instance: [email protected]/jibri-instanse-691518036
jicofo_1   | Oct 05, 2021 3:46:45 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Added brewery instance: [email protected]/jibri-instanse-691518036
jicofo_1   | Oct 05, 2021 3:46:45 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | WARNING: Failed to fall back to another Jibri, this session has now failed: org.jitsi.jicofo.jibri.JibriSession$StartException$InternalServerError: Internal server error
jicofo_1   | org.jitsi.jicofo.jibri.JibriSession$StartException$InternalServerError: Internal server error
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.startInternal(JibriSession.java:337)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.start(JibriSession.java:286)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.retryRequestWithAnotherJibri(JibriSession.java:612)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.handleJibriStatusUpdate(JibriSession.java:679)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession.access$900(JibriSession.java:49)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriSession$JibriDetectorEventHandler.instanceOffline(JibriSession.java:887)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriDetector$notifyInstanceOffline$1.invoke(JibriDetector.kt:73)
jicofo_1   | 	at org.jitsi.jicofo.jibri.JibriDetector$notifyInstanceOffline$1.invoke(JibriDetector.kt:73)
jicofo_1   | 	at org.jitsi.utils.event.AsyncEventEmitter$fireEvent$1$1$1.invoke(EventEmitter.kt:78)
jicofo_1   | 	at org.jitsi.utils.event.AsyncEventEmitter$fireEvent$1$1$1.invoke(EventEmitter.kt:78)
jicofo_1   | 	at org.jitsi.utils.event.BaseEventEmitter.wrap(EventEmitter.kt:49)
jicofo_1   | 	at org.jitsi.utils.event.AsyncEventEmitter.fireEvent$lambda-1$lambda-0(EventEmitter.kt:78)
jicofo_1   | 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
jicofo_1   | 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
jicofo_1   | 	at java.lang.Thread.run(Thread.java:748)
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:35 +0000] "GET /sounds/noisyAudioInput.mp3 HTTP/2.0" 206 9613 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:35 +0000] "GET /sounds/noAudioSignal.mp3 HTTP/2.0" 206 9613 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:35 +0000] "GET /lang/main-enGB.json HTTP/2.0" 200 11794 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:35 +0000] "GET /lang/languages-enGB.json HTTP/2.0" 200 849 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:35 +0000] "GET /lang/countries-enGB.json HTTP/2.0" 200 2584 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:35 +0000] "GET /sounds/rejected.wav HTTP/2.0" 206 69236 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:35 +0000] "GET /manifest.json HTTP/2.0" 200 752 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:35 +0000] "GET /static/pwa/icons/icon192.png HTTP/2.0" 200 31410 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:36 +0000] "GET /UnemployedExplanationsFarmHalfway HTTP/2.0" 200 22961 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:36 +0000] "GET /css/all.css?v=5211 HTTP/2.0" 200 35154 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:36 +0000] "GET /libs/do_external_connect.min.js?v=1 HTTP/2.0" 200 1943 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:36 +0000] "GET /libs/lib-jitsi-meet.min.js?v=5211 HTTP/2.0" 200 225656 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:36 +0000] "GET /libs/app.bundle.min.js?v=5211 HTTP/2.0" 200 1342626 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:36 +0000] "GET /libs/olm.wasm HTTP/2.0" 200 153551 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:36 +0000] "GET /images/avatar.png HTTP/2.0" 200 5995 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:36 +0000] "GET /sounds/e2eeOff.mp3 HTTP/2.0" 206 10389 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:36 +0000] "GET /sounds/e2eeOn.mp3 HTTP/2.0" 206 10076 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:36 +0000] "GET /sounds/joined.wav HTTP/2.0" 206 42156 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:36 +0000] "GET /sounds/left.wav HTTP/2.0" 206 42156 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:36 +0000] "GET /sounds/incomingMessage.wav HTTP/2.0" 206 100452 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:36 +0000] "GET /sounds/liveStreamingOff.mp3 HTTP/2.0" 206 29328 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:36 +0000] "GET /sounds/liveStreamingOn.mp3 HTTP/2.0" 206 25968 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:36 +0000] "GET /sounds/recordingOff.mp3 HTTP/2.0" 206 21425 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:36 +0000] "GET /pwa-worker.js HTTP/2.0" 200 1499 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:36 +0000] "GET /lang/main-enGB.json HTTP/2.0" 200 11794 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:36 +0000] "GET /lang/languages-enGB.json HTTP/2.0" 200 849 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:36 +0000] "GET /lang/countries-enGB.json HTTP/2.0" 200 2584 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:36 +0000] "GET /xmpp-websocket?room=unemployedexplanationsfarmhalfway HTTP/1.1" 101 417 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:36 +0000] "GET /manifest.json HTTP/2.0" 200 752 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:37 +0000] "GET /static/pwa/icons/icon192.png HTTP/2.0" 200 31410 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:43 +0000] "GET /libs/rnnoise.wasm HTTP/2.0" 200 111818 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:43 +0000] "GET /libs/lib-jitsi-meet.e2ee-worker.js HTTP/2.0" 200 6516 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:47 +0000] "GET /css/all.css?v=5211 HTTP/2.0" 200 35154 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:47 +0000] "GET /manifest.json HTTP/2.0" 200 752 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:47 +0000] "GET /libs/do_external_connect.min.map HTTP/2.0" 200 41451 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:47 +0000] "GET /libs/lib-jitsi-meet.min.map HTTP/2.0" 200 2986294 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:47 +0000] "GET /libs/app.bundle.min.map HTTP/2.0" 200 11273429 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:55 +0000] "GET /xmpp-websocket?room=unemployedexplanationsfarmhalfway HTTP/1.1" 101 11363 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:55 +0000] "GET /UnemployedExplanationsFarmHalfway HTTP/2.0" 200 22961 "https://localhost:8443/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:55 +0000] "GET /libs/do_external_connect.min.js?v=1 HTTP/2.0" 200 1943 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:55 +0000] "GET /css/all.css?v=5211 HTTP/2.0" 200 35154 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:55 +0000] "GET /libs/lib-jitsi-meet.min.js?v=5211 HTTP/2.0" 200 225656 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:55 +0000] "GET /libs/app.bundle.min.js?v=5211 HTTP/2.0" 200 1342626 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:55 +0000] "GET /libs/do_external_connect.min.map HTTP/2.0" 200 41451 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:55 +0000] "GET /libs/lib-jitsi-meet.min.map HTTP/2.0" 200 2986294 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:56 +0000] "GET /libs/app.bundle.min.map HTTP/2.0" 200 11273429 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:56 +0000] "GET /libs/olm.wasm HTTP/2.0" 200 153551 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:56 +0000] "GET /images/avatar.png HTTP/2.0" 200 5995 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:56 +0000] "GET /images/watermark.svg HTTP/2.0" 200 12312 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:56 +0000] "GET /pwa-worker.js HTTP/2.0" 200 1499 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:56 +0000] "GET /lang/main-enGB.json HTTP/2.0" 200 11794 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:56 +0000] "GET /lang/languages-enGB.json HTTP/2.0" 200 849 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:56 +0000] "GET /lang/countries-enGB.json HTTP/2.0" 200 2584 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
jicofo_1   | 
jicofo_1   | Oct 05, 2021 3:46:45 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | SEVERE: onSessionStateChanged for unknown session: org.jitsi.jicofo.jibri.JibriSession@45f2e08a
jicofo_1   | Oct 05, 2021 3:46:45 AM org.jitsi.utils.logging2.LoggerImpl log
jicofo_1   | INFO: Cleaning up current JibriSession
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:56 +0000] "GET /images/favicon.ico?v=1 HTTP/2.0" 200 4286 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:56 +0000] "GET /manifest.json HTTP/2.0" 200 752 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:56 +0000] "GET /static/pwa/icons/icon192.png HTTP/2.0" 200 31410 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:45:56 +0000] "GET /xmpp-websocket?room=unemployedexplanationsfarmhalfway HTTP/1.1" 101 423 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 2021/10/05 03:45:56 [error] 259#259: *12 recv() failed (104: Connection reset by peer) while proxying upgraded connection, client: 172.18.0.1, server: _, request: "GET /xmpp-websocket?room=unemployedexplanationsfarmhalfway HTTP/1.1", upstream: "http://172.18.0.3:5280/xmpp-websocket?room=unemployedexplanationsfarmhalfway", host: "localhost:8443"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:46:02 +0000] "GET /libs/rnnoise.wasm HTTP/2.0" 200 111818 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:46:02 +0000] "GET /libs/lib-jitsi-meet.e2ee-worker.js HTTP/2.0" 200 6516 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
web_1      | 172.18.0.1 - - [05/Oct/2021:03:47:43 +0000] "GET /xmpp-websocket?room=unemployedexplanationsfarmhalfway HTTP/2.0" 200 152 "https://localhost:8443/UnemployedExplanationsFarmHalfway" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36"
prosody_1  | [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
prosody_1  | [s6-init] ensuring user provided files have correct perms...exited 0.
prosody_1  | [fix-attrs.d] applying ownership & permissions fixes...
prosody_1  | [fix-attrs.d] done.
prosody_1  | [cont-init.d] executing container initialization scripts...
prosody_1  | [cont-init.d] 01-set-timezone: executing... 
prosody_1  | [cont-init.d] 01-set-timezone: exited 0.
prosody_1  | [cont-init.d] 10-config: executing... 
prosody_1  | Adding user `prosody' to group `sasl' ...
prosody_1  | Adding user prosody to group sasl
prosody_1  | Done.
prosody_1  | mv: cannot stat '/config/data/*.crt': No such file or directory
prosody_1  | mv: cannot stat '/config/data/*.key': No such file or directory
prosody_1  | [cont-init.d] 10-config: exited 0.
prosody_1  | [cont-init.d] done.
prosody_1  | [services.d] starting services
prosody_1  | [services.d] done.
prosody_1  | startup             info	Hello and welcome to Prosody version 0.11.10
prosody_1  | startup             info	Prosody is using the epoll backend for connection handling
prosody_1  | internal-muc.meet.jitsi:tls  info	Certificates loaded
prosody_1  | general                      info	Starting speakerstats for muc.meet.jitsi
prosody_1  | speakerstats.meet.jitsi:speakerstats_component  info	No muc component found, will listen for it: muc.meet.jitsi
prosody_1  | speakerstats.meet.jitsi:tls                     info	Certificates loaded
prosody_1  | focus.meet.jitsi:tls                            info	Certificates loaded
prosody_1  | general                                         info	Starting conference duration timer for muc.meet.jitsi
prosody_1  | conferenceduration.meet.jitsi:conference_duration_component  info	No muc component found, will listen for it: muc.meet.jitsi
prosody_1  | conferenceduration.meet.jitsi:tls                            info	Certificates loaded
prosody_1  | muc.meet.jitsi:tls                                           info	Certificates loaded
prosody_1  | conferenceduration.meet.jitsi:conference_duration_component  info	Hook to muc events on muc.meet.jitsi
prosody_1  | speakerstats.meet.jitsi:speakerstats_component               info	Hook to muc events on muc.meet.jitsi
prosody_1  | portmanager                                                  info	Activated service 'c2s' on [::]:5222, [*]:5222
prosody_1  | portmanager                                                  info	Activated service 'legacy_ssl' on no ports
prosody_1  | recorder.meet.jitsi:tls                                      info	Certificates loaded
prosody_1  | portmanager                                                  info	Activated service 'http' on [::]:5280, [*]:5280
prosody_1  | portmanager                                                  info	Activated service 'https' on no ports
prosody_1  | saslauthd[241] :num_procs  : 5
prosody_1  | saslauthd[241] :mech_option: /etc/saslauthd.conf
prosody_1  | saslauthd[241] :run_path   : /var/run/saslauthd
prosody_1  | saslauthd[241] :auth_mech  : ldap
prosody_1  | meet.jitsi:tls                                               info	Certificates loaded
prosody_1  | saslauthd[241] :mmaped shared memory segment on file: /var/run/saslauthd/cache.mmap
prosody_1  | saslauthd[241] :bucket size: 96 bytes
prosody_1  | saslauthd[241] :stats size : 36 bytes
prosody_1  | saslauthd[241] :timeout    : 28800 seconds
prosody_1  | saslauthd[241] :cache table: 985828 total bytes
prosody_1  | saslauthd[241] :cache table: 1711 slots
prosody_1  | saslauthd[241] :cache table: 10266 buckets
prosody_1  | saslauthd[241] :flock file opened at /var/run/saslauthd/cache.flock
prosody_1  | saslauthd[241] :using accept lock file: /var/run/saslauthd/mux.accept
prosody_1  | saslauthd[241] :master pid is: 0
prosody_1  | saslauthd[241] :listening on socket: /var/run/saslauthd/mux
prosody_1  | saslauthd[241] :using process model
prosody_1  | saslauthd[241] :forked child: 259
prosody_1  | saslauthd[259] :acquired accept lock
prosody_1  | saslauthd[241] :forked child: 260
prosody_1  | saslauthd[241] :forked child: 261
prosody_1  | saslauthd[241] :forked child: 262
prosody_1  | auth.meet.jitsi:tls                                          info	Certificates loaded
prosody_1  | c2s564747959400                                              info	Client connected
prosody_1  | c2s564747959400                                              info	Client disconnected: connection closed
prosody_1  | c2s56474787e780                                              info	Client connected
prosody_1  | c2s564747a832c0                                              info	Client connected
prosody_1  | c2s564747a8dba0                                              info	Client connected
prosody_1  | c2s564747a832c0                                              info	Stream encrypted (TLSv1.2 with ECDHE-RSA-AES256-GCM-SHA384)
prosody_1  | c2s56474787e780                                              info	Stream encrypted (TLSv1.2 with ECDHE-RSA-AES256-GCM-SHA384)
prosody_1  | c2s564747a832c0                                              info	Authenticated as [email protected]
prosody_1  | auth.meet.jitsi:limits_exception                             info	Setting stanza size limits for [email protected] to 10485760
prosody_1  | c2s564747a8dba0                                              info	Authenticated as [email protected]
prosody_1  | c2s56474787e780                                              info	Authenticated as [email protected]
prosody_1  | auth.meet.jitsi:limits_exception                             info	Setting stanza size limits for [email protected] to 10485760
prosody_1  | c2s564747bf1ea0                                              info	Client connected
prosody_1  | c2s564747bf1ea0                                              info	Stream encrypted (TLSv1.2 with ECDHE-RSA-AES256-GCM-SHA384)
prosody_1  | c2s564747bf1ea0                                              info	Authenticated as [email protected]
prosody_1  | c2s564747a8dba0                                              info	Client disconnected: connection closed
prosody_1  | speakerstats.meet.jitsi:speakerstats_component               warn	A module has been configured that triggers external events.
prosody_1  | speakerstats.meet.jitsi:speakerstats_component               warn	Implement this lib to trigger external events.
prosody_1  | c2s564747bc2e00                                              info	Client connected
prosody_1  | c2s564747bc2e00                                              info	Client disconnected: connection closed
prosody_1  | c2s564747ca7750                                              info	Client connected
prosody_1  | c2s564747ca7750                                              info	Authenticated as [email protected]

@knightcube
Copy link
Author

docker-compose ps output :-

                Name                     Command   State                                           Ports                                         
--------------------------------------------------------------------------------------------------------------------------------------------------
docker-jitsi-meet-stable-6173_jicofo_1    /init     Up                                                                                            
docker-jitsi-meet-stable-6173_jvb_1       /init     Up      0.0.0.0:10000->10000/udp,:::10000->10000/udp, 0.0.0.0:4443->4443/tcp,:::4443->4443/tcp
docker-jitsi-meet-stable-6173_prosody_1   /init     Up      5222/tcp, 5280/tcp, 5347/tcp                                                          
docker-jitsi-meet-stable-6173_web_1       /init     Up      0.0.0.0:8443->443/tcp,:::8443->443/tcp, 0.0.0.0:8000->80/tcp,:::8000->80/tcp          

@raluca8x8
Copy link
Contributor

raluca8x8 commented Oct 7, 2021

It looks like Jibri is not part of your docker-compose (as I can only see jicofo, jvb, prosody and web components).

The logs you sent show that there is a Jibri instance which advertised itself to Jicofo:
jicofo_1 | INFO: Added brewery instance: [email protected]/jibri-instanse-691518036

Then, when you started the live stream, Jicofo picked that Jibri instance and sent a "start" command to it:
jicofo_1 | INFO: Starting Jibri [email protected]/jibri-instanse-691518036 for stream ID: 6959719957?password=vdHcTz3n9V in room: [email protected]

But something failed and Jicofo received an error response from Jibri:
jicofo_1 | SEVERE: Unexpected status received in response to the start IQ: <iq to='[email protected]/focus' from='[email protected]/jibri-instanse-691518036' id='0G20G-110' type='result'><jibri xmlns='http://jitsi.org/protocol/jibri' status='off' failure_reason='error' should_retry='true'/></iq>

We would need Jibri logs to understand what failed there. You can try to use https://docs.docker.com/engine/reference/commandline/logs/ with the Jibri container id to get the logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants