Hi Fred and All BBB Developers
today I do a fresh install of BBB on ubuntu 18.04 with latest Version Of BigBlueButton 2.3.0-beta-2 and Greenlight. release-2.8.2.2
with bbb-install.sh
But before that I ran this commands
#1 to set TimeZone
dpkg-reconfigure tzdata
#2 Check for Update and Upgrade
apt-get update -y && apt-get upgrade -y && apt-get dist-upgrade -y
#3 install English language pack
apt install -y language-pack-en && update-locale LANG=en_US.UTF-8
#4 install tomcat8
sudo apt-get install -y tomcat8
#5 install nginx full version
sudo apt-get install -y nginx-full
#6 run this line to install curl haveged and openjdk-8
sudo apt-get update && sudo apt-get install curl wget net-tools software-properties-common haveged apt-transport-https openjdk-8-jdk -y
after that I ran the bbb-install.sh
after that some error came up :
#
# Error: Unable to connect to the FreeSWITCH Event Socket Layer on port 8021
#
# Error: FreeSWITCH failed to start with SETSCHEDULER error, see
#
I tried to solve it by reading the Troubleshooting Page for this errors :
and
and this link
the problem is
I can't start the room After creation when I click start
the html5client Not start and 404 Not Found
the Error 404 Not Found when using Demo Meeting like the attached Gif Image Or When click start room from Greenlight
systemctl daemon-reload
-------------------------------------
sudo bbb-conf --clean
sudo bbb-conf --restart
sudo bbb-conf --check
bbb-conf --status
Myserver:~# bbb-conf --status
default
nginx ————————————————————► [✔ - active]
freeswitch ——————————————————► [✔ - active]
redis-server ——————————————————► [✔ - active]
bbb-apps-akka —————————————————► [✔ - active]
bbb-fsesl-akka —————————————————► [✔ - active]
tomcat8 ———————————————————► [✔ - active]
mongod ————————————————————► [✔ - active]
bbb-html5 ———————————————————► [✔ - active]
bbb-webrtc-sfu —————————————————► [✔ - active]
kurento-media-server ———————————————► [✔ - active]
etherpad ———————————————————► [✔ - active]
bbb-web ———————————————————► [✔ - active]
Myserver:~#
Myserver:~# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
Myserver:~#
please provide me with solution for this problem
I can't start the room After creation when I click start
the html5client Not start and 404 Not Found
the Error 404 Not Found when using Demo Meeting like tha attached Or When click start room from Greenlight
for your notice the solutions above are working fine when installing BBB on ubuntu 16.04
But I don't Know what to do to make it working on ubuntu 18.04
I Know that BigBlueButton 2.3.0-beta-2 Version not the stable final release.