Peter,
In our case bbv-conf --debug returned a bunch of
/var/log/bigbluebutton/bbb-web.2020-06-02.log:2020-06-02T08:18:53.411-10:00
WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect:
io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection
refused: /
127.0.0.1:6379
That's led me to check the state of ssl. So the error is connecting
to itself at port 6379
This would show if it's open
netstat -ntlp | grep LISTEN | grep 6379
Perhaps traffic is going on some stray route that has intermittent
issues. Perhaps doing a sudo bbb-conf --setip hostname could reset
things that an upgrade may have set in.
kenwrick
> --
> You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
bigbluebutton-...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/bigbluebutton-dev/7629269c-8e57-45d0-aaf1-3f89e11b95fa%40googlegroups.com.