jitsi / docker-jitsi-meet

Jitsi Meet on Docker
https://hub.docker.com/u/jitsi/
Apache License 2.0
3.04k stars 1.36k forks source link

Jitsi Docker - you have been disconnected #992

Closed JohnLukeP closed 3 years ago

JohnLukeP commented 3 years ago

Hi, I’ve tested a minimal (the minimal needeed amount of configured parameters in .env file) Jitsi installation and seems that the latest docker versions released:

5142-x 5390-x (even the latest 5390-3)

are somewhat broken. When accessing it through web it keeps on cycling on “you have been disconnected”. Everything was working fine with version 4857 (which is the only one I can use since I'm enabling JWT authentication that has another problem on 5076). When I tried updating from 4857, I kept every other parts of the infrastructure the same, this not changing anything (we use Apache as reverse proxy and SSL endpoint); I just did a fresh install of the newer versions.

I've also tested and replicated the problem on a local VM on my pc

saghul commented 3 years ago

Please provide logs.

JohnLukeP commented 3 years ago

Sure. I've just set-up again a fresh installation of docker on my VM. Listening on 8443 with no authentication, resolved its url (jitsi.test.it)with the VM IP on my pc's hosts file. I made sure to set the DOCKER_HOST_ADDRESS to my VM's IP. Pointing it directly from the browser, I keep getting disconnected after creating a new room from the main page. Following are the logs, since the creation the start of each conteiner since after trying creating a room

jvb docker container logs:

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-22-g67ffceb.jar!/reference.conf: 1,reference.conf @ jar:file:/usr/share/jitsi-videobridge/lib/jitsi-media-transform-1.0-214-gfc6cda2.jar!/reference.conf: 1
Mar 25, 2021 1:54:39 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: loading config file at path /config/sip-communicator.properties
Mar 25, 2021 1:54:39 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Initialized legacyConfig: sip communicator props (no description provided)
Mar 25, 2021 1:54:39 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Reloading the Typesafe config source (previously reloaded 0 times).
Mar 25, 2021 1:54:40 PM org.ice4j.ice.harvest.MappingCandidateHarvesters initialize
INFO: Using AwsCandidateHarvester.
Mar 25, 2021 1:54:41 PM org.ice4j.ice.harvest.StunMappingCandidateHarvester discover
INFO: Discovered public address 82.63.30.3:52757/udp from STUN server 132.145.230.5:443/udp using local address 172.24.0.5:0/udp
Mar 25, 2021 1:54:41 PM org.ice4j.ice.harvest.MappingCandidateHarvesters maybeAdd
INFO: Discarding a mapping harvester: org.ice4j.ice.harvest.AwsCandidateHarvester, face=null, mask=null
Mar 25, 2021 1:54:41 PM org.ice4j.ice.harvest.MappingCandidateHarvesters initialize
INFO: Using org.ice4j.ice.harvest.MappingCandidateHarvester, face=/172.24.0.5, mask=/192.168.41.132
Mar 25, 2021 1:54:41 PM org.ice4j.ice.harvest.MappingCandidateHarvesters initialize
INFO: Using org.ice4j.ice.harvest.StunMappingCandidateHarvester, face=/172.24.0.5, mask=/82.63.30.3
Mar 25, 2021 1:54:41 PM org.ice4j.ice.harvest.MappingCandidateHarvesters initialize
INFO: Initialized mapping harvesters (delay=1709ms).  stunDiscoveryFailed=false
Mar 25, 2021 1:54:41 PM org.jitsi.utils.logging2.LoggerImpl log
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=[jvbbrewery@internal-muc.meet.jitsi] mucNickname=985c2c751aab disableCertificateVerification=true]
Mar 25, 2021 1:54:41 PM org.jitsi.utils.logging2.LoggerImpl log
WARNING: Disabling certificate verification!
Mar 25, 2021 1:54:41 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: LastNReducer with reductionScale: 0.75 recoverScale: 1.25 impactTime: PT1M minLastN: 0 maxEnforcedLastN: 40
Mar 25, 2021 1:54:41 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: TaskPools detected 4 processors, creating the CPU pool with that many threads
Mar 25, 2021 1:54:41 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Dispatching a thread to connect and login.
Mar 25, 2021 1:54:41 PM org.jitsi.utils.logging2.LoggerImpl log
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.
Mar 25, 2021 1:54:41 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Starting with 60 second interval.
Mar 25, 2021 1:54:41 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Started with interval=10000, timeout=PT30S, maxDuration=PT3S, stickyFailures=false.
Mar 25, 2021 1:54:41 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Not starting CallstatsService, disabled in configuration.
Mar 25, 2021 1:54:41 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Starting public http server
Mar 25, 2021 1:54:41 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Base URL: wss://jitsi.test.it/colibri-ws/172.24.0.5
Mar 25, 2021 1:54:42 PM org.eclipse.jetty.util.log.Log initialized
INFO: Logging initialized @4435ms to org.eclipse.jetty.util.log.JavaUtilLog
Mar 25, 2021 1:54:42 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Registering servlet at /colibri-ws/*, baseUrl = wss://jitsi.test.it/colibri-ws/172.24.0.5
Mar 25, 2021 1:54:42 PM org.eclipse.jetty.server.Server doStart
INFO: jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 1.8.0_282-b08
Mar 25, 2021 1:54:43 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Connected.
Mar 25, 2021 1:54:43 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Logging in.
Mar 25, 2021 1:54:43 PM org.eclipse.jetty.server.handler.ContextHandler doStart
INFO: Started o.e.j.s.ServletContextHandler@3eb77ea8{/,null,AVAILABLE}
Mar 25, 2021 1:54:43 PM org.eclipse.jetty.server.AbstractConnector doStart
INFO: Started ServerConnector@43015c69{HTTP/1.1, (http/1.1)}{0.0.0.0:9090}
Mar 25, 2021 1:54:43 PM org.eclipse.jetty.server.Server doStart
INFO: Started @6392ms
Mar 25, 2021 1:54:43 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Starting private http server
Mar 25, 2021 1:54:44 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Authenticated, b=false
Mar 25, 2021 1:54:44 PM org.eclipse.jetty.server.Server doStart
INFO: jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 1.8.0_282-b08
Mar 25, 2021 1:54:44 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Joined MUC: jvbbrewery@internal-muc.meet.jitsi
Mar 25, 2021 1:54:48 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
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.
Mar 25, 2021 1:54:48 PM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime
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.
Mar 25, 2021 1:54:50 PM org.eclipse.jetty.server.handler.ContextHandler doStart
INFO: Started o.e.j.s.ServletContextHandler@2a27cb34{/,null,AVAILABLE}
Mar 25, 2021 1:54:50 PM org.eclipse.jetty.server.AbstractConnector doStart
INFO: Started ServerConnector@6b88ca8c{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
Mar 25, 2021 1:54:50 PM org.eclipse.jetty.server.Server doStart
INFO: Started @13147ms
Mar 25, 2021 1:54:51 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Performed a successful health check in PT0.019S. Sticky failure: false
Mar 25, 2021 1:55:01 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Performed a successful health check in PT0S. Sticky failure: false
Mar 25, 2021 1:55:11 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Performed a successful health check in PT0S. Sticky failure: false
Mar 25, 2021 1:55:21 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Performed a successful health check in PT0S. Sticky failure: false
Mar 25, 2021 1:55:31 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Performed a successful health check in PT0S. Sticky failure: false
Mar 25, 2021 1:55:41 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Running expire()
Mar 25, 2021 1:55:41 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Performed a successful health check in PT0.001S. Sticky failure: false
Mar 25, 2021 1:55:51 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Performed a successful health check in PT0S. Sticky failure: false
Mar 25, 2021 1:56:01 PM org.jitsi.utils.logging2.LoggerImpl log
INFO: Performed a successful health check in PT0S. Sticky failure: false

Prosody container logs:

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 01-set-timezone: executing...
[cont-init.d] 01-set-timezone: exited 0.
[cont-init.d] 10-config: executing...
Adding user `prosody' to group `sasl' ...
Adding user prosody to group sasl
Done.
Generating RSA private key, 2048 bit long modulus (2 primes)
........................+++++
....+++++
e is 65537 (0x010001)
Choose key size (2048): Key written to /config/data/meet.jitsi.key
Please provide details to include in the certificate config file.
Leave the field empty to use the default value or '.' to exclude the field.
countryName (GB): localityName (The Internet): organizationName (Your Organisation): organizationalUnitName (XMPP Department): commonName (meet.jitsi): emailAddress (xmpp@meet.jitsi):
Config written to /config/data/meet.jitsi.cnf
Certificate written to /config/data/meet.jitsi.crt

Generating RSA private key, 2048 bit long modulus (2 primes)
........................................................................+++++
.................................+++++
e is 65537 (0x010001)
Choose key size (2048): Key written to /config/data/auth.meet.jitsi.key
Please provide details to include in the certificate config file.
Leave the field empty to use the default value or '.' to exclude the field.
countryName (GB): localityName (The Internet): organizationName (Your Organisation): organizationalUnitName (XMPP Department): commonName (auth.meet.jitsi): emailAddress (xmpp@auth.meet.jitsi):
Config written to /config/data/auth.meet.jitsi.cnf
Certificate written to /config/data/auth.meet.jitsi.crt

[cont-init.d] 10-config: exited 0.
[cont-init.d] done.
[services.d] starting services
saslauthd[259] :num_procs  : 5
saslauthd[259] :mech_option: /etc/saslauthd.conf
saslauthd[259] :run_path   : /var/run/saslauthd
saslauthd[259] :auth_mech  : ldap
saslauthd[259] :mmaped shared memory segment on file: /var/run/saslauthd/cache.mmap
saslauthd[259] :bucket size: 96 bytes
saslauthd[259] :stats size : 36 bytes
saslauthd[259] :timeout    : 28800 seconds
saslauthd[259] :cache table: 985828 total bytes
saslauthd[259] :cache table: 1711 slots
saslauthd[259] :cache table: 10266 buckets
saslauthd[259] :flock file opened at /var/run/saslauthd/cache.flock
saslauthd[259] :using accept lock file: /var/run/saslauthd/mux.accept
saslauthd[259] :master pid is: 0
saslauthd[259] :listening on socket: /var/run/saslauthd/mux
saslauthd[259] :using process model
saslauthd[259] :forked child: 266
saslauthd[259] :forked child: 267
saslauthd[259] :forked child: 268
saslauthd[259] :forked child: 269
saslauthd[259] :acquired accept lock
startup             info        Hello and welcome to Prosody version 0.11.7
[services.d] done.
startup             info        Prosody is using the epoll backend for connection handling
auth.meet.jitsi:tls  info       Certificates loaded
portmanager          info       Activated service 'c2s' on [::]:5222, [*]:5222
portmanager          info       Activated service 'legacy_ssl' on no ports
portmanager          info       Activated service 'component' on [*]:5347
focus.meet.jitsi:tls  info      Certificates loaded
general               info      Starting conference duration timer for muc.meet.jitsi
conferenceduration.meet.jitsi:conference_duration_component  info       No muc component found, will listen for it: muc.meet.jitsi
conferenceduration.meet.jitsi:tls                            info       Certificates loaded
conferenceduration.meet.jitsi:conference_duration_component  info       Hook to muc events on muc.meet.jitsi
muc.meet.jitsi:tls                                           info       Certificates loaded
recorder.meet.jitsi:tls                                      info       Certificates loaded
general                                                      info       Starting speakerstats for muc.meet.jitsi
speakerstats.meet.jitsi:speakerstats_component               info       Hook to muc events on muc.meet.jitsi
speakerstats.meet.jitsi:tls                                  info       Certificates loaded
internal-muc.meet.jitsi:tls                                  info       Certificates loaded
meet.jitsi:auth_token                                        warn       WARNING - empty tokens allowed
portmanager                                                  info       Activated service 'http' on [::]:5280, [*]:5280
portmanager                                                  info       Activated service 'https' on no ports
meet.jitsi:tls                                               info       Certificates loaded
c2s55fd3fb66e80                                              info       Client connected
c2s55fd3ff888b0                                              info       Client connected
c2s55fd3ff888b0                                              info       Stream encrypted (TLSv1.2 with ECDHE-RSA-AES256-GCM-SHA384)
c2s55fd3ff888b0                                              info       Authenticated as focus@auth.meet.jitsi
c2s55fd3fb66e80                                              info       Stream encrypted (TLSv1.2 with ECDHE-RSA-AES256-GCM-SHA384)
c2s55fd3fb66e80                                              info       Authenticated as jvb@auth.meet.jitsi
jcp55fd3ff099d0                                              info       Incoming Jabber component connection
focus.meet.jitsi:component                                   info       External component successfully authenticated

jicofo container logs:

Jicofo 2021-03-25 13:54:39.126 INFO: [1] JitsiConfig.log() Initialized newConfig: merge of /config/jicofo.conf: 1,system properties,reference.conf @ jar:file:/usr/share/jicofo/jicofo.jar!/reference.conf: 1,reference.conf @ jar:file:/usr/share/jicofo/lib/ice4j-3.0-22-g67ffceb.jar!/reference.conf: 1
Jicofo 2021-03-25 13:54:39.140 INFO: [1] org.jitsi.config.ReadOnlyConfigurationService.log() net.java.sip.communicator.SC_HOME_DIR_LOCATION not set
Jicofo 2021-03-25 13:54:39.142 INFO: [1] JitsiConfig.log() Initialized legacyConfig: sip communicator props (no description provided)
Jicofo 2021-03-25 13:54:39.143 INFO: [1] JitsiConfig.log() Reloading the Typesafe config source (previously reloaded 0 times).
Jicofo 2021-03-25 13:54:39.185 INFO: [1] org.jitsi.jicofo.Main.log() Starting OSGi services.
Jicofo 2021-03-25 13:54:39.188 WARNING: [1] org.jitsi.jicofo.Main.log() Starting Osgi
Jicofo 2021-03-25 13:54:39.263 INFO: [11] org.jitsi.service.libjitsi.LibJitsi.log() Successfully started LibJitsi using as implementation: org.jitsi.impl.libjitsi.LibJitsiOSGiImpl
Jicofo 2021-03-25 13:54:39.267 INFO: [11] impl.configuration.ConfigurationActivator.log() Using properties file configuration store.
Jicofo 2021-03-25 13:54:39.293 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.HOSTNAME=xmpp.meet.jitsi
Jicofo 2021-03-25 13:54:39.295 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.runtime.name=OpenJDK Runtime Environment
Jicofo 2021-03-25 13:54:39.296 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.boot.library.path=/usr/lib/jvm/adoptopenjdk-8-hotspot-jre-amd64/lib/amd64
Jicofo 2021-03-25 13:54:39.297 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vm.version=25.282-b08
Jicofo 2021-03-25 13:54:39.298 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vm.vendor=AdoptOpenJDK
Jicofo 2021-03-25 13:54:39.299 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vendor.url=https://adoptopenjdk.net/
Jicofo 2021-03-25 13:54:39.300 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() path.separator=:
Jicofo 2021-03-25 13:54:39.301 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.util.logging.config.file=/config/logging.properties
Jicofo 2021-03-25 13:54:39.302 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vm.name=OpenJDK 64-Bit Server VM
Jicofo 2021-03-25 13:54:39.303 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() file.encoding.pkg=sun.io
Jicofo 2021-03-25 13:54:39.304 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() user.country=US
Jicofo 2021-03-25 13:54:39.305 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.java.launcher=SUN_STANDARD
Jicofo 2021-03-25 13:54:39.305 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.os.patch.level=unknown
Jicofo 2021-03-25 13:54:39.306 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() net.java.sip.communicator.service.media.DISABLE_AUDIO_SUPPORT=true
Jicofo 2021-03-25 13:54:39.307 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vm.specification.name=Java Virtual Machine Specification
Jicofo 2021-03-25 13:54:39.307 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() user.dir=/usr/share/jicofo
Jicofo 2021-03-25 13:54:39.308 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.FOCUS_USER_PASSWORD=521729b8be31c27f1c320e72f70fed16
Jicofo 2021-03-25 13:54:39.308 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.runtime.version=1.8.0_282-b08
Jicofo 2021-03-25 13:54:39.310 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
Jicofo 2021-03-25 13:54:39.310 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.endorsed.dirs=/usr/lib/jvm/adoptopenjdk-8-hotspot-jre-amd64/lib/endorsed
Jicofo 2021-03-25 13:54:39.311 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() os.arch=amd64
Jicofo 2021-03-25 13:54:39.312 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.io.tmpdir=/tmp
Jicofo 2021-03-25 13:54:39.313 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() line.separator=

Jicofo 2021-03-25 13:54:39.323 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vm.specification.vendor=Oracle Corporation
Jicofo 2021-03-25 13:54:39.324 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() os.name=Linux
Jicofo 2021-03-25 13:54:39.325 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() config.file=/config/jicofo.conf
Jicofo 2021-03-25 13:54:39.325 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.jnu.encoding=ANSI_X3.4-1968
Jicofo 2021-03-25 13:54:39.325 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() net.java.sip.communicator.CONFIGURATION_FILE_IS_READ_ONLY=true
Jicofo 2021-03-25 13:54:39.326 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.FOCUS_USER_DOMAIN=auth.meet.jitsi
Jicofo 2021-03-25 13:54:39.326 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
Jicofo 2021-03-25 13:54:39.327 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.specification.name=Java Platform API Specification
Jicofo 2021-03-25 13:54:39.328 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.class.version=52.0
Jicofo 2021-03-25 13:54:39.329 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.service.audionotifier.AudioNotifierService=org.jitsi.impl.neomedia.notify.AudioNotifierServiceImpl
Jicofo 2021-03-25 13:54:39.330 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.management.compiler=HotSpot 64-Bit Tiered Compilers
Jicofo 2021-03-25 13:54:39.330 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() os.version=3.10.0-957.el7.x86_64
Jicofo 2021-03-25 13:54:39.331 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() user.home=/usr/share/jicofo
Jicofo 2021-03-25 13:54:39.331 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() user.timezone=UTC
Jicofo 2021-03-25 13:54:39.332 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.awt.printerjob=sun.print.PSPrinterJob
Jicofo 2021-03-25 13:54:39.332 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.FOCUS_USER_NAME=focus
Jicofo 2021-03-25 13:54:39.333 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() file.encoding=ANSI_X3.4-1968
Jicofo 2021-03-25 13:54:39.333 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.specification.version=1.8
Jicofo 2021-03-25 13:54:39.334 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() net.java.sip.communicator.service.media.DISABLE_VIDEO_SUPPORT=true
Jicofo 2021-03-25 13:54:39.334 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() org.jitsi.jicofo.XMPP_DOMAIN=meet.jitsi
Jicofo 2021-03-25 13:54:39.334 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.class.path=/usr/share/jicofo/jicofo.jar:/usr/share/jicofo/lib/agafua-syslog-0.4.jar:/usr/share/jicofo/lib/annotations-15.0.jar:/usr/share/jicofo/lib/aopalliance-repackaged-2.6.1.jar:/usr/share/jicofo/lib/bccontrib-1.0.jar:/usr/share/jicofo/lib/bcpkix-jdk15on-1.54.jar:/usr/share/jicofo/lib/bcprov-jdk15on-1.54.jar:/usr/share/jicofo/lib/cglib-nodep-2.2.jar:/usr/share/jicofo/lib/checker-qual-2.11.1.jar:/usr/share/jicofo/lib/commons-codec-1.6.jar:/usr/share/jicofo/lib/commons-lang3-3.1.jar:/usr/share/jicofo/lib/commons-logging-1.2.jar:/usr/share/jicofo/lib/concurrentlinkedhashmap-lru-1.0_jdk5.jar:/usr/share/jicofo/lib/config-1.4.1.jar:/usr/share/jicofo/lib/core-2.0.1.jar:/usr/share/jicofo/lib/dnsjava-2.1.7.jar:/usr/share/jicofo/lib/dom4j-1.6.1.jar:/usr/share/jicofo/lib/error_prone_annotations-2.3.4.jar:/usr/share/jicofo/lib/failureaccess-1.0.1.jar:/usr/share/jicofo/lib/fmj-1.0-SNAPSHOT.jar:/usr/share/jicofo/lib/guava-29.0-jre.jar:/usr/share/jicofo/lib/hk2-api-2.6.1.jar:/usr/share/jicofo/lib/hk2-locator-2.6.1.jar:/usr/share/jicofo/lib/hk2-utils-2.6.1.jar:/usr/share/jicofo/lib/httpclient-4.4.1.jar:/usr/share/jicofo/lib/httpcore-4.4.1.jar:/usr/share/jicofo/lib/ice4j-3.0-22-g67ffceb.jar:/usr/share/jicofo/lib/j2objc-annotations-1.3.jar:/usr/share/jicofo/lib/jackson-annotations-2.10.1.jar:/usr/share/jicofo/lib/jackson-core-2.10.0.jar:/usr/share/jicofo/lib/jackson-databind-2.10.1.jar:/usr/share/jicofo/lib/jackson-module-jaxb-annotations-2.10.1.jar:/usr/share/jicofo/lib/jain-sip-ri-ossonly-1.2.98c7f8c-jitsi-oss1.jar:/usr/share/jicofo/lib/jakarta.activation-api-1.2.1.jar:/usr/share/jicofo/lib/jakarta.annotation-api-1.3.5.jar:/usr/share/jicofo/lib/jakarta.inject-2.6.1.jar:/usr/share/jicofo/lib/jakarta.validation-api-2.0.2.jar:/usr/share/jicofo/lib/jakarta.ws.rs-api-2.1.6.jar:/usr/share/jicofo/lib/jakarta.xml.bind-api-2.3.2.jar:/usr/share/jicofo/lib/java-dogstatsd-client-2.5.jar:/usr/share/jicofo/lib/java-sdp-nist-bridge-1.1.jar:/usr/share/jicofo/lib/javassist-3.22.0-CR2.jar:/usr/share/jicofo/lib/javax.servlet-api-3.1.0.jar:/usr/share/jicofo/lib/jbosh-0.9.2.jar:/usr/share/jicofo/lib/jcip-annotations-1.0.jar:/usr/share/jicofo/lib/jcl-core-2.8.jar:/usr/share/jicofo/lib/jersey-client-2.32.jar:/usr/share/jicofo/lib/jersey-common-2.32.jar:/usr/share/jicofo/lib/jersey-container-jetty-http-2.32.jar:/usr/share/jicofo/lib/jersey-container-servlet-2.32.jar:/usr/share/jicofo/lib/jersey-container-servlet-core-2.32.jar:/usr/share/jicofo/lib/jersey-entity-filtering-2.32.jar:/usr/share/jicofo/lib/jersey-hk2-2.32.jar:/usr/share/jicofo/lib/jersey-media-jaxb-2.32.jar:/usr/share/jicofo/lib/jersey-media-json-jackson-2.32.jar:/usr/share/jicofo/lib/jersey-server-2.32.jar:/usr/share/jicofo/lib/jetty-client-9.4.35.v20201120.jar:/usr/share/jicofo/lib/jetty-continuation-9.4.28.v20200408.jar:/usr/share/jicofo/lib/jetty-http-9.4.35.v20201120.jar:/usr/share/jicofo/lib/jetty-io-9.4.35.v20201120.jar:/usr/share/jicofo/lib/jetty-proxy-9.4.35.v20201120.jar:/usr/share/jicofo/lib/jetty-security-9.4.35.v20201120.jar:/usr/share/jicofo/lib/jetty-server-9.4.35.v20201120.jar:/usr/share/jicofo/lib/jetty-servlet-9.4.35.v20201120.jar:/usr/share/jicofo/lib/jetty-util-9.4.35.v20201120.jar:/usr/share/jicofo/lib/jetty-util-ajax-9.4.35.v20201120.jar:/usr/share/jicofo/lib/jetty-webapp-7.0.1.v20091125.jar:/usr/share/jicofo/lib/jetty-xml-7.0.1.v20091125.jar:/usr/share/jicofo/lib/jicoco-1.1-71-g993ac08.jar:/usr/share/jicofo/lib/jicoco-config-1.1-71-g993ac08.jar:/usr/share/jicofo/lib/jitsi-android-osgi-1.0-SNAPSHOT.jar:/usr/share/jicofo/lib/jitsi-configuration-2.13.cb5485e.jar:/usr/share/jicofo/lib/jitsi-credentialsstorage-2.13.cb5485e.jar:/usr/share/jicofo/lib/jitsi-dnsservice-2.13.cb5485e.jar:/usr/share/jicofo/lib/jitsi-metaconfig-c3d8c51747.jar:/usr/share/jicofo/lib/jitsi-netaddr-2.13.cb5485e.jar:/usr/share/jicofo/lib/jitsi-protocol-2.13.cb5485e.jar:/usr/share/jicofo/lib/jitsi-protocol-jabber-2.13.cb5485e.jar:/usr/share/jicofo/lib/jitsi-protocol-media-2.13.cb5485e.jar:/usr/share/jicofo/lib/jitsi-util-2.13.cb5485e.jar:/usr/share/jicofo/lib/jitsi-utils-1.0-68-g41ff78f.jar:/usr/share/jicofo/lib/jitsi-xmpp-extensions-1.0-18-gee3ce37.jar:/usr/share/jicofo/lib/jna-5.5.0.jar:/usr/share/jicofo/lib/jnsapi-0.0.3-jitsi-smack4.2-3.jar:/usr/share/jicofo/lib/json-simple-1.1.1.jar:/usr/share/jicofo/lib/jsr305-3.0.2.jar:/usr/share/jicofo/lib/jxmpp-core-0.6.2.jar:/usr/share/jicofo/lib/jxmpp-jid-0.6.2.jar:/usr/share/jicofo/lib/jxmpp-util-cache-0.6.2.jar:/usr/share/jicofo/lib/kotlin-osgi-bundle-1.3.72.jar:/usr/share/jicofo/lib/kotlin-reflect-1.3.72.jar:/usr/share/jicofo/lib/kotlin-stdlib-1.3.72.jar:/usr/share/jicofo/lib/kotlin-stdlib-common-1.3.71.jar:/usr/share/jicofo/lib/kotlin-stdlib-jdk7-1.3.72.jar:/usr/share/jicofo/lib/kotlin-stdlib-jdk8-1.3.72.jar:/usr/share/jicofo/lib/libidn-1.15.jar:/usr/share/jicofo/lib/libjitsi-1.0-0-gb3296cf.jar:/usr/share/jicofo/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/usr/share/jicofo/lib/object-cloner-0.1.jar:/usr/share/jicofo/lib/objenesis-2.6.jar:/usr/share/jicofo/lib/orange-extensions-1.3.0.jar:/usr/share/jicofo/lib/org.apache.felix.framework-4.4.0.jar:/usr/share/jicofo/lib/org.apache.felix.main-4.4.0.jar:/usr/share/jicofo/lib/org.osgi.core-4.3.1.jar:/usr/share/jicofo/lib/osgi-resource-locator-1.0.3.jar:/usr/share/jicofo/lib/sdes4j-1.1.3.jar:/usr/share/jicofo/lib/sdp-api-1.0.jar:/usr/share/jicofo/lib/sentry-1.7.30.jar:/usr/share/jicofo/lib/slf4j-api-1.7.26.jar:/usr/share/jicofo/lib/slf4j-jdk14-1.7.26.jar:/usr/share/jicofo/lib/smack-bosh-4.2.4-47d17fc.jar:/usr/share/jicofo/lib/smack-core-4.2.4-47d17fc.jar:/usr/share/jicofo/lib/smack-debug-4.2.4-47d17fc.jar:/usr/share/jicofo/lib/smack-experimental-4.2.4-47d17fc.jar:/usr/share/jicofo/lib/smack-extensions-4.2.4-47d17fc.jar:/usr/share/jicofo/lib/smack-im-4.2.4-47d17fc.jar:/usr/share/jicofo/lib/smack-java7-4.2.4-47d17fc.jar:/usr/share/jicofo/lib/smack-legacy-4.2.4-47d17fc.jar:/usr/share/jicofo/lib/smack-resolver-javax-4.2.4-47d17fc.jar:/usr/share/jicofo/lib/smack-sasl-javax-4.2.4-47d17fc.jar:/usr/share/jicofo/lib/smack-tcp-4.2.4-47d17fc.jar:/usr/share/jicofo/lib/tinder-1.3.0.jar:/usr/share/jicofo/lib/weupnp-0.1.4.jar:/usr/share/jicofo/lib/xml-apis-1.0.b2.jar:/usr/share/jicofo/lib/xmlpull-1.1.3.4a.jar:/usr/share/jicofo/lib/xpp3-1.1.4c.jar:/usr/share/jicofo/lib/zrtp4j-light-4.1.0-jitsi-1-SNAPSHOT.jar
Jicofo 2021-03-25 13:54:39.336 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() user.name=jicofo
Jicofo 2021-03-25 13:54:39.337 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vm.specification.version=1.8
Jicofo 2021-03-25 13:54:39.338 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.java.command=org.jitsi.jicofo.Main --domain=meet.jitsi --host=xmpp.meet.jitsi --secret=279de48890cde16c65861a7585cba202 --user_name=focus --user_domain=auth.meet.jitsi --user_password=521729b8be31c27f1c320e72f70fed16
Jicofo 2021-03-25 13:54:39.339 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.home=/usr/lib/jvm/adoptopenjdk-8-hotspot-jre-amd64
Jicofo 2021-03-25 13:54:39.340 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.arch.data.model=64
Jicofo 2021-03-25 13:54:39.341 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() user.language=en
Jicofo 2021-03-25 13:54:39.341 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.specification.vendor=Oracle Corporation
Jicofo 2021-03-25 13:54:39.342 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() awt.toolkit=sun.awt.X11.XToolkit
Jicofo 2021-03-25 13:54:39.342 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vm.info=mixed mode
Jicofo 2021-03-25 13:54:39.343 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.version=1.8.0_282
Jicofo 2021-03-25 13:54:39.343 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.ext.dirs=/usr/lib/jvm/adoptopenjdk-8-hotspot-jre-amd64/lib/ext:/usr/java/packages/lib/ext
Jicofo 2021-03-25 13:54:39.343 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.boot.class.path=/usr/lib/jvm/adoptopenjdk-8-hotspot-jre-amd64/lib/resources.jar:/usr/lib/jvm/adoptopenjdk-8-hotspot-jre-amd64/lib/rt.jar:/usr/lib/jvm/adoptopenjdk-8-hotspot-jre-amd64/lib/sunrsasign.jar:/usr/lib/jvm/adoptopenjdk-8-hotspot-jre-amd64/lib/jsse.jar:/usr/lib/jvm/adoptopenjdk-8-hotspot-jre-amd64/lib/jce.jar:/usr/lib/jvm/adoptopenjdk-8-hotspot-jre-amd64/lib/charsets.jar:/usr/lib/jvm/adoptopenjdk-8-hotspot-jre-amd64/lib/jfr.jar:/usr/lib/jvm/adoptopenjdk-8-hotspot-jre-amd64/classes
Jicofo 2021-03-25 13:54:39.344 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vendor=AdoptOpenJDK
Jicofo 2021-03-25 13:54:39.344 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() jdk.tls.ephemeralDHKeySize=2048
Jicofo 2021-03-25 13:54:39.345 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() file.separator=/
Jicofo 2021-03-25 13:54:39.346 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() net.java.sip.communicator.impl.configuration.USE_PROPFILE_CONFIG=true
Jicofo 2021-03-25 13:54:39.346 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() java.vendor.url.bug=https://github.com/AdoptOpenJDK/openjdk-support/issues
Jicofo 2021-03-25 13:54:39.347 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.io.unicode.encoding=UnicodeLittle
Jicofo 2021-03-25 13:54:39.347 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.cpu.endian=little
Jicofo 2021-03-25 13:54:39.348 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() sun.cpu.isalist=
Jicofo 2021-03-25 13:54:39.351 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() Normal classloader
Jicofo 2021-03-25 13:54:39.352 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() failed to find jitsi-defaults.properties with class loader, will continue without it.
Jicofo 2021-03-25 13:54:39.353 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() Normal classloader
Jicofo 2021-03-25 13:54:39.353 INFO: [11] org.jitsi.impl.configuration.ConfigurationServiceImpl.log() failed to find jitsi-default-overrides.properties with class loader, will continue without it.
Jicofo 2021-03-25 13:54:39.422 INFO: [11] util.NetworkUtils.<clinit>().117 java.net.preferIPv6Addresses=null
Jicofo 2021-03-25 13:54:39.422 INFO: [11] util.NetworkUtils.<clinit>().118 java.net.preferIPv4Stack=null
Jicofo 2021-03-25 13:54:39.442 INFO: [11] impl.netaddr.NetworkAddressManagerServiceImpl.start().92 Network Address Manager         ...[  STARTED ]
Jicofo 2021-03-25 13:54:39.443 INFO: [11] impl.netaddr.NetworkAddressManagerServiceImpl.start().98 Network Address Manager Service ...[REGISTERED]
Jicofo 2021-03-25 13:54:39.458 INFO: [11] org.jitsi.version.AbstractVersionActivator.log() VersionService registered: JiCoFo 1.0.692-hf
Jicofo 2021-03-25 13:54:40.970 INFO: [11] org.jitsi.jicofo.FocusBundleActivator.log() Shared pool max size: 1500
Jicofo 2021-03-25 13:54:41.227 INFO: [11] org.jitsi.jicofo.FocusManager.log() Initialized octoId=1
Jicofo 2021-03-25 13:54:41.386 WARNING: [11] org.jitsi.jicofo.FocusManager.log() No dedicated Service XMPP connection configured. Falling back to the client XMPP connection for JVB MUC
Jicofo 2021-03-25 13:54:41.427 INFO: [11] org.jitsi.jicofo.bridge.BridgeSelector.log() Using org.jitsi.jicofo.bridge.SingleBridgeSelectionStrategy
Jicofo 2021-03-25 13:54:41.452 INFO: [11] org.jitsi.jicofo.xmpp.BaseBrewery.log() Created BridgeMucDetector with address jvbbrewery@internal-muc.meet.jitsi
Jicofo 2021-03-25 13:54:41.460 INFO: [1] org.jitsi.jicofo.Main.log() OSGi services started.
Jicofo 2021-03-25 13:54:41.465 WARNING: [15] org.jitsi.impl.protocol.xmpp.XmppProtocolProvider.log() Disabling TLS certificate verification!
Jicofo 2021-03-25 13:54:41.583 INFO: [1] org.jitsi.jicofo.JicofoServices.log() Authentication service disabled.
Jicofo 2021-03-25 13:54:41.600 INFO: [1] org.jitsi.jicofo.JicofoServices.log() Starting HTTP server with config: org.jitsi.rest.JettyBundleActivatorConfig@48a242ce.
Jicofo 2021-03-25 13:54:41.942 INFO: [1] org.eclipse.jetty.util.log.initialized() Logging initialized @4541ms to org.eclipse.jetty.util.log.Slf4jLog
Jicofo 2021-03-25 13:54:42.754 INFO: [1] org.eclipse.jetty.server.Server.doStart() jetty-9.4.35.v20201120; built: 2020-11-20T21:17:03.964Z; git: bdc54f03a5e0a7e280fab27f55c3c75ee8da89fb; jvm 1.8.0_282-b08
Jicofo 2021-03-25 13:54:43.559 INFO: [17] org.jitsi.jicofo.ProtocolProviderHandler.log() XmppProtocolProvider(focus@auth.meet.jitsi/focus405350491949 (Jabber)): RegistrationStateChangeEvent[ oldState=Unregistered; newState=RegistrationState=Registered; reasonCode=-1; reason=null]
Jicofo 2021-03-25 13:54:43.575 INFO: [17] org.jitsi.jicofo.ProtocolProviderHandler.log() Set replyTimeout=PT15S
Jicofo 2021-03-25 13:54:43.820 INFO: [17] org.jitsi.jicofo.xmpp.BaseBrewery.log() Joined brewery room: jvbbrewery@internal-muc.meet.jitsi
Jicofo 2021-03-25 13:54:43.821 INFO: [17] org.jitsi.jicofo.FocusManager.log() XMPP provider reg state: RegistrationState=Registered
Jicofo 2021-03-25 13:54:43.952 INFO: [17] org.jitsi.impl.protocol.xmpp.XmppProtocolProvider.log() XMPP provider Jabber:focus@auth.meet.jitsi/focus405350491949@xmpp.meet.jitsi connected (JID: focus@auth.meet.jitsi/focus405350491949)
Jicofo 2021-03-25 13:54:47.153 INFO: [29] org.jitsi.jicofo.xmpp.BaseBrewery.log() Added brewery instance: jvbbrewery@internal-muc.meet.jitsi/985c2c751aab
Jicofo 2021-03-25 13:54:47.226 WARNING: [29] org.jitsi.config.log() Key 'jicofo.bridge.average-participant-packet-rate-pps' from source 'typesafe config (reloaded 1 times)' is deprecated: use jicofo.bridge.average-participant-stress
Jicofo 2021-03-25 13:54:47.247 INFO: [29] org.jitsi.jicofo.bridge.BridgeSelector.log() Added new videobridge: Bridge[jid=jvbbrewery@internal-muc.meet.jitsi/985c2c751aab, relayId=null, region=null, stress=0.00]
Jicofo 2021-03-25 13:54:47.308 INFO: [29] org.jitsi.jicofo.bridge.JvbDoctor.log() Scheduled health-check task for: jvbbrewery@internal-muc.meet.jitsi/985c2c751aab
Jicofo 2021-03-25 13:54:50.435 INFO: [1] org.eclipse.jetty.server.handler.ContextHandler.doStart() Started o.e.j.s.ServletContextHandler@62417a16{/,null,AVAILABLE}
Jicofo 2021-03-25 13:54:50.527 INFO: [1] org.eclipse.jetty.server.AbstractConnector.doStart() Started ServerConnector@68999068{HTTP/1.1, (http/1.1)}{0.0.0.0:8888}
Jicofo 2021-03-25 13:54:50.528 INFO: [1] org.eclipse.jetty.server.Server.doStart() Started @13131ms
Jicofo 2021-03-25 13:54:50.553 INFO: [1] org.jitsi.jicofo.xmpp.IqHandler.log() Registering IQ handlers with XmppConnection.
Jicofo 2021-03-25 13:54:50.614 INFO: [1] org.jitsi.xmpp.component.ComponentBase.log() Component org.jitsi.jicofo. config:
Jicofo 2021-03-25 13:54:50.615 INFO: [1] org.jitsi.xmpp.component.ComponentBase.log()   ping interval: 10000 ms
Jicofo 2021-03-25 13:54:50.615 INFO: [1] org.jitsi.xmpp.component.ComponentBase.log()   ping timeout: 5000 ms
Jicofo 2021-03-25 13:54:50.615 INFO: [1] org.jitsi.xmpp.component.ComponentBase.log()   ping threshold: 3
Jicofo 2021-03-25 13:54:50.703 INFO: [1] java.util.prefs.run() Created user preferences directory.

jitsi web docker container logs:

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 01-set-timezone: executing...
[cont-init.d] 01-set-timezone: exited 0.
[cont-init.d] 10-config: executing...
generating self-signed keys in /config/keys, you can replace these with your own keys if required
Generating a RSA private key
...............................+++++
............................+++++
writing new private key to '/config/keys/cert.key'
-----
[cont-init.d] 10-config: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
192.168.41.1 - - [25/Mar/2021:13:55:21 +0000] "GET / HTTP/2.0" 200 18740 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:21 +0000] "GET /css/all.css?v=4628 HTTP/2.0" 200 31076 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:21 +0000] "GET /libs/do_external_connect.min.js?v=1 HTTP/2.0" 200 1161 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:21 +0000] "GET /libs/lib-jitsi-meet.min.js?v=4628 HTTP/2.0" 200 230583 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:21 +0000] "GET /libs/app.bundle.min.js?v=4628 HTTP/2.0" 200 1392953 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /libs/olm.wasm HTTP/2.0" 200 153551 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /images/watermark.svg HTTP/2.0" 200 12312 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /images/welcome-background.png HTTP/2.0" 200 305398 "https://jitsi.test.it:8443/css/all.css?v=4628" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /images/app-store-badge.png HTTP/2.0" 200 2091 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /images/google-play-badge.png HTTP/2.0" 200 4254 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /images/f-droid-badge.png HTTP/2.0" 200 4058 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /sounds/joined.wav HTTP/2.0" 206 42156 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /sounds/left.wav HTTP/2.0" 206 42156 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /sounds/incomingMessage.wav HTTP/2.0" 206 100452 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /sounds/liveStreamingOff.mp3 HTTP/2.0" 206 29328 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /pwa-worker.js HTTP/2.0" 200 1499 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /sounds/liveStreamingOn.mp3 HTTP/2.0" 206 25968 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /sounds/recordingOff.mp3 HTTP/2.0" 206 21425 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /sounds/recordingOn.mp3 HTTP/2.0" 206 21708 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /sounds/rejected.wav HTTP/2.0" 206 69236 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /sounds/outgoingRinging.wav HTTP/2.0" 206 132344 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /sounds/outgoingStart.wav HTTP/2.0" 206 211000 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /sounds/talkWhileMuted.mp3 HTTP/2.0" 206 9613 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /sounds/noisyAudioInput.mp3 HTTP/2.0" 206 9613 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /sounds/noAudioSignal.mp3 HTTP/2.0" 206 9613 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /sounds/rejected.wav HTTP/2.0" 206 69236 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /lang/main-it.json HTTP/2.0" 200 17966 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /lang/languages-it.json HTTP/2.0" 200 842 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /lang/countries-it.json HTTP/2.0" 200 2536 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:23 +0000] "GET /images/favicon.ico?v=1 HTTP/2.0" 200 4286 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:24 +0000] "GET /CynicalCampusUndergoEagerly HTTP/2.0" 200 18740 "https://jitsi.test.it:8443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:25 +0000] "GET /css/all.css?v=4628 HTTP/2.0" 200 31076 "https://jitsi.test.it:8443/CynicalCampusUndergoEagerly" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:25 +0000] "GET /libs/do_external_connect.min.js?v=1 HTTP/2.0" 200 1161 "https://jitsi.test.it:8443/CynicalCampusUndergoEagerly" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:25 +0000] "GET /libs/lib-jitsi-meet.min.js?v=4628 HTTP/2.0" 200 230583 "https://jitsi.test.it:8443/CynicalCampusUndergoEagerly" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:25 +0000] "GET /libs/app.bundle.min.js?v=4628 HTTP/2.0" 200 1392953 "https://jitsi.test.it:8443/CynicalCampusUndergoEagerly" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:29 +0000] "GET /libs/olm.wasm HTTP/2.0" 200 153551 "https://jitsi.test.it:8443/CynicalCampusUndergoEagerly" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:29 +0000] "GET /images/avatar.png HTTP/2.0" 200 5995 "https://jitsi.test.it:8443/CynicalCampusUndergoEagerly" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:29 +0000] "GET /pwa-worker.js HTTP/2.0" 200 1499 "https://jitsi.test.it:8443/CynicalCampusUndergoEagerly" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:29 +0000] "GET /lang/main-it.json HTTP/2.0" 200 17966 "https://jitsi.test.it:8443/CynicalCampusUndergoEagerly" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:29 +0000] "GET /lang/languages-it.json HTTP/2.0" 200 842 "https://jitsi.test.it:8443/CynicalCampusUndergoEagerly" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"
192.168.41.1 - - [25/Mar/2021:13:55:29 +0000] "GET /lang/countries-it.json HTTP/2.0" 200 2536 "https://jitsi.test.it:8443/CynicalCampusUndergoEagerly" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36"

from Chrome console, while opening a room, I have: image

stebifan commented 3 years ago

Same Problem here. Our logs look like the same.

Dolu1990 commented 3 years ago

Same issue

niklasfi commented 3 years ago

Hi, I can reproduce this issue with the latest commit from the master branch. Please let me know, if you need any more details on the setup, logs or help testing a fix.

magicdrums commented 3 years ago

Same issue here..

magicdrums commented 3 years ago

hi, My jitsi doesn't work ... how do I go back to a previous version?

Regards,

niklasfi commented 3 years ago

hey, I just found this issue can be worked around by setting

ENABLE_XMPP_WEBSOCKET=0

in you .env

magicdrums commented 3 years ago

hey, I just found this issue can be worked around by setting

ENABLE_XMPP_WEBSOCKET=0

in you .env

insert the variable but it still doesn't work :-/

Dolu1990 commented 3 years ago

Hmm to me so far, that ENABLE_XMPP_WEBSOCKET=0 seems to do the job

stebifan commented 3 years ago

@magicdrums Is the ENABLE_XMPP_WEBSOCKET also in your docker-compose file? Or try to delete the config files...

magicdrums commented 3 years ago

@magicdrums ¿Está ENABLE_XMPP_WEBSOCKET también en su archivo docker-compose? O intente eliminar los archivos de configuración ...

SOLVED!! enable parameter ENABLE_XMPP_WEBSOCKET in docker-compose and .env file and now work's thank you @stebifan @niklasfi

saghul commented 3 years ago

Your bridge channel will still be broken and you'll get bad quality because of it.

niklasfi commented 3 years ago

@saghul I understand ENABLE_XMPP_WEBSOCKET=0 is just a workaround. Is there maybe another port I have to reverse-proxy in order to get it to work with ENABLE_XMPP_WEBSOCKET=1?

magicdrums commented 3 years ago

@saghul I understand ENABLE_XMPP_WEBSOCKET=0 is just a workaround. Is there maybe another port I have to reverse-proxy in order to get it to work with ENABLE_XMPP_WEBSOCKET=1?

It seems that it is, but in the official documentation it is not explained or it is explicit, maybe I am wrong, for the minute that configuration is the one that works for me and now I have my jitsi running in production

Hoerli1337 commented 3 years ago

Got the same error on a fresh install. I use Ubuntu 18.04.5 LTS.

I edit following in the .env-file:

# Exposed HTTPS port
HTTPS_PORT=7443

# System time zone
TZ=Europe/Berlin

# Public URL for the web service (required)
PUBLIC_URL=https://meeting.mydomain.de

# Control whether the lobby feature should be enabled or not
ENABLE_LOBBY=1

# Enable Let's Encrypt certificate generation
ENABLE_LETSENCRYPT=0

# Domain for which to generate the certificate
LETSENCRYPT_DOMAIN=meeting.mydomain.de

# E-Mail for receiving important account notifications (mandatory)
LETSENCRYPT_EMAIL=admin@mydomain.de

# Enable authentication
ENABLE_AUTH=1

# Enable guest access
ENABLE_GUESTS=1

# Select authentication type: internal, jwt or ldap
AUTH_TYPE=internal

# STUN servers used to discover the server's public IP
JVB_STUN_SERVERS=meet-jit-si-turnrelay.jitsi.net:443,stun.nextcloud.com:443,stun.1und1.de:3478,stun.gmx.de:3478,stun.hosteurope.de:3478,meeting.mydomain.de:3478

My nginx-Config:

server {
  listen 80;
  listen [::]:80;
  server_name meeting.mydomain.de;

  return 301 https://$host$request_uri;
}

server {
    listen 443 ssl http2;
    listen [::]:443 ssl http2;
    server_name meeting.mydomain.de;
    index   index.php;

    ssl_buffer_size 1400;
    ssl_session_timeout 1d;
    ssl_session_cache shared:SSL:50m;
    ssl_session_tickets off;
    ssl_protocols TLSv1.2 TLSv1.3;
    ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384;
    ssl_prefer_server_ciphers on;
    ssl_stapling on;
    ssl_stapling_verify on;
    ssl_ecdh_curve X25519:P-384:P-256:P-521;

    add_header Strict-Transport-Security "max-age=31536000; includeSubdomains; preload";
    add_header X-Xss-Protection "1; mode=block";
    add_header X-Content-Type-Options nosniff;
    add_header Referrer-Policy same-origin;
    proxy_cookie_path / "/; HTTPOnly; Secure";
    add_header Expect-CT "enforce, max-age=21600";
    add_header Feature-Policy "payment none";

    keepalive_timeout    70;
    sendfile             on;
    client_max_body_size 0;

    gzip on;
    gzip_disable "msie6";
    gzip_vary on;
    gzip_proxied any;
    gzip_comp_level 6;
    gzip_buffers 16 8k;
    gzip_http_version 1.1;
    gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;

    location ^~ / {
      proxy_set_header X-Real-IP $remote_addr;
      proxy_set_header Host $host;
      proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
      proxy_pass https://127.0.0.1:7443/;
      proxy_read_timeout 90;
    }

   location ~ ^/colibri-ws/([a-zA-Z0-9-\.]+)/(.*) {
        tcp_nodelay on;
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "upgrade";
        proxy_pass https://127.0.0.1:7443/colibri-ws/$1/$2$is_args$args;
        }

   location /xmpp-websocket {
        proxy_pass https://127.0.0.1:7443/xmpp-websocket;
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "upgrade";
        proxy_set_header Host $host;
        tcp_nodelay on;
   }

    ssl_certificate /etc/letsencrypt/live/meeting.mydomain.de/fullchain.pem; # managed by Certbot
    ssl_certificate_key /etc/letsencrypt/live/meeting.mydomain.de/privkey.pem; # managed by Certbot
}

Tried the different solutions that can be found on the net. nginx-config for xmpp-websocket => Did not help PUBLIC_URL=DOMAIN => Did not help ENABLE_XMPP_WEBSOCKET=0 => Did not help

I have already changed everything externally as well as internally to https, because I had a problem the other day when I set a proxy from HTTPS to HTTP. I wanted to stop the error right away with this. Now I have no idea what else I could do.

I also see that the two containers jitsi/jicofo:latest and jitsi/prosody:latest are permanently restarted.

CONTAINER ID   IMAGE                     COMMAND      CREATED          STATUS                         PORTS                                                 NAMES
9364024e54bd   jitsi/jvb:latest          "/init"      24 minutes ago   Up 24 minutes                  0.0.0.0:4443->4443/tcp, 0.0.0.0:10000->10000/udp      docker-jitsi-meet_jvb_1
8b39ac287b2a   jitsi/jicofo:latest       "/init"      24 minutes ago   Restarting (1) 6 seconds ago                                                         docker-jitsi-meet_jicofo_1
e2c78cc65e41   jitsi/web:latest          "/init"      24 minutes ago   Up 24 minutes                  0.0.0.0:7000->80/tcp, 0.0.0.0:7443->443/tcp           docker-jitsi-meet_web_1
3183a636eb9c   jitsi/prosody:latest      "/init"      24 minutes ago   Restarting (1) 8 seconds ago                                                         docker-jitsi-meet_prosody_1

EDIT: Got it fixed. Have Lets Encrypt now completely disabled in the .env file. This now seems to work without problems with stable-5390-3. Now SSL for Jitsi does not have a certificate, but that is not a problem due to nginx-proxy.

Hoerli1337 commented 3 years ago

Container a still restarting with java-errors. With the latest Docker image, absolutely nothing works on Ubuntu 18.04.5 LTS.

jvb_1      | INFO: Running expire()
jvb_1      | Apr 12, 2021 7:07:17 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Performed a successful health check in PT0S. Sticky failure: false
jvb_1      | Apr 12, 2021 7:07:17 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | WARNING: Cannot set presence extension: not connected.
jvb_1      | Apr 12, 2021 7:07:18 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | WARNING: [MucClient id=shard hostname=xmpp.meet.jitsi] error connecting
jvb_1      | org.jivesoftware.smack.SmackException$ConnectionException: The following addresses failed: 'xmpp.meet.jitsi:5222' failed because: java.net.UnknownHostException: xmpp.meet.jitsi: Name or service not known
jvb_1      |    at org.jivesoftware.smack.SmackException$ConnectionException.from(SmackException.java:278)
jvb_1      |    at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:619)
jvb_1      |    at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:902)
jvb_1      |    at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:383)
jvb_1      |    at org.jitsi.xmpp.mucclient.MucClient.lambda$getConnectAndLoginCallable$7(MucClient.java:583)
jvb_1      |    at org.jitsi.retry.RetryStrategy$TaskRunner.run(RetryStrategy.java:193)
jvb_1      |    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
jvb_1      |    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
jvb_1      |    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
jvb_1      |    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
jvb_1      |    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
jvb_1      |    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
jvb_1      |    at java.lang.Thread.run(Thread.java:748)
jvb_1      |
jvb_1      | Apr 12, 2021 7:07:22 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | WARNING: Cannot set presence extension: not connected.
jvb_1      | Apr 12, 2021 7:07:23 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | WARNING: [MucClient id=shard hostname=xmpp.meet.jitsi] error connecting
jvb_1      | org.jivesoftware.smack.SmackException$ConnectionException: The following addresses failed: 'xmpp.meet.jitsi:5222' failed because: java.net.UnknownHostException: xmpp.meet.jitsi
jvb_1      |    at org.jivesoftware.smack.SmackException$ConnectionException.from(SmackException.java:278)
jvb_1      |    at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:619)
jvb_1      |    at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:902)
jvb_1      |    at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:383)
jvb_1      |    at org.jitsi.xmpp.mucclient.MucClient.lambda$getConnectAndLoginCallable$7(MucClient.java:583)
jvb_1      |    at org.jitsi.retry.RetryStrategy$TaskRunner.run(RetryStrategy.java:193)
jvb_1      |    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
jvb_1      |    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
jvb_1      |    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
jvb_1      |    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
jvb_1      |    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
jvb_1      |    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
jvb_1      |    at java.lang.Thread.run(Thread.java:748)
jvb_1      |
jicofo_1   | [cont-finish.d] done.
jicofo_1   | [s6-finish] waiting for services.
jvb_1      | Apr 12, 2021 7:07:27 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Performed a successful health check in PT0S. Sticky failure: false
jvb_1      | Apr 12, 2021 7:07:27 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | WARNING: Cannot set presence extension: not connected.
jicofo_1   | [s6-finish] sending all processes the TERM signal.
prosody_1  | FATAL ERROR: Jicofo component secret and auth password must be set
prosody_1  | [cont-init.d] 10-config: exited 1.
prosody_1  | [cont-finish.d] executing container finish scripts...
prosody_1  | [cont-finish.d] done.
prosody_1  | [s6-finish] waiting for services.
jvb_1      | Apr 12, 2021 7:07:29 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | WARNING: [MucClient id=shard hostname=xmpp.meet.jitsi] error connecting
jvb_1      | org.jivesoftware.smack.SmackException$ConnectionException: The following addresses failed: 'xmpp.meet.jitsi:5222' failed because: xmpp.meet.jitsi/172.26.0.4 exception: java.net.ConnectException: Connection refused (Connection refused)
jvb_1      |    at org.jivesoftware.smack.SmackException$ConnectionException.from(SmackException.java:278)
jvb_1      |    at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:619)
jvb_1      |    at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:902)
jvb_1      |    at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:383)
jvb_1      |    at org.jitsi.xmpp.mucclient.MucClient.lambda$getConnectAndLoginCallable$7(MucClient.java:583)
jvb_1      |    at org.jitsi.retry.RetryStrategy$TaskRunner.run(RetryStrategy.java:193)
jvb_1      |    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
jvb_1      |    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
jvb_1      |    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
jvb_1      |    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
jvb_1      |    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
jvb_1      |    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
jvb_1      |    at java.lang.Thread.run(Thread.java:748)
jvb_1      |
prosody_1  | [s6-finish] sending all processes the TERM signal.
jicofo_1   | [s6-finish] sending all processes the KILL signal and exiting.
prosody_1  | [s6-finish] sending all processes the KILL signal and exiting.
docker-jitsi-meet_jicofo_1 exited with code 1
jvb_1      | Apr 12, 2021 7:07:32 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | WARNING: Cannot set presence extension: not connected.
docker-jitsi-meet_prosody_1 exited with code 1
jvb_1      | Apr 12, 2021 7:07:37 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Performed a successful health check in PT0S. Sticky failure: false
jvb_1      | Apr 12, 2021 7:07:37 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | WARNING: Cannot set presence extension: not connected.
jvb_1      | Apr 12, 2021 7:07:42 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | WARNING: Cannot set presence extension: not connected.
jvb_1      | Apr 12, 2021 7:07:47 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Performed a successful health check in PT0S. Sticky failure: false
jvb_1      | Apr 12, 2021 7:07:47 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | WARNING: Cannot set presence extension: not connected.
jvb_1      | Apr 12, 2021 7:07:52 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | WARNING: [MucClient id=shard hostname=xmpp.meet.jitsi] error connecting
jvb_1      | org.jivesoftware.smack.SmackException$ConnectionException: The following addresses failed: 'xmpp.meet.jitsi:5222' failed because: xmpp.meet.jitsi/172.26.0.4 exception: java.net.NoRouteToHostException: No route to host (Host unreachable)
jvb_1      |    at org.jivesoftware.smack.SmackException$ConnectionException.from(SmackException.java:278)
jvb_1      |    at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:619)
jvb_1      |    at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:902)
jvb_1      |    at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:383)
jvb_1      |    at org.jitsi.xmpp.mucclient.MucClient.lambda$getConnectAndLoginCallable$7(MucClient.java:583)
jvb_1      |    at org.jitsi.retry.RetryStrategy$TaskRunner.run(RetryStrategy.java:193)
jvb_1      |    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
jvb_1      |    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
jvb_1      |    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
jvb_1      |    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
jvb_1      |    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
jvb_1      |    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
jvb_1      |    at java.lang.Thread.run(Thread.java:748)
jvb_1      |
jvb_1      | Apr 12, 2021 7:07:52 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | WARNING: Cannot set presence extension: not connected.
jvb_1      | Apr 12, 2021 7:07:57 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | INFO: Performed a successful health check in PT0S. Sticky failure: false
jvb_1      | Apr 12, 2021 7:07:57 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | WARNING: Cannot set presence extension: not connected.
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   | FATAL ERROR: Jicofo component secret and auth password must be set
jicofo_1   | [cont-init.d] 10-config: exited 1.
jicofo_1   | [cont-finish.d] executing container finish scripts...
jicofo_1   | [cont-finish.d] done.
jicofo_1   | [s6-finish] waiting for services.
jicofo_1   | [s6-finish] sending all processes the TERM signal.
prosody_1  | [cont-init.d] 10-config: executing...
prosody_1  | FATAL ERROR: Jicofo component secret and auth password must be set
prosody_1  | [cont-init.d] 10-config: exited 1.
prosody_1  | [cont-finish.d] executing container finish scripts...
prosody_1  | [cont-finish.d] done.
prosody_1  | [s6-finish] waiting for services.
prosody_1  | [s6-finish] sending all processes the TERM signal.
jvb_1      | Apr 12, 2021 7:08:00 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | WARNING: [MucClient id=shard hostname=xmpp.meet.jitsi] error connecting
jvb_1      | org.jivesoftware.smack.SmackException$ConnectionException: The following addresses failed: 'xmpp.meet.jitsi:5222' failed because: xmpp.meet.jitsi/172.26.0.4 exception: java.net.NoRouteToHostException: No route to host (Host unreachable)
jvb_1      |    at org.jivesoftware.smack.SmackException$ConnectionException.from(SmackException.java:278)
jvb_1      |    at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:619)
jvb_1      |    at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:902)
jvb_1      |    at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:383)
jvb_1      |    at org.jitsi.xmpp.mucclient.MucClient.lambda$getConnectAndLoginCallable$7(MucClient.java:583)
jvb_1      |    at org.jitsi.retry.RetryStrategy$TaskRunner.run(RetryStrategy.java:193)
jvb_1      |    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
jvb_1      |    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
jvb_1      |    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
jvb_1      |    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
jvb_1      |    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
jvb_1      |    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
jvb_1      |    at java.lang.Thread.run(Thread.java:748)
jvb_1      |
jicofo_1   | [s6-finish] sending all processes the KILL signal and exiting.
jvb_1      | Apr 12, 2021 7:08:02 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | WARNING: Cannot set presence extension: not connected.
prosody_1  | [s6-finish] sending all processes the KILL signal and exiting.
docker-jitsi-meet_jicofo_1 exited with code 1
docker-jitsi-meet_prosody_1 exited with code 1
jvb_1      | Apr 12, 2021 7:08:05 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1      | WARNING: [MucClient id=shard hostname=xmpp.meet.jitsi] error connecting
jvb_1      | org.jivesoftware.smack.SmackException$ConnectionException: The following addresses failed: 'xmpp.meet.jitsi:5222' failed because: java.net.UnknownHostException: xmpp.meet.jitsi: Name or service not known
jvb_1      |    at org.jivesoftware.smack.SmackException$ConnectionException.from(SmackException.java:278)
jvb_1      |    at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:619)
jvb_1      |    at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:902)
jvb_1      |    at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:383)
jvb_1      |    at org.jitsi.xmpp.mucclient.MucClient.lambda$getConnectAndLoginCallable$7(MucClient.java:583)
jvb_1      |    at org.jitsi.retry.RetryStrategy$TaskRunner.run(RetryStrategy.java:193)
jvb_1      |    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
jvb_1      |    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
jvb_1      |    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
jvb_1      |    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
jvb_1      |    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
jvb_1      |    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
jvb_1      |    at java.lang.Thread.run(Thread.java:748)
jvb_1      |
prayagsingh commented 3 years ago

@Hoerli1337 Are you using master branch with latest image tag? If yes then it won't work.

Master repo only works when you are building images by yourself.

You can follow below comment incase you want to go ahead with custom images.

https://github.com/jitsi/docker-jitsi-meet/issues/1004#issuecomment-817556101

saghul commented 3 years ago

Here is how to disable WebSockets properly: https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker#disabling-websocket-connections - Note you need to be running on the latest version (stable-5765) for all of them to work.

niklasfi commented 3 years ago

@saghul since you have a todo about properly configuring websockets in nginx, here is my working config:

   location ~ ^/(colibri-ws|xmpp-websocket)$ {
        proxy_pass https://localhost:8443/$1;
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "upgrade";
    }

with localhost:8443 being the https ingress of the web container

saghul commented 3 years ago

Care to make a PR to the handbook?

niklasfi commented 3 years ago

will do.

lab-at-nohl commented 3 years ago

@saghul since you have a todo about properly configuring websockets in nginx, here is my working config: ... with localhost:8443 being the https ingress of the web container

The same for Apache 2.4:

 RewriteEngine on
 RewriteCond %{HTTP:Upgrade} websocket [NC]
 RewriteCond %{HTTP:Connection} upgrade [NC]
 RewriteRule ^/xmpp-websocket(.*)$ "wss://localhost:8443/xmpp-websocket$1" [P,L]
 RewriteRule ^/colibri-ws/(.*)$ "wss://localhost:8443/colibri-ws/$1" [P,L]

Also, you can use an IP instead of localhost, and ws:// instead of wss:// if you are not using SSL.

saghul commented 3 years ago

Any chance you can make a pr?

Utopiah commented 2 months ago

Happens also if you do not fix PUBLIC_URL while being behind a reverse proxy like nginx https://github.com/jitsi/docker-jitsi-meet/blob/master/env.example#L31