bigbluebutton / bbb-install

BASH script to install BigBlueButton in 30 minutes.
GNU Lesser General Public License v3.0
617 stars 539 forks source link

'401 error' issue and 'bbb-fsesl-akka-activating' issue. #198

Open AbhiAva opened 4 years ago

AbhiAva commented 4 years ago

Hey there! I am trying to build my own bigbluebutton server on AWS EC2 instance(Ubuntu 16.04 AMI). I have followed the installation procedure for 'bbb-install.sh' and I've successfully installed bbb-2.2.9. I am facing two issues: A. I am facing a 401 error after joining a session(even as a moderator). B. When I check the status of my bbb-conf, It gives a result as follows:

red5 ——————————————————► [✔ - active] tomcat7 ———————————————► [✔ - active] nginx —————————————————► [✔ - active] freeswitch ————————————► [✔ - active] redis-server.service ——► [✔ - active] bbb-apps-akka —————————► [✔ - active] bbb-transcode-akka ————► [✔ - active] bbb-fsesl-akka ————————► [✘ - activating] mongod ————————————————► [✔ - active] bbb-html5 —————————————► [✔ - active] bbb-webrtc-sfu ————————► [✔ - active] kurento-media-server ——► [✔ - active]

Can you please let me know if I missed some installation step or am I missing something else? Thank you!

Regards, Abhi Avadhani.

michi-80337 commented 2 years ago

BigBlueButton is a bundle of different applications which need to play together to make the magic happen. You get the 401 error, because a part of the software is not running yet. This part is bbb-fsesl-akka, which is reported as still being in the process to start.

You might be successful with a simple restart bbb-conf --stop; sleep 5; bbb-conf --start, but it's worth to check the output of bbb-install.sh very closely for any errors or warnings.

As there are more recent versions of BigBlueButton and Ubuntu available now, it's worth to give them a try.