jibri icon indicating copy to clipboard operation
jibri copied to clipboard

Record meeting in server not work

Open waledmet opened this issue 10 months ago • 15 comments

When Start Meeting and check jibri folder and check recordings not found any audio and get error in logs but recorded from web to save local it work without any problem Jibri 2025-05-29 12:40:57.276 FINE: [81] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-05-29 12:40:57.277 INFO: [81] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-05-29 12:40:57.277 FINE: [81] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-05-29 12:40:57.277 INFO: [81] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-05-29 12:40:57.277 FINE: [81] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnection-failed:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-05-29 12:40:57.278 WARNING: [81] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectionFailed#231: Reconnection failed: org.jivesoftware.smack.SmackException$EndpointConnectionException: Could not lookup the following endpoints: RemoteConnectionEndpointLookupFailure(description='DNS lookup exception for xmpp.meet.jitsi' exception='java.net.UnknownHostException: xmpp.meet.jitsi') at org.jivesoftware.smack.SmackException$EndpointConnectionException.from(SmackException.java:334) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:664) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:849) at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:525) at org.jivesoftware.smack.ReconnectionManager$2.run(ReconnectionManager.java:282) at java.base/java.lang.Thread.run(Thread.java:840) Jibri 2025-05-29 12:40:58.284 FINE: [81] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-05-29 12:40:58.285 INFO: [81] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-05-29 12:40:58.285 FINE: [81] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-05-29 12:40:58.285 INFO: [81] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-05-29 12:40:58.285 FINE: [81] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnection-failed:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-05-29 12:40:58.285 WARNING: [81] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectionFailed#231: Reconnection failed: org.jivesoftware.smack.SmackException$EndpointConnectionException: Could not lookup the following endpoints: RemoteConnectionEndpointLookupFailure(description='DNS lookup exception for xmpp.meet.jitsi' exception='java.net.UnknownHostException: xmpp.meet.jitsi') at org.jivesoftware.smack.SmackException$EndpointConnectionException.from(SmackException.java:334) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:664) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:849) at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:525) at org.jivesoftware.smack.ReconnectionManager$2.run(ReconnectionManager.java:282) at java.base/java.lang.Thread.run(Thread.java:840)

waledmet avatar Jun 15 '25 12:06 waledmet

Is this a docker jibri you run? Give some details about your settings. Your jibri cannot resolve that address as said in the error.

damencho avatar Jun 15 '25 18:06 damencho

yes we use Docker version

waledmet avatar Jun 16 '25 06:06 waledmet

I resolved the issue by updating the jitsi-docker\jibri.yml file to add aliases to the network, but there are still no recordings found in ~.jitsi-meet-cfg\jibri\recordings. before networks: meet.jitsi:

after networks: meet.jitsi: aliases: - ${XMPP_SERVER:-xmpp.meet.jitsi}

last log after update jibri.yml Jibri 2025-06-15 13:08:50.862 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: checking for value via suppliers: ConfigSourceSupplier: key: 'http_api_port', type: 'kotlin.Int', source: 'command line args' ConfigSourceSupplier: key: 'jibri.api.http.external-api-port', type: 'kotlin.Int', source: 'config' Jibri 2025-06-15 13:08:50.863 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'http_api_port' from source 'command line args' as type kotlin.Int Jibri 2025-06-15 13:08:50.864 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: failed to find value via ConfigSourceSupplier: key: 'http_api_port', type: 'kotlin.Int', source: 'command line args': org.jitsi.metaconfig.ConfigException$UnableToRetrieve$NotFound: not found Jibri 2025-06-15 13:08:50.864 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'jibri.api.http.external-api-port' from source 'config' as type kotlin.Int Jibri 2025-06-15 13:08:50.866 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Found value 2222 for key 'jibri.api.http.external-api-port' from source 'config' as type kotlin.Int Jibri 2025-06-15 13:08:50.866 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: value found via ConfigSourceSupplier: key: 'jibri.api.http.external-api-port', type: 'kotlin.Int', source: 'config' Jibri 2025-06-15 13:08:50.867 INFO: [1] MainKt.main#154: Using port 2222 for HTTP API Jibri 2025-06-15 13:08:50.874 INFO: [51] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient.initializeConnectAndJoin#300: Initializing a new MucClient for [ org.jitsi.xmpp.mucclient.MucClientConfiguration id=xmpp.meet.jitsi domain=auth.meet.jitsi hostname=xmpp.meet.jitsi port=5222 username=jibri mucs=[[email protected]] mucNickname=jibri-762398982 disableCertificateVerification=true] Jibri 2025-06-15 13:08:50.877 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'jibri.stats.prometheus.enabled' from source 'config' as type kotlin.Boolean Jibri 2025-06-15 13:08:50.878 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Found value false for key 'jibri.stats.prometheus.enabled' from source 'config' as type kotlin.Boolean Jibri 2025-06-15 13:08:50.913 WARNING: [51] MucClient.createXMPPTCPConnectionConfiguration#119: Disabling certificate verification! Jibri 2025-06-15 13:08:50.939 INFO: [51] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient.initializeConnectAndJoin#401: Dispatching a thread to connect and login. Jibri 2025-06-15 13:08:51.170 FINE: [51] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-connected:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-15 13:08:51.173 INFO: [51] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$2.connected#338: Connected. isSmEnabled:false isSmAvailable:false isSmResumptionPossible:false Jibri 2025-06-15 13:08:51.174 INFO: [51] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient.lambda$getConnectAndLoginCallable$9#699: Logging in. Jibri 2025-06-15 13:08:51.319 INFO: [51] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$2.authenticated#351: Authenticated, resumed=false Jibri 2025-06-15 13:08:51.320 FINE: [51] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$MucWrapper.resetLastPresenceSent#897: Resetting lastPresenceSent Jibri 2025-06-15 13:08:51.353 INFO: [51] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$MucWrapper.join#822: Joined MUC: [email protected] Jibri 2025-06-15 13:08:51.367 FINE: [71] org.jitsi.xmpp.extensions.DefaultPacketExtensionProvider.parse: Could not add a provider for element busy-status from namespace http://jitsi.org/protocol/jibri Jibri 2025-06-15 13:08:51.371 FINE: [71] org.jitsi.xmpp.extensions.DefaultPacketExtensionProvider.parse: Could not add a provider for element health-status from namespace http://jitsi.org/protocol/health

waledmet avatar Jun 16 '25 06:06 waledmet

How are you launching the container? With the docker compose CLI?

saghul avatar Jun 16 '25 06:06 saghul

I launching it by use docker-compose -f docker-compose.yml -f jibri.yml down docker-compose -f docker-compose.yml -f jibri.yml up -d

waledmet avatar Jun 16 '25 07:06 waledmet

What version of the images? Did you make any changes?

saghul avatar Jun 16 '25 11:06 saghul

version: '3.5'

waledmet avatar Jun 16 '25 11:06 waledmet

That's the Docekr Compose file. I mean the images.

saghul avatar Jun 16 '25 12:06 saghul

stable-10184

waledmet avatar Jun 16 '25 12:06 waledmet

Can you share the full log, so we can see when the recording is stopped?

saghul avatar Jun 16 '25 18:06 saghul

I provided this information earlier. Can you help me with the steps and parameters I need to add to the .env file or the configuration needed to set up recording and save it on the server?

waledmet avatar Jun 18 '25 10:06 waledmet

That is not the full log though. I want to see the finalization.

saghul avatar Jun 18 '25 10:06 saghul

can tell me with what log you need to check and if can provide me with command to get this log

waledmet avatar Jun 18 '25 11:06 waledmet

~/.jitsi-meet-cfg/jibri/logs/log.6.txt Jibri 2025-06-16 11:52:44.126 INFO: [1] MainKt.handleCommandLineArgs#188: Jibri run with args [--config, /etc/jitsi/jibri/config.json] Jibri 2025-06-16 11:52:44.306 INFO: [1] MainKt.setupLegacyConfig#213: Checking legacy config file /etc/jitsi/jibri/config.json Jibri 2025-06-16 11:52:44.324 INFO: [1] MainKt.setupLegacyConfig#216: Legacy config file /etc/jitsi/jibri/config.json doesn't exist Jibri 2025-06-16 11:52:44.738 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: checking for value via suppliers: LambdaSupplier: 'JibriConfig::jibriId' ConfigSourceSupplier: key: 'jibri.id', type: 'kotlin.String', source: 'config' Jibri 2025-06-16 11:52:44.738 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: LambdaSupplier: Trying to retrieve value via JibriConfig::jibriId Jibri 2025-06-16 11:52:44.746 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: failed to find value via LambdaSupplier: 'JibriConfig::jibriId': org.jitsi.metaconfig.ConfigException$UnableToRetrieve$Error: class java.lang.NullPointerException Jibri 2025-06-16 11:52:44.748 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'jibri.id' from source 'config' as type kotlin.String Jibri 2025-06-16 11:52:44.798 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Found value jibri-069433607 for key 'jibri.id' from source 'config' as type kotlin.String Jibri 2025-06-16 11:52:44.800 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: value found via ConfigSourceSupplier: key: 'jibri.id', type: 'kotlin.String', source: 'config' Jibri 2025-06-16 11:52:44.801 INFO: [1] MainKt.main#55: Jibri starting up with id jibri-069433607 Jibri 2025-06-16 11:52:44.813 FINE: [1] MetricsContainer.registerCounter#152: Counter 'sessions_started' was renamed to 'sessions_started_total' to ensure consistent metric naming. Jibri 2025-06-16 11:52:44.823 FINE: [1] MetricsContainer.registerCounter#152: Counter 'sessions_stopped' was renamed to 'sessions_stopped_total' to ensure consistent metric naming. Jibri 2025-06-16 11:52:44.823 FINE: [1] MetricsContainer.registerCounter#152: Counter 'errors' was renamed to 'errors_total' to ensure consistent metric naming. Jibri 2025-06-16 11:52:44.824 FINE: [1] MetricsContainer.registerCounter#152: Counter 'busy' was renamed to 'busy_total' to ensure consistent metric naming. Jibri 2025-06-16 11:52:44.825 FINE: [1] MetricsContainer.registerCounter#152: Counter 'xmpp_connected' was renamed to 'xmpp_connected_total' to ensure consistent metric naming. Jibri 2025-06-16 11:52:44.826 FINE: [1] MetricsContainer.registerCounter#152: Counter 'xmpp_reconnecting' was renamed to 'xmpp_reconnecting_total' to ensure consistent metric naming. Jibri 2025-06-16 11:52:44.826 FINE: [1] MetricsContainer.registerCounter#152: Counter 'xmpp_reconnection_failed' was renamed to 'xmpp_reconnection_failed_total' to ensure consistent metric naming. Jibri 2025-06-16 11:52:44.827 FINE: [1] MetricsContainer.registerCounter#152: Counter 'xmpp_ping_failed' was renamed to 'xmpp_ping_failed_total' to ensure consistent metric naming. Jibri 2025-06-16 11:52:44.828 FINE: [1] MetricsContainer.registerCounter#152: Counter 'xmpp_closed' was renamed to 'xmpp_closed_total' to ensure consistent metric naming. Jibri 2025-06-16 11:52:44.828 FINE: [1] MetricsContainer.registerCounter#152: Counter 'xmpp_closed_on_error' was renamed to 'xmpp_closed_on_error_total' to ensure consistent metric naming. Jibri 2025-06-16 11:52:44.828 FINE: [1] MetricsContainer.registerCounter#152: Counter 'stopped_on_xmpp_closed' was renamed to 'stopped_on_xmpp_closed_total' to ensure consistent metric naming. Jibri 2025-06-16 11:52:44.831 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: checking for value via suppliers: LambdaSupplier: 'JibriConfig::enableStatsD' ConfigSourceSupplier: key: 'jibri.stats.enable-stats-d', type: 'kotlin.Boolean', source: 'config' Jibri 2025-06-16 11:52:44.833 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: LambdaSupplier: Trying to retrieve value via JibriConfig::enableStatsD Jibri 2025-06-16 11:52:44.833 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: failed to find value via LambdaSupplier: 'JibriConfig::enableStatsD': org.jitsi.metaconfig.ConfigException$UnableToRetrieve$Error: class java.lang.NullPointerException Jibri 2025-06-16 11:52:44.833 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'jibri.stats.enable-stats-d' from source 'config' as type kotlin.Boolean Jibri 2025-06-16 11:52:44.836 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Found value true for key 'jibri.stats.enable-stats-d' from source 'config' as type kotlin.Boolean Jibri 2025-06-16 11:52:44.837 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: value found via ConfigSourceSupplier: key: 'jibri.stats.enable-stats-d', type: 'kotlin.Boolean', source: 'config' Jibri 2025-06-16 11:52:44.840 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'jibri.stats.host' from source 'config' as type kotlin.String Jibri 2025-06-16 11:52:44.842 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Found value localhost for key 'jibri.stats.host' from source 'config' as type kotlin.String Jibri 2025-06-16 11:52:44.842 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'jibri.stats.port' from source 'config' as type kotlin.Int Jibri 2025-06-16 11:52:44.846 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Found value 8125 for key 'jibri.stats.port' from source 'config' as type kotlin.Int Jibri 2025-06-16 11:52:44.870 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: checking for value via suppliers: ConfigSourceSupplier: key: 'jibri.webhook.subscribers', type: 'kotlin.collections.List<kotlin.String>', source: 'config' Jibri 2025-06-16 11:52:44.871 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'jibri.webhook.subscribers' from source 'config' as type kotlin.collections.List<kotlin.String> Jibri 2025-06-16 11:52:44.878 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Found value [] for key 'jibri.webhook.subscribers' from source 'config' as type kotlin.collections.List<kotlin.String> Jibri 2025-06-16 11:52:44.879 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: value found via ConfigSourceSupplier: key: 'jibri.webhook.subscribers', type: 'kotlin.collections.List<kotlin.String>', source: 'config' Jibri 2025-06-16 11:52:45.288 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'jibri.jwt-info' from source 'config' as type com.typesafe.config.ConfigObject Jibri 2025-06-16 11:52:45.304 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Found value SimpleConfigObject({}) for key 'jibri.jwt-info' from source 'config' as type com.typesafe.config.ConfigObject Jibri 2025-06-16 11:52:45.305 INFO: [1] JwtInfo$Companion.fromConfig#40: got jwtConfig: {}

Jibri 2025-06-16 11:52:45.305 INFO: [1] JwtInfo$Companion.fromConfig#50: Unable to create JwtInfo: com.typesafe.config.ConfigException$Missing: reference.conf @ jar:file:/opt/jitsi/jibri/jibri.jar!/reference.conf: 158: No configuration setting found for key 'signing-key-path' Jibri 2025-06-16 11:52:45.314 FINE: [1] RefreshingProperty.getValue#44: Refreshing property jwt (not yet initialized or expired)... Jibri 2025-06-16 11:52:45.468 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: checking for value via suppliers: ConfigSourceSupplier: key: 'internal_http_port', type: 'kotlin.Int', source: 'command line args' ConfigSourceSupplier: key: 'jibri.api.http.internal-api-port', type: 'kotlin.Int', source: 'config' Jibri 2025-06-16 11:52:45.469 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'internal_http_port' from source 'command line args' as type kotlin.Int Jibri 2025-06-16 11:52:45.470 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: failed to find value via ConfigSourceSupplier: key: 'internal_http_port', type: 'kotlin.Int', source: 'command line args': org.jitsi.metaconfig.ConfigException$UnableToRetrieve$NotFound: not found Jibri 2025-06-16 11:52:45.470 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'jibri.api.http.internal-api-port' from source 'config' as type kotlin.Int Jibri 2025-06-16 11:52:45.471 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Found value 3333 for key 'jibri.api.http.internal-api-port' from source 'config' as type kotlin.Int Jibri 2025-06-16 11:52:45.471 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: value found via ConfigSourceSupplier: key: 'jibri.api.http.internal-api-port', type: 'kotlin.Int', source: 'config' Jibri 2025-06-16 11:52:45.472 INFO: [1] MainKt.main#128: Using port 3333 for internal HTTP API Jibri 2025-06-16 11:52:45.480 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 11:52:45.701 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: checking for value via suppliers: LambdaSupplier: 'JibriConfig::xmppEnvironments' TypeConvertingSupplier: converting value from ConfigSourceSupplier: key: 'jibri.api.xmpp.environments', type: 'kotlin.collections.List<com.typesafe.config.Config>', source: 'config' Jibri 2025-06-16 11:52:45.701 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: LambdaSupplier: Trying to retrieve value via JibriConfig::xmppEnvironments Jibri 2025-06-16 11:52:45.701 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: failed to find value via LambdaSupplier: 'JibriConfig::xmppEnvironments': org.jitsi.metaconfig.ConfigException$UnableToRetrieve$NotFound: Considering empty XMPP envs list as not found Jibri 2025-06-16 11:52:45.702 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'jibri.api.xmpp.environments' from source 'config' as type kotlin.collections.List<com.typesafe.config.Config> Jibri 2025-06-16 11:52:45.703 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Found value [Config(SimpleConfigObject({"base-url":"https://localhost:8443","call-login":{"domain":"hidden.meet.jitsi","password":"93e376026d428639c9f571c8073ad66e","username":"recorder"},"control-login":{"domain":"auth.meet.jitsi","password":"d6b58648993ece8e856b70dee0964977","port":"5222","username":"jibri"},"control-muc":{"domain":"internal-muc.meet.jitsi","nickname":"jibri-069433607","room-name":"jibribrewery"},"name":"-0","strip-from-room-domain":"muc.","trust-all-xmpp-certs":true,"usage-timeout":"0","xmpp-domain":"meet.jitsi","xmpp-server-hosts":["xmpp.meet.jitsi"]}))] for key 'jibri.api.xmpp.environments' from source 'config' as type kotlin.collections.List<com.typesafe.config.Config> Jibri 2025-06-16 11:52:45.714 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: TypeConvertingSupplier: Converted value type from ConfigSourceSupplier: key: 'jibri.api.xmpp.environments', type: 'kotlin.collections.List<com.typesafe.config.Config>', source: 'config' to [XmppEnvironmentConfig(name=-0, xmppServerHosts=[xmpp.meet.jitsi], xmppDomain=meet.jitsi, baseUrl=https://localhost:8443, controlLogin=XmppCredentials(domain=auth.meet.jitsi, port=5222, username=jibri, password=), controlMuc=XmppMuc(domain=internal-muc.meet.jitsi, roomName=jibribrewery, nickname=jibri-069433607), sipControlMuc=null, callLogin=XmppCredentials(domain=hidden.meet.jitsi, port=null, username=recorder, password=), stripFromRoomDomain=muc., usageTimeoutMins=0, trustAllXmppCerts=true, securityMode=null)] Jibri 2025-06-16 11:52:45.715 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: value found via TypeConvertingSupplier: converting value from ConfigSourceSupplier: key: 'jibri.api.xmpp.environments', type: 'kotlin.collections.List<com.typesafe.config.Config>', source: 'config' Jibri 2025-06-16 11:52:45.891 INFO: [1] XmppApi.updatePresence#203: Jibri reports its status is now JibriStatus(busyStatus=IDLE, health=OverallHealth(healthStatus=HEALTHY, details={})), publishing presence to connections Jibri 2025-06-16 11:52:45.893 FINE: [1] MucClientManager.setPresenceExtension#160: Setting a presence extension: org.jitsi.xmpp.extensions.jibri.JibriStatusPacketExt@3c83468e Jibri 2025-06-16 11:52:45.898 INFO: [1] XmppApi.start#150: Connecting to xmpp environment on xmpp.meet.jitsi with config XmppEnvironmentConfig(name=-0, xmppServerHosts=[xmpp.meet.jitsi], xmppDomain=meet.jitsi, baseUrl=https://localhost:8443, controlLogin=XmppCredentials(domain=auth.meet.jitsi, port=5222, username=jibri, password=), controlMuc=XmppMuc(domain=internal-muc.meet.jitsi, roomName=jibribrewery, nickname=jibri-069433607), sipControlMuc=null, callLogin=XmppCredentials(domain=hidden.meet.jitsi, port=null, username=recorder, password=), stripFromRoomDomain=muc., usageTimeoutMins=0, trustAllXmppCerts=true, securityMode=null) Jibri 2025-06-16 11:52:45.899 INFO: [1] XmppApi.start#168: The trustAllXmppCerts config is enabled for this domain, all XMPP server provided certificates will be accepted Jibri 2025-06-16 11:52:45.917 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: checking for value via suppliers: ConfigSourceSupplier: key: 'http_api_port', type: 'kotlin.Int', source: 'command line args' ConfigSourceSupplier: key: 'jibri.api.http.external-api-port', type: 'kotlin.Int', source: 'config' Jibri 2025-06-16 11:52:45.917 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'http_api_port' from source 'command line args' as type kotlin.Int Jibri 2025-06-16 11:52:45.918 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: failed to find value via ConfigSourceSupplier: key: 'http_api_port', type: 'kotlin.Int', source: 'command line args': org.jitsi.metaconfig.ConfigException$UnableToRetrieve$NotFound: not found Jibri 2025-06-16 11:52:45.918 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'jibri.api.http.external-api-port' from source 'config' as type kotlin.Int Jibri 2025-06-16 11:52:45.920 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Found value 2222 for key 'jibri.api.http.external-api-port' from source 'config' as type kotlin.Int Jibri 2025-06-16 11:52:45.920 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: value found via ConfigSourceSupplier: key: 'jibri.api.http.external-api-port', type: 'kotlin.Int', source: 'config' Jibri 2025-06-16 11:52:45.921 INFO: [1] MainKt.main#154: Using port 2222 for HTTP API Jibri 2025-06-16 11:52:45.924 INFO: [51] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient.initializeConnectAndJoin#300: Initializing a new MucClient for [ org.jitsi.xmpp.mucclient.MucClientConfiguration id=xmpp.meet.jitsi domain=auth.meet.jitsi hostname=xmpp.meet.jitsi port=5222 username=jibri mucs=[[email protected]] mucNickname=jibri-069433607 disableCertificateVerification=true] Jibri 2025-06-16 11:52:45.927 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'jibri.stats.prometheus.enabled' from source 'config' as type kotlin.Boolean Jibri 2025-06-16 11:52:45.928 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Found value true for key 'jibri.stats.prometheus.enabled' from source 'config' as type kotlin.Boolean Jibri 2025-06-16 11:52:45.928 INFO: [1] HttpApi$apiModule$2.invoke#137: Enabling prometheus interface at :2222/metrics Jibri 2025-06-16 11:52:45.955 WARNING: [51] MucClient.createXMPPTCPConnectionConfiguration#119: Disabling certificate verification! Jibri 2025-06-16 11:52:45.976 INFO: [51] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient.initializeConnectAndJoin#401: Dispatching a thread to connect and login. Jibri 2025-06-16 11:52:46.220 FINE: [51] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-connected:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-16 11:52:46.223 INFO: [51] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$2.connected#338: Connected. isSmEnabled:false isSmAvailable:false isSmResumptionPossible:false Jibri 2025-06-16 11:52:46.223 INFO: [51] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient.lambda$getConnectAndLoginCallable$9#699: Logging in. Jibri 2025-06-16 11:52:46.336 INFO: [51] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$2.authenticated#351: Authenticated, resumed=false Jibri 2025-06-16 11:52:46.337 FINE: [51] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$MucWrapper.resetLastPresenceSent#897: Resetting lastPresenceSent Jibri 2025-06-16 11:52:46.367 INFO: [51] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$MucWrapper.join#822: Joined MUC: [email protected] Jibri 2025-06-16 11:52:46.378 FINE: [71] org.jitsi.xmpp.extensions.DefaultPacketExtensionProvider.parse: Could not add a provider for element busy-status from namespace http://jitsi.org/protocol/jibri Jibri 2025-06-16 11:52:46.381 FINE: [71] org.jitsi.xmpp.extensions.DefaultPacketExtensionProvider.parse: Could not add a provider for element health-status from namespace http://jitsi.org/protocol/health Jibri 2025-06-16 11:53:43.307 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 11:54:41.075 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 11:55:38.862 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 11:56:37.362 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 11:57:34.646 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 11:58:32.419 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 11:59:29.724 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:00:28.012 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:01:26.205 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:02:24.080 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:03:21.958 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:04:19.787 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:05:17.652 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:06:16.241 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:07:13.564 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:08:11.517 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:09:09.908 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:10:09.279 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:11:07.974 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:12:06.009 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:13:03.842 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:14:01.963 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:14:59.870 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:15:58.227 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:16:56.164 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:17:54.618 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:18:51.816 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:19:49.712 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:20:46.885 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:21:45.331 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:22:43.139 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-16 12:23:40.963 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status

waledmet avatar Jun 18 '25 11:06 waledmet

=>>>>>docker logs -f jitsi-docker-jitsi-meet-3de7148-jibri-1 [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] 10-jibri: applying... [fix-attrs.d] 10-jibri: exited 0. [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... No AUTOSCALER_URL defined, leaving autoscaler sidecar disabled [cont-init.d] 10-config: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. icewmbg: Can't open display: :0. X must be running and $DISPLAY set. _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.

X.Org X Server 1.21.1.7 X Protocol Version 11, Revision 0 Current Operating System: Linux 750da5f296e7 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 Kernel command line: initrd=\initrd.img WSL_ROOT_INIT=1 panic=-1 nr_cpus=24 hv_utils.timesync_implicit=1 console=hvc0 debug pty.legacy_count=0 WSL_ENABLE_CRASH_DUMP=1 xorg-server 2:21.1.7-3+deb12u9 (https://www.debian.org/support) Current version of pixman: 0.42.2 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (++) Log file: "/tmp/xorg.log", Time: Wed Jun 18 10:54:55 2025 (++) Using config file: "/etc/jitsi/jibri/xorg-video-dummy.conf" (==) Using system config directory "/usr/share/X11/xorg.conf.d" Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories [376:417:0618/105455.997423:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [376:420:0618/105456.008073:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory Fontconfig error: No writable cache directories [376:420:0618/105456.009017:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory Fontconfig error: No writable cache directories [376:417:0618/105456.035867:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [376:417:0618/105456.037065:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [376:417:0618/105456.037102:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [376:417:0618/105456.037591:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [376:417:0618/105456.037648:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories [376:417:0618/105456.597689:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [376:417:0618/105456.597762:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [376:500:0618/105456.848076:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [376:500:0618/105456.848149:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [376:500:0618/105456.848199:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [376:500:0618/105456.848435:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [376:500:0618/105456.848514:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory Jibri 2025-06-18 10:54:57.770 INFO: [1] MainKt.handleCommandLineArgs#188: Jibri run with args [--config, /etc/jitsi/jibri/config.json] Jibri 2025-06-18 10:54:57.928 INFO: [1] MainKt.setupLegacyConfig#213: Checking legacy config file /etc/jitsi/jibri/config.json Jibri 2025-06-18 10:54:57.941 INFO: [1] MainKt.setupLegacyConfig#216: Legacy config file /etc/jitsi/jibri/config.json doesn't exist Jibri 2025-06-18 10:54:58.335 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: checking for value via suppliers: LambdaSupplier: 'JibriConfig::jibriId' ConfigSourceSupplier: key: 'jibri.id', type: 'kotlin.String', source: 'config' Jibri 2025-06-18 10:54:58.336 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: LambdaSupplier: Trying to retrieve value via JibriConfig::jibriId Jibri 2025-06-18 10:54:58.341 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: failed to find value via LambdaSupplier: 'JibriConfig::jibriId': org.jitsi.metaconfig.ConfigException$UnableToRetrieve$Error: class java.lang.NullPointerException Jibri 2025-06-18 10:54:58.342 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'jibri.id' from source 'config' as type kotlin.String Jibri 2025-06-18 10:54:58.391 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Found value jibri-669322429 for key 'jibri.id' from source 'config' as type kotlin.String Jibri 2025-06-18 10:54:58.395 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: value found via ConfigSourceSupplier: key: 'jibri.id', type: 'kotlin.String', source: 'config' Jibri 2025-06-18 10:54:58.396 INFO: [1] MainKt.main#55: Jibri starting up with id jibri-669322429 Jibri 2025-06-18 10:54:58.407 FINE: [1] MetricsContainer.registerCounter#152: Counter 'sessions_started' was renamed to 'sessions_started_total' to ensure consistent metric naming. Jibri 2025-06-18 10:54:58.416 FINE: [1] MetricsContainer.registerCounter#152: Counter 'sessions_stopped' was renamed to 'sessions_stopped_total' to ensure consistent metric naming. Jibri 2025-06-18 10:54:58.417 FINE: [1] MetricsContainer.registerCounter#152: Counter 'errors' was renamed to 'errors_total' to ensure consistent metric naming. Jibri 2025-06-18 10:54:58.418 FINE: [1] MetricsContainer.registerCounter#152: Counter 'busy' was renamed to 'busy_total' to ensure consistent metric naming. Jibri 2025-06-18 10:54:58.419 FINE: [1] MetricsContainer.registerCounter#152: Counter 'xmpp_connected' was renamed to 'xmpp_connected_total' to ensure consistent metric naming. Jibri 2025-06-18 10:54:58.420 FINE: [1] MetricsContainer.registerCounter#152: Counter 'xmpp_reconnecting' was renamed to 'xmpp_reconnecting_total' to ensure consistent metric naming. Jibri 2025-06-18 10:54:58.421 FINE: [1] MetricsContainer.registerCounter#152: Counter 'xmpp_reconnection_failed' was renamed to 'xmpp_reconnection_failed_total' to ensure consistent metric naming. Jibri 2025-06-18 10:54:58.422 FINE: [1] MetricsContainer.registerCounter#152: Counter 'xmpp_ping_failed' was renamed to 'xmpp_ping_failed_total' to ensure consistent metric naming. Jibri 2025-06-18 10:54:58.423 FINE: [1] MetricsContainer.registerCounter#152: Counter 'xmpp_closed' was renamed to 'xmpp_closed_total' to ensure consistent metric naming. Jibri 2025-06-18 10:54:58.424 FINE: [1] MetricsContainer.registerCounter#152: Counter 'xmpp_closed_on_error' was renamed to 'xmpp_closed_on_error_total' to ensure consistent metric naming. Jibri 2025-06-18 10:54:58.424 FINE: [1] MetricsContainer.registerCounter#152: Counter 'stopped_on_xmpp_closed' was renamed to 'stopped_on_xmpp_closed_total' to ensure consistent metric naming. Jibri 2025-06-18 10:54:58.430 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: checking for value via suppliers: LambdaSupplier: 'JibriConfig::enableStatsD' ConfigSourceSupplier: key: 'jibri.stats.enable-stats-d', type: 'kotlin.Boolean', source: 'config' Jibri 2025-06-18 10:54:58.430 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: LambdaSupplier: Trying to retrieve value via JibriConfig::enableStatsD Jibri 2025-06-18 10:54:58.431 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: failed to find value via LambdaSupplier: 'JibriConfig::enableStatsD': org.jitsi.metaconfig.ConfigException$UnableToRetrieve$Error: class java.lang.NullPointerException Jibri 2025-06-18 10:54:58.432 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'jibri.stats.enable-stats-d' from source 'config' as type kotlin.Boolean Jibri 2025-06-18 10:54:58.436 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Found value true for key 'jibri.stats.enable-stats-d' from source 'config' as type kotlin.Boolean Jibri 2025-06-18 10:54:58.437 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: value found via ConfigSourceSupplier: key: 'jibri.stats.enable-stats-d', type: 'kotlin.Boolean', source: 'config' Jibri 2025-06-18 10:54:58.441 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'jibri.stats.host' from source 'config' as type kotlin.String Jibri 2025-06-18 10:54:58.444 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Found value localhost for key 'jibri.stats.host' from source 'config' as type kotlin.String Jibri 2025-06-18 10:54:58.444 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'jibri.stats.port' from source 'config' as type kotlin.Int Jibri 2025-06-18 10:54:58.449 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Found value 8125 for key 'jibri.stats.port' from source 'config' as type kotlin.Int Jibri 2025-06-18 10:54:58.476 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: checking for value via suppliers: ConfigSourceSupplier: key: 'jibri.webhook.subscribers', type: 'kotlin.collections.List<kotlin.String>', source: 'config' Jibri 2025-06-18 10:54:58.479 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'jibri.webhook.subscribers' from source 'config' as type kotlin.collections.List<kotlin.String> Jibri 2025-06-18 10:54:58.489 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Found value [] for key 'jibri.webhook.subscribers' from source 'config' as type kotlin.collections.List<kotlin.String> Jibri 2025-06-18 10:54:58.490 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: value found via ConfigSourceSupplier: key: 'jibri.webhook.subscribers', type: 'kotlin.collections.List<kotlin.String>', source: 'config' SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Jibri 2025-06-18 10:54:58.973 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'jibri.jwt-info' from source 'config' as type com.typesafe.config.ConfigObject Jibri 2025-06-18 10:54:58.989 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Found value SimpleConfigObject({}) for key 'jibri.jwt-info' from source 'config' as type com.typesafe.config.ConfigObject Jibri 2025-06-18 10:54:58.990 INFO: [1] JwtInfo$Companion.fromConfig#40: got jwtConfig: {}

Jibri 2025-06-18 10:54:58.990 INFO: [1] JwtInfo$Companion.fromConfig#50: Unable to create JwtInfo: com.typesafe.config.ConfigException$Missing: reference.conf @ jar:file:/opt/jitsi/jibri/jibri.jar!/reference.conf: 158: No configuration setting found for key 'signing-key-path' Jibri 2025-06-18 10:54:58.998 FINE: [1] RefreshingProperty.getValue#44: Refreshing property jwt (not yet initialized or expired)... Jibri 2025-06-18 10:54:59.153 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: checking for value via suppliers: ConfigSourceSupplier: key: 'internal_http_port', type: 'kotlin.Int', source: 'command line args' ConfigSourceSupplier: key: 'jibri.api.http.internal-api-port', type: 'kotlin.Int', source: 'config' Jibri 2025-06-18 10:54:59.154 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'internal_http_port' from source 'command line args' as type kotlin.Int Jibri 2025-06-18 10:54:59.156 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: failed to find value via ConfigSourceSupplier: key: 'internal_http_port', type: 'kotlin.Int', source: 'command line args': org.jitsi.metaconfig.ConfigException$UnableToRetrieve$NotFound: not found Jibri 2025-06-18 10:54:59.156 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'jibri.api.http.internal-api-port' from source 'config' as type kotlin.Int Jibri 2025-06-18 10:54:59.157 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Found value 3333 for key 'jibri.api.http.internal-api-port' from source 'config' as type kotlin.Int Jibri 2025-06-18 10:54:59.157 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: value found via ConfigSourceSupplier: key: 'jibri.api.http.internal-api-port', type: 'kotlin.Int', source: 'config' Jibri 2025-06-18 10:54:59.159 INFO: [1] MainKt.main#128: Using port 3333 for internal HTTP API Jibri 2025-06-18 10:54:59.172 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 10:54:59.393 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: checking for value via suppliers: LambdaSupplier: 'JibriConfig::xmppEnvironments' TypeConvertingSupplier: converting value from ConfigSourceSupplier: key: 'jibri.api.xmpp.environments', type: 'kotlin.collections.List<com.typesafe.config.Config>', source: 'config' Jibri 2025-06-18 10:54:59.394 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: LambdaSupplier: Trying to retrieve value via JibriConfig::xmppEnvironments Jibri 2025-06-18 10:54:59.394 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: failed to find value via LambdaSupplier: 'JibriConfig::xmppEnvironments': org.jitsi.metaconfig.ConfigException$UnableToRetrieve$NotFound: Considering empty XMPP envs list as not found Jibri 2025-06-18 10:54:59.394 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'jibri.api.xmpp.environments' from source 'config' as type kotlin.collections.List<com.typesafe.config.Config> Jibri 2025-06-18 10:54:59.396 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Found value [Config(SimpleConfigObject({"base-url":"https://localhost:8443","call-login":{"domain":"hidden.meet.jitsi","password":"93e376026d428639c9f571c8073ad66e","username":"recorder"},"control-login":{"domain":"auth.meet.jitsi","password":"d6b58648993ece8e856b70dee0964977","port":"5222","username":"jibri"},"control-muc":{"domain":"internal-muc.meet.jitsi","nickname":"jibri-669322429","room-name":"jibribrewery"},"name":"-0","strip-from-room-domain":"muc.","trust-all-xmpp-certs":true,"usage-timeout":"0","xmpp-domain":"meet.jitsi","xmpp-server-hosts":["xmpp.meet.jitsi"]}))] for key 'jibri.api.xmpp.environments' from source 'config' as type kotlin.collections.List<com.typesafe.config.Config> Jibri 2025-06-18 10:54:59.408 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: TypeConvertingSupplier: Converted value type from ConfigSourceSupplier: key: 'jibri.api.xmpp.environments', type: 'kotlin.collections.List<com.typesafe.config.Config>', source: 'config' to [XmppEnvironmentConfig(name=-0, xmppServerHosts=[xmpp.meet.jitsi], xmppDomain=meet.jitsi, baseUrl=https://localhost:8443, controlLogin=XmppCredentials(domain=auth.meet.jitsi, port=5222, username=jibri, password=), controlMuc=XmppMuc(domain=internal-muc.meet.jitsi, roomName=jibribrewery, nickname=jibri-669322429), sipControlMuc=null, callLogin=XmppCredentials(domain=hidden.meet.jitsi, port=null, username=recorder, password=), stripFromRoomDomain=muc., usageTimeoutMins=0, trustAllXmppCerts=true, securityMode=null)] Jibri 2025-06-18 10:54:59.409 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: value found via TypeConvertingSupplier: converting value from ConfigSourceSupplier: key: 'jibri.api.xmpp.environments', type: 'kotlin.collections.List<com.typesafe.config.Config>', source: 'config' Jibri 2025-06-18 10:54:59.553 INFO: [1] XmppApi.updatePresence#203: Jibri reports its status is now JibriStatus(busyStatus=IDLE, health=OverallHealth(healthStatus=HEALTHY, details={})), publishing presence to connections Jibri 2025-06-18 10:54:59.556 FINE: [1] MucClientManager.setPresenceExtension#160: Setting a presence extension: org.jitsi.xmpp.extensions.jibri.JibriStatusPacketExt@3c83468e Jibri 2025-06-18 10:54:59.560 INFO: [1] XmppApi.start#150: Connecting to xmpp environment on xmpp.meet.jitsi with config XmppEnvironmentConfig(name=-0, xmppServerHosts=[xmpp.meet.jitsi], xmppDomain=meet.jitsi, baseUrl=https://localhost:8443, controlLogin=XmppCredentials(domain=auth.meet.jitsi, port=5222, username=jibri, password=), controlMuc=XmppMuc(domain=internal-muc.meet.jitsi, roomName=jibribrewery, nickname=jibri-669322429), sipControlMuc=null, callLogin=XmppCredentials(domain=hidden.meet.jitsi, port=null, username=recorder, password=), stripFromRoomDomain=muc., usageTimeoutMins=0, trustAllXmppCerts=true, securityMode=null) Jibri 2025-06-18 10:54:59.561 INFO: [1] XmppApi.start#168: The trustAllXmppCerts config is enabled for this domain, all XMPP server provided certificates will be accepted Jibri 2025-06-18 10:54:59.579 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: checking for value via suppliers: ConfigSourceSupplier: key: 'http_api_port', type: 'kotlin.Int', source: 'command line args' ConfigSourceSupplier: key: 'jibri.api.http.external-api-port', type: 'kotlin.Int', source: 'config' Jibri 2025-06-18 10:54:59.579 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'http_api_port' from source 'command line args' as type kotlin.Int Jibri 2025-06-18 10:54:59.580 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: failed to find value via ConfigSourceSupplier: key: 'http_api_port', type: 'kotlin.Int', source: 'command line args': org.jitsi.metaconfig.ConfigException$UnableToRetrieve$NotFound: not found Jibri 2025-06-18 10:54:59.580 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'jibri.api.http.external-api-port' from source 'config' as type kotlin.Int Jibri 2025-06-18 10:54:59.581 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Found value 2222 for key 'jibri.api.http.external-api-port' from source 'config' as type kotlin.Int Jibri 2025-06-18 10:54:59.581 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: FallbackSupplier: value found via ConfigSourceSupplier: key: 'jibri.api.http.external-api-port', type: 'kotlin.Int', source: 'config' Jibri 2025-06-18 10:54:59.582 INFO: [1] MainKt.main#154: Using port 2222 for HTTP API Jibri 2025-06-18 10:54:59.584 INFO: [51] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient.initializeConnectAndJoin#300: Initializing a new MucClient for [ org.jitsi.xmpp.mucclient.MucClientConfiguration id=xmpp.meet.jitsi domain=auth.meet.jitsi hostname=xmpp.meet.jitsi port=5222 username=jibri mucs=[[email protected]] mucNickname=jibri-669322429 disableCertificateVerification=true] Jibri 2025-06-18 10:54:59.586 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Trying to retrieve key 'jibri.stats.prometheus.enabled' from source 'config' as type kotlin.Boolean Jibri 2025-06-18 10:54:59.586 FINE: [1] MainKt$setupMetaconfigLogger$1.debug#234: ConfigSourceSupplier: Found value true for key 'jibri.stats.prometheus.enabled' from source 'config' as type kotlin.Boolean Jibri 2025-06-18 10:54:59.587 INFO: [1] HttpApi$apiModule$2.invoke#137: Enabling prometheus interface at :2222/metrics Jibri 2025-06-18 10:54:59.610 WARNING: [51] MucClient.createXMPPTCPConnectionConfiguration#119: Disabling certificate verification! Jibri 2025-06-18 10:54:59.626 INFO: [51] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient.initializeConnectAndJoin#401: Dispatching a thread to connect and login. Jibri 2025-06-18 10:54:59.819 FINE: [51] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-connected:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 10:54:59.821 INFO: [51] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$2.connected#338: Connected. isSmEnabled:false isSmAvailable:false isSmResumptionPossible:false Jibri 2025-06-18 10:54:59.821 INFO: [51] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient.lambda$getConnectAndLoginCallable$9#699: Logging in. Jibri 2025-06-18 10:54:59.932 INFO: [51] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$2.authenticated#351: Authenticated, resumed=false Jibri 2025-06-18 10:54:59.933 FINE: [51] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$MucWrapper.resetLastPresenceSent#897: Resetting lastPresenceSent Jibri 2025-06-18 10:54:59.963 INFO: [51] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$MucWrapper.join#822: Joined MUC: [email protected] Jibri 2025-06-18 10:54:59.987 FINE: [71] org.jitsi.xmpp.extensions.DefaultPacketExtensionProvider.parse: Could not add a provider for element busy-status from namespace http://jitsi.org/protocol/jibri Jibri 2025-06-18 10:54:59.988 FINE: [71] org.jitsi.xmpp.extensions.DefaultPacketExtensionProvider.parse: Could not add a provider for element health-status from namespace http://jitsi.org/protocol/health Jibri 2025-06-18 10:55:58.796 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 10:56:58.435 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 10:57:58.071 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 10:58:57.711 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 10:59:57.346 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:00:56.278 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:01:56.107 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:02:55.682 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:03:54.588 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:04:54.318 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:05:53.981 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:06:53.636 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:07:53.334 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:08:52.988 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:09:52.649 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:10:52.240 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:11:35.049 WARNING: [76] org.jivesoftware.smack.AbstractXMPPConnection.callConnectionClosedOnErrorListener: Connection XMPPTCPConnection[[email protected]/CANXgBHobEQM] (0) closed with error org.jivesoftware.smack.xml.XmlPullParserException: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,7020] Message: XML document structures must start and end within the same entity. at org.jivesoftware.smack.xml.stax.StaxXmlPullParser.next(StaxXmlPullParser.java:193) at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.parsePackets(XMPPTCPConnection.java:1143) at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.access$700(XMPPTCPConnection.java:916) at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader$1.run(XMPPTCPConnection.java:939) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,7020] Message: XML document structures must start and end within the same entity. at java.xml/com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:652) at org.jivesoftware.smack.xml.stax.StaxXmlPullParser.next(StaxXmlPullParser.java:191) ... 4 more Jibri 2025-06-18 11:11:35.049 FINE: [76] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-closed-on-error:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:11:35.051 WARNING: [76] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$2.connectionClosedOnError#392: Closed on error: org.jivesoftware.smack.xml.XmlPullParserException: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,7020] Message: XML document structures must start and end within the same entity. at org.jivesoftware.smack.xml.stax.StaxXmlPullParser.next(StaxXmlPullParser.java:193) at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.parsePackets(XMPPTCPConnection.java:1143) at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.access$700(XMPPTCPConnection.java:916) at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader$1.run(XMPPTCPConnection.java:939) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,7020] Message: XML document structures must start and end within the same entity. at java.xml/com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:652) at org.jivesoftware.smack.xml.stax.StaxXmlPullParser.next(StaxXmlPullParser.java:191) ... 4 more Jibri 2025-06-18 11:11:36.059 FINE: [77] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:11:36.060 INFO: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:11:36.060 FINE: [77] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:11:36.061 INFO: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:11:36.067 FINE: [77] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnection-failed:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:11:36.067 WARNING: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectionFailed#231: Reconnection failed: org.jivesoftware.smack.SmackException$EndpointConnectionException: The following addresses failed: 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.5:5222)' failed because: java.net.ConnectException: Connection refused, 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.2:5222)' failed because: java.net.ConnectException: Connection refused at org.jivesoftware.smack.SmackException$EndpointConnectionException.from(SmackException.java:334) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:664) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:849) at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:525) at org.jivesoftware.smack.ReconnectionManager$2.run(ReconnectionManager.java:282) at java.base/java.lang.Thread.run(Thread.java:840) Jibri 2025-06-18 11:11:37.078 FINE: [77] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:11:37.078 INFO: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:11:37.078 FINE: [77] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:11:37.079 INFO: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:11:37.081 FINE: [77] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnection-failed:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:11:37.081 WARNING: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectionFailed#231: Reconnection failed: org.jivesoftware.smack.SmackException$EndpointConnectionException: The following addresses failed: 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.5:5222)' failed because: java.net.ConnectException: Connection refused, 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.2:5222)' failed because: java.net.ConnectException: Connection refused at org.jivesoftware.smack.SmackException$EndpointConnectionException.from(SmackException.java:334) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:664) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:849) at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:525) at org.jivesoftware.smack.ReconnectionManager$2.run(ReconnectionManager.java:282) at java.base/java.lang.Thread.run(Thread.java:840) Jibri 2025-06-18 11:11:38.092 FINE: [77] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:11:38.092 INFO: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:11:38.093 FINE: [77] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:11:38.093 INFO: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:11:38.095 FINE: [77] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnection-failed:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:11:38.096 WARNING: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectionFailed#231: Reconnection failed: org.jivesoftware.smack.SmackException$EndpointConnectionException: The following addresses failed: 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.5:5222)' failed because: java.net.ConnectException: Connection refused, 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.2:5222)' failed because: java.net.ConnectException: Connection refused at org.jivesoftware.smack.SmackException$EndpointConnectionException.from(SmackException.java:334) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:664) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:849) at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:525) at org.jivesoftware.smack.ReconnectionManager$2.run(ReconnectionManager.java:282) at java.base/java.lang.Thread.run(Thread.java:840) Jibri 2025-06-18 11:11:39.096 FINE: [77] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:11:39.097 INFO: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:11:39.097 FINE: [77] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:11:39.097 INFO: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:11:40.143 FINE: [77] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnection-failed:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:11:40.143 WARNING: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectionFailed#231: Reconnection failed: org.jivesoftware.smack.SmackException$EndpointConnectionException: The following addresses failed: 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.5:5222)' failed because: java.net.ConnectException: Connection refused, 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.2:5222)' failed because: java.net.ConnectException: Connection refused at org.jivesoftware.smack.SmackException$EndpointConnectionException.from(SmackException.java:334) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:664) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:849) at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:525) at org.jivesoftware.smack.ReconnectionManager$2.run(ReconnectionManager.java:282) at java.base/java.lang.Thread.run(Thread.java:840) Jibri 2025-06-18 11:11:41.144 FINE: [77] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:11:41.144 INFO: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:11:41.144 FINE: [77] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:11:41.145 INFO: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:11:41.147 FINE: [77] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnection-failed:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:11:41.147 WARNING: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectionFailed#231: Reconnection failed: org.jivesoftware.smack.SmackException$EndpointConnectionException: The following addresses failed: 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.5:5222)' failed because: java.net.ConnectException: Connection refused, 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.2:5222)' failed because: java.net.ConnectException: Connection refused at org.jivesoftware.smack.SmackException$EndpointConnectionException.from(SmackException.java:334) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:664) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:849) at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:525) at org.jivesoftware.smack.ReconnectionManager$2.run(ReconnectionManager.java:282) at java.base/java.lang.Thread.run(Thread.java:840) Jibri 2025-06-18 11:11:42.147 FINE: [77] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:11:42.148 INFO: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:11:42.148 FINE: [77] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:11:42.148 INFO: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:11:42.149 FINE: [77] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnection-failed:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:11:42.149 WARNING: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectionFailed#231: Reconnection failed: org.jivesoftware.smack.SmackException$EndpointConnectionException: The following addresses failed: 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.5:5222)' failed because: java.net.ConnectException: Connection refused, 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.2:5222)' failed because: java.net.ConnectException: Connection refused at org.jivesoftware.smack.SmackException$EndpointConnectionException.from(SmackException.java:334) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:664) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:849) at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:525) at org.jivesoftware.smack.ReconnectionManager$2.run(ReconnectionManager.java:282) at java.base/java.lang.Thread.run(Thread.java:840) Jibri 2025-06-18 11:11:43.150 FINE: [77] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:11:43.151 INFO: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:11:43.151 FINE: [77] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:11:43.161 INFO: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:11:43.294 FINE: [77] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-connected:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:11:43.294 INFO: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$2.connected#338: Connected. isSmEnabled:true isSmAvailable:false isSmResumptionPossible:true Jibri 2025-06-18 11:11:43.374 INFO: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$2.authenticated#351: Authenticated, resumed=false Jibri 2025-06-18 11:11:43.374 FINE: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$MucWrapper.resetLastPresenceSent#897: Resetting lastPresenceSent Jibri 2025-06-18 11:11:43.374 INFO: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$MucWrapper.join#802: Leaving a MUC we already occupy. Jibri 2025-06-18 11:11:48.377 WARNING: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$MucWrapper.leave#777: Error while trying to leave a MUC: org.jivesoftware.smack.SmackException$NoResponseException: No response received within reply timeout. Timeout was 5000ms (~5s). StanzaCollector has been cancelled. Waited for response using: AndFilter: (StanzaTypeFilter: Presence, OrFilter: (AndFilter: (FromMatchesFilter (full): [email protected]/jibri-669322429, PresenceTypeFilter: type=unavailable, MUCUserStatusCodeFilter: status=110), AndFilter: (FromMatchesFilter (ignoreResourcepart): [email protected], PresenceTypeFilter: type=error))). at org.jivesoftware.smack.SmackException$NoResponseException.newWith(SmackException.java:124) at org.jivesoftware.smack.SmackException$NoResponseException.newWith(SmackException.java:104) at org.jivesoftware.smack.StanzaCollector.nextResultOrThrow(StanzaCollector.java:281) at org.jivesoftware.smack.StanzaCollector.nextResultOrThrow(StanzaCollector.java:228) at org.jivesoftware.smackx.muc.MultiUserChat.leave(MultiUserChat.java:798) at org.jitsi.xmpp.mucclient.MucClient$MucWrapper.leave(MucClient.java:773) at org.jitsi.xmpp.mucclient.MucClient$MucWrapper.join(MucClient.java:803) at org.jitsi.xmpp.mucclient.MucClient.joinMucs(MucClient.java:422) at org.jitsi.xmpp.mucclient.MucClient$2.authenticated(MucClient.java:357) at org.jivesoftware.smack.AbstractXMPPConnection.callConnectionAuthenticatedListener(AbstractXMPPConnection.java:1706) at org.jivesoftware.smack.AbstractXMPPConnection.afterSuccessfulLogin(AbstractXMPPConnection.java:787) at org.jivesoftware.smack.tcp.XMPPTCPConnection.afterSuccessfulLogin(XMPPTCPConnection.java:372) at org.jivesoftware.smack.tcp.XMPPTCPConnection.loginInternal(XMPPTCPConnection.java:470) at org.jivesoftware.smack.AbstractXMPPConnection.login(AbstractXMPPConnection.java:637) at org.jivesoftware.smack.AbstractXMPPConnection.login(AbstractXMPPConnection.java:594) at org.jivesoftware.smack.ReconnectionManager$2.run(ReconnectionManager.java:287) at java.base/java.lang.Thread.run(Thread.java:840) Jibri 2025-06-18 11:11:48.386 INFO: [77] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$MucWrapper.join#822: Joined MUC: [email protected] Jibri 2025-06-18 11:11:48.425 FINE: [79] org.jitsi.xmpp.extensions.DefaultPacketExtensionProvider.parse: Could not add a provider for element busy-status from namespace http://jitsi.org/protocol/jibri Jibri 2025-06-18 11:11:48.426 FINE: [79] org.jitsi.xmpp.extensions.DefaultPacketExtensionProvider.parse: Could not add a provider for element health-status from namespace http://jitsi.org/protocol/health Jibri 2025-06-18 11:11:51.902 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:12:51.517 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:13:51.209 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:14:50.799 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:15:50.454 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:16:50.053 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:17:49.687 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:18:49.284 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:19:48.545 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:20:48.187 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:21:47.832 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:22:47.465 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:23:47.144 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:24:04.974 WARNING: [81] org.jivesoftware.smack.AbstractXMPPConnection.callConnectionClosedOnErrorListener: Connection XMPPTCPConnection[[email protected]/xyTC3VH4Tuy2] (0) closed with error org.jivesoftware.smack.xml.XmlPullParserException: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,5968] Message: XML document structures must start and end within the same entity. at org.jivesoftware.smack.xml.stax.StaxXmlPullParser.next(StaxXmlPullParser.java:193) at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.parsePackets(XMPPTCPConnection.java:1143) at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.access$700(XMPPTCPConnection.java:916) at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader$1.run(XMPPTCPConnection.java:939) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,5968] Message: XML document structures must start and end within the same entity. at java.xml/com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:652) at org.jivesoftware.smack.xml.stax.StaxXmlPullParser.next(StaxXmlPullParser.java:191) ... 4 more Jibri 2025-06-18 11:24:04.974 FINE: [81] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-closed-on-error:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:24:04.975 WARNING: [81] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$2.connectionClosedOnError#392: Closed on error: org.jivesoftware.smack.xml.XmlPullParserException: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,5968] Message: XML document structures must start and end within the same entity. at org.jivesoftware.smack.xml.stax.StaxXmlPullParser.next(StaxXmlPullParser.java:193) at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.parsePackets(XMPPTCPConnection.java:1143) at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.access$700(XMPPTCPConnection.java:916) at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader$1.run(XMPPTCPConnection.java:939) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,5968] Message: XML document structures must start and end within the same entity. at java.xml/com.sun.org.apache.xerces.internal.impl.XMLStreamReaderImpl.next(XMLStreamReaderImpl.java:652) at org.jivesoftware.smack.xml.stax.StaxXmlPullParser.next(StaxXmlPullParser.java:191) ... 4 more Jibri 2025-06-18 11:24:05.977 FINE: [82] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:24:05.977 INFO: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:24:05.977 FINE: [82] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:24:05.978 INFO: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:24:05.991 FINE: [82] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnection-failed:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:24:05.991 WARNING: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectionFailed#231: Reconnection failed: org.jivesoftware.smack.SmackException$EndpointConnectionException: The following addresses failed: 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.5:5222)' failed because: java.net.ConnectException: Connection refused, 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.2:5222)' failed because: java.net.ConnectException: Connection refused at org.jivesoftware.smack.SmackException$EndpointConnectionException.from(SmackException.java:334) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:664) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:849) at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:525) at org.jivesoftware.smack.ReconnectionManager$2.run(ReconnectionManager.java:282) at java.base/java.lang.Thread.run(Thread.java:840) Jibri 2025-06-18 11:24:06.992 FINE: [82] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:24:06.992 INFO: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:24:06.992 FINE: [82] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:24:06.992 INFO: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:24:06.994 FINE: [82] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnection-failed:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:24:06.994 WARNING: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectionFailed#231: Reconnection failed: org.jivesoftware.smack.SmackException$EndpointConnectionException: The following addresses failed: 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.5:5222)' failed because: java.net.ConnectException: Connection refused, 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.2:5222)' failed because: java.net.ConnectException: Connection refused at org.jivesoftware.smack.SmackException$EndpointConnectionException.from(SmackException.java:334) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:664) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:849) at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:525) at org.jivesoftware.smack.ReconnectionManager$2.run(ReconnectionManager.java:282) at java.base/java.lang.Thread.run(Thread.java:840) Jibri 2025-06-18 11:24:07.995 FINE: [82] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:24:07.995 INFO: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:24:07.995 FINE: [82] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:24:07.995 INFO: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:24:07.998 FINE: [82] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnection-failed:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:24:07.998 WARNING: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectionFailed#231: Reconnection failed: org.jivesoftware.smack.SmackException$EndpointConnectionException: The following addresses failed: 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.5:5222)' failed because: java.net.ConnectException: Connection refused, 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.2:5222)' failed because: java.net.ConnectException: Connection refused at org.jivesoftware.smack.SmackException$EndpointConnectionException.from(SmackException.java:334) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:664) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:849) at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:525) at org.jivesoftware.smack.ReconnectionManager$2.run(ReconnectionManager.java:282) at java.base/java.lang.Thread.run(Thread.java:840) Jibri 2025-06-18 11:24:08.998 FINE: [82] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:24:08.999 INFO: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:24:08.999 FINE: [82] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:24:08.999 INFO: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:24:10.006 FINE: [82] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnection-failed:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:24:10.007 WARNING: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectionFailed#231: Reconnection failed: org.jivesoftware.smack.SmackException$EndpointConnectionException: The following addresses failed: 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.5:5222)' failed because: java.net.ConnectException: Connection refused, 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.2:5222)' failed because: java.net.ConnectException: Connection refused at org.jivesoftware.smack.SmackException$EndpointConnectionException.from(SmackException.java:334) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:664) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:849) at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:525) at org.jivesoftware.smack.ReconnectionManager$2.run(ReconnectionManager.java:282) at java.base/java.lang.Thread.run(Thread.java:840) Jibri 2025-06-18 11:24:11.007 FINE: [82] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:24:11.008 INFO: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:24:11.008 FINE: [82] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:24:11.008 INFO: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:24:11.009 FINE: [82] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnection-failed:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:24:11.010 WARNING: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectionFailed#231: Reconnection failed: org.jivesoftware.smack.SmackException$EndpointConnectionException: The following addresses failed: 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.5:5222)' failed because: java.net.ConnectException: Connection refused, 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.2:5222)' failed because: java.net.ConnectException: Connection refused at org.jivesoftware.smack.SmackException$EndpointConnectionException.from(SmackException.java:334) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:664) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:849) at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:525) at org.jivesoftware.smack.ReconnectionManager$2.run(ReconnectionManager.java:282) at java.base/java.lang.Thread.run(Thread.java:840) Jibri 2025-06-18 11:24:11.814 FINE: [82] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:24:11.815 INFO: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:24:11.815 FINE: [82] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:24:11.816 INFO: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:24:11.817 FINE: [82] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnection-failed:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:24:11.818 WARNING: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectionFailed#231: Reconnection failed: org.jivesoftware.smack.SmackException$EndpointConnectionException: The following addresses failed: 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.5:5222)' failed because: java.net.ConnectException: Connection refused, 'RFC 6120 A/AAAA Endpoint + [xmpp.meet.jitsi:5222] (xmpp.meet.jitsi/172.19.0.2:5222)' failed because: java.net.ConnectException: Connection refused at org.jivesoftware.smack.SmackException$EndpointConnectionException.from(SmackException.java:334) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectUsingConfiguration(XMPPTCPConnection.java:664) at org.jivesoftware.smack.tcp.XMPPTCPConnection.connectInternal(XMPPTCPConnection.java:849) at org.jivesoftware.smack.AbstractXMPPConnection.connect(AbstractXMPPConnection.java:525) at org.jivesoftware.smack.ReconnectionManager$2.run(ReconnectionManager.java:282) at java.base/java.lang.Thread.run(Thread.java:840) Jibri 2025-06-18 11:24:12.819 FINE: [82] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:24:12.819 INFO: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:24:12.819 FINE: [82] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-reconnecting:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:24:12.820 INFO: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$1.reconnectingIn#224: Reconnecting in 0 Jibri 2025-06-18 11:24:12.950 FINE: [82] JibriMetrics.incrementStatsDCounter#41: Incrementing statsd counter: xmpp-connected:xmpp_server_host:xmpp.meet.jitsi Jibri 2025-06-18 11:24:12.950 INFO: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$2.connected#338: Connected. isSmEnabled:true isSmAvailable:false isSmResumptionPossible:true Jibri 2025-06-18 11:24:13.032 INFO: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$2.authenticated#351: Authenticated, resumed=false Jibri 2025-06-18 11:24:13.032 FINE: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$MucWrapper.resetLastPresenceSent#897: Resetting lastPresenceSent Jibri 2025-06-18 11:24:13.032 INFO: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$MucWrapper.join#802: Leaving a MUC we already occupy. Jibri 2025-06-18 11:24:13.050 WARNING: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$MucWrapper.leave#777: Error while trying to leave a MUC: org.jivesoftware.smack.XMPPException$XMPPErrorException: XMPP error reply received from [email protected]/jibri-669322429: XMPPError: item-not-found - cancel. Generated by internal-muc.meet.jitsi at org.jivesoftware.smack.XMPPException$XMPPErrorException.ifHasErrorThenThrow(XMPPException.java:171) at org.jivesoftware.smack.XMPPException$XMPPErrorException.ifHasErrorThenThrow(XMPPException.java:165) at org.jivesoftware.smack.StanzaCollector.nextResultOrThrow(StanzaCollector.java:284) at org.jivesoftware.smack.StanzaCollector.nextResultOrThrow(StanzaCollector.java:228) at org.jivesoftware.smackx.muc.MultiUserChat.leave(MultiUserChat.java:798) at org.jitsi.xmpp.mucclient.MucClient$MucWrapper.leave(MucClient.java:773) at org.jitsi.xmpp.mucclient.MucClient$MucWrapper.join(MucClient.java:803) at org.jitsi.xmpp.mucclient.MucClient.joinMucs(MucClient.java:422) at org.jitsi.xmpp.mucclient.MucClient$2.authenticated(MucClient.java:357) at org.jivesoftware.smack.AbstractXMPPConnection.callConnectionAuthenticatedListener(AbstractXMPPConnection.java:1706) at org.jivesoftware.smack.AbstractXMPPConnection.afterSuccessfulLogin(AbstractXMPPConnection.java:787) at org.jivesoftware.smack.tcp.XMPPTCPConnection.afterSuccessfulLogin(XMPPTCPConnection.java:372) at org.jivesoftware.smack.tcp.XMPPTCPConnection.loginInternal(XMPPTCPConnection.java:470) at org.jivesoftware.smack.AbstractXMPPConnection.login(AbstractXMPPConnection.java:637) at org.jivesoftware.smack.AbstractXMPPConnection.login(AbstractXMPPConnection.java:594) at org.jivesoftware.smack.ReconnectionManager$2.run(ReconnectionManager.java:287) at java.base/java.lang.Thread.run(Thread.java:840) Jibri 2025-06-18 11:24:13.151 INFO: [82] [hostname=xmpp.meet.jitsi id=xmpp.meet.jitsi] MucClient$MucWrapper.join#822: Joined MUC: [email protected] Jibri 2025-06-18 11:24:13.188 FINE: [84] org.jitsi.xmpp.extensions.DefaultPacketExtensionProvider.parse: Could not add a provider for element busy-status from namespace http://jitsi.org/protocol/jibri Jibri 2025-06-18 11:24:13.188 FINE: [84] org.jitsi.xmpp.extensions.DefaultPacketExtensionProvider.parse: Could not add a provider for element health-status from namespace http://jitsi.org/protocol/health Jibri 2025-06-18 11:24:46.770 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:25:46.396 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:26:45.975 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:27:45.598 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status Jibri 2025-06-18 11:28:45.176 FINE: [30] WebhookClient$updateStatus$1.invokeSuspend#86: Updating 0 subscribers of status

waledmet avatar Jun 18 '25 11:06 waledmet