Hi all,
I deployed jitsi version unstable 4460 on kubernetes with jwt enabled. I followed tutorials about jwt and now jwt just works fine. But when I try to open new session on new tab or on new browser it gives below exception on logs,
My flow is
- Open and login room tayfun by jwt token as on link >> https://myjitsiserver/tayfun?jwt=XXX
2.Open a new tab on same browser or open different browser and login room tayfun by jwt token as on link >> https://myjitsiserver/tayfun?jwt=XXX
After that below warnings/errors occurs, anybody has ideas?
–when first user joins
Jicofo 2020-04-17 08:28:11.097 INFO: [71] org.jitsi.jicofo.xmpp.FocusComponent.handleConferenceIq().401 Focus request for room: tayfun[at]muc.meet.jitsi
Jicofo 2020-04-17 08:28:11.099 INFO: [71] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Authenticated jid: 61fa3070-2268-414e-8e96-587a92652fef[at]meet.jitsi/y78qUzVa with session: AuthSession[ID=1541bc40-bf30-4935-ab20-50411a5c2020[at]meet.jitsi, JID=61fa3070-2268-414e-8e96-587a92652fef[at]meet.jitsi/y78qUzVa, SID=32518eee-0789-4214-9f30-495936a632da, MUID=928a8b0f8553ba6a7b6798d9445f3974, LIFE_TM_SEC=270, R=tayfun[at]muc.meet.jitsi][at]853945867
Jicofo 2020-04-17 08:28:11.100 INFO: [71] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Jid 61fa3070-2268-414e-8e96-587a92652fef[at]meet.jitsi/y78qUzVa authenticated as: 1541bc40-bf30-4935-ab20-50411a5c2020[at]meet.jitsi
Jicofo 2020-04-17 08:28:11.104 INFO: [71] org.jitsi.jicofo.FocusManager.log() Created new focus for tayfun[at]muc.meet.jitsi[at]auth.meet.jitsi. Conference count 3,options:
Jicofo 2020-04-17 08:28:11.116 INFO: [71] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Joining the room: tayfun[at]muc.meet.jitsi
Jicofo 2020-04-17 08:28:11.255 INFO: [28] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberJoined sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl[at]571b64a0 member=ChatMember[tayfun[at]muc.meet.jitsi/61fa3070, jid: null][at]2055997345]
Jicofo 2020-04-17 08:28:11.259 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member tayfun[at]muc.meet.jitsi/61fa3070 joined.
–when second user tries to join
Jicofo 2020-04-17 08:31:05.434 INFO: [49] org.jitsi.jicofo.xmpp.FocusComponent.handleConferenceIq().401 Focus request for room: tayfun[at]muc.meet.jitsi
Jicofo 2020-04-17 08:31:05.436 INFO: [49] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Authenticated jid: 9a868bd5-3f1d-47ef-93df-31b73e485d65[at]meet.jitsi/K5bXD_s1 with session: AuthSession[ID=f2b26a15-fd3e-4dff-8865-0c6c08b529e6[at]meet.jitsi, JID=9a868bd5-3f1d-47ef-93df-31b73e485d65[at]meet.jitsi/K5bXD_s1, SID=7017b5e5-5334-4615-b8a9-96a00d359fcb, MUID=1901986a01de34c64893f6fca4083840, LIFE_TM_SEC=466, R=tayfun[at]muc.meet.jitsi][at]429199532
Jicofo 2020-04-17 08:31:05.436 INFO: [49] org.jitsi.jicofo.auth.AbstractAuthAuthority.log() Jid 9a868bd5-3f1d-47ef-93df-31b73e485d65[at]meet.jitsi/K5bXD_s1 authenticated as: f2b26a15-fd3e-4dff-8865-0c6c08b529e6[at]meet.jitsi
Jicofo 2020-04-17 08:31:05.862 INFO: [32] org.jitsi.jicofo.health.Health.log() Performed a successful health check in PT0.054S. Sticky failure: false
Jicofo 2020-04-17 08:31:05.934 INFO: [28] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberJoined sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl[at]571b64a0 member=ChatMember[tayfun[at]muc.meet.jitsi/9a868bd5, jid: null][at]2102852763]
Jicofo 2020-04-17 08:31:05.940 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member tayfun[at]muc.meet.jitsi/9a868bd5 joined.
Jicofo 2020-04-17 08:31:05.941 WARNING: [28] org.jitsi.jicofo.bridge.BridgeSelectionStrategy.log() Failed to select initial bridge for participantRegion=null
Jicofo 2020-04-17 08:31:05.943 SEVERE: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Can not invite participant – no bridge available.
Jicofo 2020-04-17 08:31:05.950 WARNING: [28] org.jitsi.jicofo.bridge.BridgeSelectionStrategy.log() Failed to select initial bridge for participantRegion=null
Jicofo 2020-04-17 08:31:05.951 SEVERE: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Can not invite participant – no bridge available.
Jicofo 2020-04-17 08:31:06.243 INFO: [28] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberLeft sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl[at]571b64a0 member=ChatMember[tayfun[at]muc.meet.jitsi/9a868bd5, jid: 9a868bd5-3f1d-47ef-93df-31b73e485d65[at]meet.jitsi/K5bXD_s1][at]2102852763]
Jicofo 2020-04-17 08:31:06.247 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member tayfun[at]muc.meet.jitsi/9a868bd5 is leaving
Jicofo 2020-04-17 08:31:06.247 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Removed participant: true, tayfun[at]muc.meet.jitsi/9a868bd5
Jicofo 2020-04-17 08:31:06.465 INFO: [28] org.jitsi.jicofo.ChatRoomRoleAndPresence.log() Chat room event ChatRoomMemberPresenceChangeEvent[type=MemberLeft sourceRoom=org.jitsi.impl.protocol.xmpp.ChatRoomImpl[at]571b64a0 member=ChatMember[tayfun[at]muc.meet.jitsi/61fa3070, jid: 61fa3070-2268-414e-8e96-587a92652fef[at]meet.jitsi/y78qUzVa][at]2055997345]
Jicofo 2020-04-17 08:31:06.465 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Member tayfun[at]muc.meet.jitsi/61fa3070 is leaving
Jicofo 2020-04-17 08:31:06.466 INFO: [28] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Removed participant: true, tayfun[at]muc.meet.jitsi/61fa3070
Jicofo 2020-04-17 08:31:06.471 INFO: [28] org.jitsi.jicofo.FocusManager.log() Disposed conference for room: tayfun[at]muc.meet.jitsi conference count: 2