Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

XMPP disconnected - skipping health check #546

Closed
awlx opened this issue Jun 6, 2020 · 9 comments
Closed

XMPP disconnected - skipping health check #546

awlx opened this issue Jun 6, 2020 · 9 comments

Comments

@awlx
Copy link

awlx commented Jun 6, 2020

Description

After upgrade to Version: 1.0-589-gfdfaf78-1 we have warnings about health-checks being skipped in the log.

And bandwidth Estimation stops to work.

Current behavior

Jicofo 2020-06-06 16:32:14.253 WARNING: [205] org.jitsi.jicofo.bridge.JvbDoctor.log() XMPP disconnected - skipping health check for: jvbbrewery@internal.auth.meet.ffmuc.net/jvb7.meet.ffmuc.net
Jicofo 2020-06-06 16:32:24.253 WARNING: [295] org.jitsi.jicofo.bridge.JvbDoctor.log() XMPP disconnected - skipping health check for: jvbbrewery@internal.auth.meet.ffmuc.net/jvb7.meet.ffmuc.net
Jicofo 2020-06-06 16:32:34.253 WARNING: [20] org.jitsi.jicofo.bridge.JvbDoctor.log() XMPP disconnected - skipping health check for: jvbbrewery@internal.auth.meet.ffmuc.net/jvb7.meet.ffmuc.net
Jicofo 2020-06-06 16:32:44.253 WARNING: [215] org.jitsi.jicofo.bridge.JvbDoctor.log() XMPP disconnected - skipping health check for: jvbbrewery@internal.auth.meet.ffmuc.net/jvb7.meet.ffmuc.net
Jicofo 2020-06-06 16:32:54.253 WARNING: [123] org.jitsi.jicofo.bridge.JvbDoctor.log() XMPP disconnected - skipping health check for: jvbbrewery@internal.auth.meet.ffmuc.net/jvb7.meet.ffmuc.net
Jicofo 2020-06-06 16:33:04.253 WARNING: [318] org.jitsi.jicofo.bridge.JvbDoctor.log() XMPP disconnected - skipping health check for: jvbbrewery@internal.auth.meet.ffmuc.net/jvb7.meet.ffmuc.net
Jicofo 2020-06-06 16:33:14.253 WARNING: [324] org.jitsi.jicofo.bridge.JvbDoctor.log() XMPP disconnected - skipping health check for: jvbbrewery@internal.auth.meet.ffmuc.net/jvb7.meet.ffmuc.net

Expected Behavior

No warnings

Environment details

Videobridge2 Version: 2.1-236-gfe05f93f-1

@TheReal1604
Copy link

TheReal1604 commented Jun 7, 2020

We experienced the same issues, upgraded to 1.0.599 4 days ago. Same log messages, same issues with meeting quality.

EDIT: Maybe it has something to do with #539 ?

@bkempe
Copy link

bkempe commented Jun 19, 2020

Having the same issues. Seems to be a commit between 6/3 and 6/11.

@paweldomas
Copy link
Member

This log message is new, but it should not be a problem by itself. It actually indicates that there's a problem with XMPP connection. Are conferences working when this message is logged?

@bkempe
Copy link

bkempe commented Jun 19, 2020

@paweldomas Yes, conferences are working. So this is not a known problem that you see on your end? Do you have recommendations to find the issue?

@pfisher
Copy link

pfisher commented Jun 19, 2020

Isn't it looking up the XmppConnection directly? It's not clear how the connection could be null, given how it's getting/looking it up. Maybe the protocolProvider is just never registered somehow?

@bkempe
Copy link

bkempe commented Jun 19, 2020

@paweldomas It appears the message has been there a while 1df7abb#diff-9214cf301f8d2859506be57e6c3686e1R451 but the connection is actually null. Still investigating.

@paweldomas
Copy link
Member

I suspect it might be related to the refactor mentioned above

@paweldomas
Copy link
Member

okay I think the reason is because the registration listener was removed during the refactor and now it works only if the connection is ready on bundle startup and that is not guaranteed

@paweldomas
Copy link
Member

#557

@bgrozev bgrozev closed this as completed Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants