I installed big blue button 0.9 on a Virtual box running Ubuntu 14.04 on a windows 7 host machine. It runs fine.
Then when I try to setup the dev enviroment of big blue button, it doens't load the client and is stuck at 0%.It give the response as Could not find conference
Things I have tried:
- I tried rebuilding with
ant
, it saysBUILD SUCCESFULL
- I changed the config.xml file to match 192.168.11.88 i.e. the IP nginx is running on
- Also ran the command
sudo bbb-conf --setip 192.168.11.88
In the Chrome console, it tells me that GET
requests to IP 10.0.2.15
fail with net::ERR_CONNECTION_TIMED_OUT
.
PS: This was running fine until I changed my virtual box network adapter setting form NAT to Bridge adapter