SEVERE erros in my jicofo.log , is it a big error or something else?

Hello everyone,

I installed the latest version on my server (jitsi and jibri services):

++±=====================-==================-============-=================================================
ii jitsi-meet 2.0.8319-1 all WebRTC JavaScript video conferences
ii jitsi-meet-prosody 1.0.6991-1 all Prosody configuration for Jitsi Meet
un jitsi-meet-tokens (no description available)
ii jitsi-meet-turnserver 1.0.6991-1 all Configures coturn to be used with Jitsi Meet
ii jitsi-meet-web 1.0.6991-1 all WebRTC JavaScript video conferences
ii jitsi-meet-web-config 1.0.6991-1 all Configuration for web serving of Jitsi Meet
un jitsi-videobridge (no description available)
ii jitsi-videobridge2 2.2-79-gf6426ea0-1 all WebRTC compatible Selective Forwarding Unit (SFU)

Everytime i have a new conference created a SEVERAL error is loged for the event “ConferenceIqHandler.handleConferenceIq”:

Linha 44: Jicofo 2023-02-24 21:43:44.804 SEVERE: [43] ConferenceIqHandler.handleConferenceIq#92: No XmppConnectionConfig for vnode=null
Linha 50: Jicofo 2023-02-24 21:43:48.449 SEVERE: [43] ConferenceIqHandler.handleConferenceIq#92: No XmppConnectionConfig for vnode=null
Linha 55: Jicofo 2023-02-24 21:43:49.452 SEVERE: [43] ConferenceIqHandler.handleConferenceIq#92: No XmppConnectionConfig for vnode=null
Linha 63: Jicofo 2023-02-24 21:44:00.379 SEVERE: [43] ConferenceIqHandler.handleConferenceIq#92: No XmppConnectionConfig for vnode=null

Im using ubuntu 22.04, java 11.

In another server, same config, im running other version:

++±=====================-==================-============-=================================================
hi jitsi-meet 2.0.8218-1 all WebRTC JavaScript video conferences
hi jitsi-meet-prosody 1.0.6918-1 all Prosody configuration for Jitsi Meet
un jitsi-meet-tokens (no description available)
hi jitsi-meet-turnserver 1.0.6918-1 all Configures coturn to be used with Jitsi Meet
hi jitsi-meet-web 1.0.6918-1 all WebRTC JavaScript video conferences
hi jitsi-meet-web-config 1.0.6918-1 all Configuration for web serving of Jitsi Meet
un jitsi-videobridge (no description available)
hi jitsi-videobridge2 2.2-67-gc7f2b2d5-1 all WebRTC compatible Selective Forwarding Unit (SFU)
This one has a litte older version, but no “SEVERE” errors.

Any ideas what could this SEVERE line means? how can i solve it?
Looking in the forum there is no much about this, all i could see is about java 11, already using it.

java -version

openjdk version “11.0.17” 2022-10-18
OpenJDK Runtime Environment (build 11.0.17+8-post-Ubuntu-1ubuntu222.04)
OpenJDK 64-Bit Server VM (build 11.0.17+8-post-Ubuntu-1ubuntu222.04, mixed mode, sharing)

How did you install? following Self-Hosting Guide - Debian/Ubuntu server | Jitsi Meet?

Exactly,
1 vm for jitsi
1 vm for jibri

both ubuntu 22.04

i have another 2vms for jitsi/jibri runing and older version without these “SEVERAL” errors.

I have everything running well , but the “SEVERAL” message looks serious :smiley:

Yoy may think why im worried about this message if everything works… i´ll try to explain:

I saw there is a pattern in jicofo.log that allow me to discover the “owner of the room” - the moderator who created/joined first in the room. I use securedomain+ldap to authenticate with my AD.

Here are some lines in my jicofo.log:

> 
> >Line 1: Jicofo 2023-02-24 22:21:14.451 INFO: [67] AbstractAuthAuthority.notifyUserAuthenticated#339: Jid sjcfq2bywnmeuw3s@guest.mydomain.com.br/NwUJk5UU authenticated as: lissandro@mydomain.com.br
> >Line 2: Jicofo 2023-02-24 22:21:14.452 SEVERE: [67] ConferenceIqHandler.handleConferenceIq#92: No XmppConnectionConfig for vnode=null
> >Line 3: Jicofo 2023-02-24 22:21:14.452 INFO: [67] [room=teste2220@conference.mydomain.com.br] JitsiMeetConferenceImpl.<init>#264: Created new conference.

The pattern i saw is:
When my users create a new room, the “line 3” have the “teste2220” room name
the live abone, used to be “Line 1” have the authenticated as: lissandro@mydomain… and i can see lissandro is the authenticated user.

I use these info to send an email with jibri finalize script. My script copy jicofo.log to my .mp4 folder and write a message with a download link.
I do this without JWT, it was way easyer to set up in my environment and my users loved it.

I just maded a little change to get the “owner” name, 2 lines above and not 1, but im still not confortable about this error

So you say everything works without a problem and you worry just about the log line?

After reading like you put your words… im feeling over reacted :sweat_smile:
but yes, when i saw “SEVERE”, my brain colored it in RED and made me look for a problem.

edit: Im also worried about other possible errors that might broke my logic in jibri finalize script

So… is this line and this “SEVERE” log message ok ?

yep, its fine. We will take a look to remove the print, you can ignore it.

2 Likes
1 Like

Thanks for sharing this. I will be watching the next changes before upgrade my jitsi.