On my server some bbb services can start before redis which they seem to depend on.
After a reboot, I get a 401 Unauthorized error in the html5 client until I restart bbb.
I noticed some services had redis connection errors (though none of the services had failed :thinking:):
$ journalctl -u bbb-apps-akka.service|grep Unable
May 19 20:47:01 bbb bbb-apps-akka[967]: Exception in thread "main" io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379
Making bbb-apps-akka.service, bbb-fsesl-akka.service, bbb-transcode-akka.service, bbb-webrtc-sfu.service, and bbb-web.service start after redis-server.service fixed the issue.
On my server some bbb services can start before redis which they seem to depend on. After a reboot, I get a 401 Unauthorized error in the html5 client until I restart bbb.
Status does not indicate anything is wrong:
bbb-conf --restart
fixes the problem.I noticed some services had redis connection errors (though none of the services had failed :thinking:):
Making
bbb-apps-akka.service
,bbb-fsesl-akka.service
,bbb-transcode-akka.service
,bbb-webrtc-sfu.service
, andbbb-web.service
start afterredis-server.service
fixed the issue.