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

Jicofo catch unexpected error from jvb after commit d76125c #392

Closed
netaskd opened this issue Oct 3, 2019 · 3 comments
Closed

Jicofo catch unexpected error from jvb after commit d76125c #392

netaskd opened this issue Oct 3, 2019 · 3 comments

Comments

@netaskd
Copy link

netaskd commented Oct 3, 2019

Description


Seems like commit d76125c break somthing in interconnect with jvb.
On this commit I receive error:

Jicofo 2019-10-03 08:58:57.649 SEVERE: [41] org.jitsi.jicofo.JvbDoctor.log() Unexpected error returned by the bridge: jvbbrewery@internal-muc.jitsi/dev-jvb-5667767fb8-fhtwk, err: <iq to='focus@auth.jitsi/focus3177638824366057' from='jvbbrewery@internal-muc.jitsi/dev-jvb-5667767fb8-fhtwk' id='n7asc-60' type='error'><error type='auth'><not-authorized xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>

commit 631f90d works perfect.

@damencho
Copy link
Member

damencho commented Oct 3, 2019

@netaskd This is an intended behavior.

I suppose you have in jvb configured:
org.jitsi.videobridge.AUTHORIZED_SOURCE_REGEXP=focus@auth.${JVB_HOSTNAME}/.*.

Make sure you adjust that property in your jvb either remove it or set it to:
org.jitsi.videobridge.AUTHORIZED_SOURCE_REGEXP=jvbbrewery@internal-muc.jitsi/focus.

We will take care of that on default installation once we move to use mucs by default and stop using components.

@mmdaz
Copy link

mmdaz commented Jan 2, 2021

@netaskd This is an intended behavior.

I suppose you have in jvb configured:
org.jitsi.videobridge.AUTHORIZED_SOURCE_REGEXP=focus@auth.${JVB_HOSTNAME}/.*.

Make sure you adjust that property in your jvb either remove it or set it to:
org.jitsi.videobridge.AUTHORIZED_SOURCE_REGEXP=jvbbrewery@internal-muc.jitsi/focus.

We will take care of that on default installation once we move to use mucs by default and stop using components.

Hey there!
@damencho

I don't have these lines in my JVB configs.
But I have this error in my Jicofo logs!

Jicofo 2021-01-02 19:34:56.959 SEVERE: [103] org.jitsi.jicofo.bridge.JvbDoctor.log() Unexpected error returned by the bridge: jvbbrewery@internal-muc.meet.jitsi/jvb, err: <iq to='focus@auth.meet.jitsi/focus1380254162494827' from='jvbbrewery@internal-muc.meet.jitsi/jvb' id='DjgOb-74768' type='error'><error type='cancel'><item-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>

@0xnor0
Copy link

0xnor0 commented Apr 9, 2021

@netaskd This is an intended behavior.
I suppose you have in jvb configured:
org.jitsi.videobridge.AUTHORIZED_SOURCE_REGEXP=focus@auth.${JVB_HOSTNAME}/.*.
Make sure you adjust that property in your jvb either remove it or set it to:
org.jitsi.videobridge.AUTHORIZED_SOURCE_REGEXP=jvbbrewery@internal-muc.jitsi/focus.
We will take care of that on default installation once we move to use mucs by default and stop using components.

Hey there!
@damencho

I don't have these lines in my JVB configs.
But I have this error in my Jicofo logs!

Jicofo 2021-01-02 19:34:56.959 SEVERE: [103] org.jitsi.jicofo.bridge.JvbDoctor.log() Unexpected error returned by the bridge: jvbbrewery@internal-muc.meet.jitsi/jvb, err: <iq to='focus@auth.meet.jitsi/focus1380254162494827' from='jvbbrewery@internal-muc.meet.jitsi/jvb' id='DjgOb-74768' type='error'><error type='cancel'><item-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>

@netaskd @mmdaz
any news on this? a restart from jicofo seems to help but after some restarts from the videobridge the error reappears.
Latest stable.

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

4 participants