Closed berkes closed 4 years ago
So, it is a known issue, with proper solution:
Error in logs: Can not invite participant -- no bridge available.
The culprit seems to be: Jicofo 2020-03-21 17:10:09.880 SEVERE: [47] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() One of our bridges failed: jitsi-videobridge.beeldbellen.vc4all.nl
And right before that, JVB: JVB 2020-03-21 17:09:58.981 SEVERE: [18321] org.ice4j.socket.MergingDatagramSocket.log() Cannot find socket to remove.
In our case, the issue seems to have started right at boot:
15:53:13.742 SEVERE: [22] org.jitsi.meet.ComponentMain.log() java.net.ConnectException: Connection refused (Connection refused), host:localhost, port:5347
This error continues up to when the group startuppubquiz
had it's 3rd participant join and crash with Can not invite participant -- no bridge available.
Port 5347 is prosody
, which indeed, was not booted at intial setup:
Mar 21 15:54:26 portmanager error Error binding encrypted port for https: No key present in SSL/TLS configuration for https port 5281
This is probably caused by a certbot/setup error that, indeed, dit occur on inital rollout, due to the certbot ssl cert failing (cause by a dumb f*ckup of me, using domain asp4all.nl and not vc4all.nl).
It is an issue caused at boot time: the server never properly booted fully.
On reboot of the entire server:
P2P mode is enabled:
This is the best candidate to investigate. Check: