Hello ,
I have problem when I configure my bbb environment for devlopment.
when i run :
sudo bbb-conf --clean
I have this output:
-----------------------------------
Startup unsuccessful: could not connect to
http://192.168.100.9/bigbluebutton/api------------------------------------
when i run :
sudo bbb-conf --check
I have this output:
----------------------------------------------------------------------
BigBlueButton Server 0.9.0-beta (614)
Kernel version: 3.13.0-45-generic
Distribution: Ubuntu 14.04.2 LTS (64-bit)
Memory: 11970 MB
/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
Port test (tunnel): 192.168.100.9
Red5: 192.168.100.9
useWebrtcIfAvailable: true
/opt/freeswitch/conf/sip_profiles/external.xml (FreeSWITCH)
websocket port: 5066
WebRTC enabled: true
/etc/nginx/sites-available/bigbluebutton (nginx)
server name: 192.168.100.9
port: 80
bbb-client dir: /home/munask-d1/dev/bigbluebutton/bigbluebutton-client
/var/lib/tomcat7/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties (bbb-web)
bbb-web host: 192.168.100.9
/usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml (red5)
voice conference: FreeSWITCH
capture video: true
capture desktop: true
/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)
playback host: 192.168.100.9
** Potential problems described below **
# Not Running: tomcat7 or grails
# Warning: nginx is not serving the client from /var/www/bigbluebutton/.
# Instead, it's being served from
#
# /home/munask-d1/dev/bigbluebutton/bigbluebutton-client
#
# (This is OK if you have setup a development environment.)
# Error: Could not connect to the configured hostname/IP address
#
#
http://192.168.100.9/#
# If your BigBlueButton server is behind a firewall, see FAQ:
#
#
http://code.google.com/p/bigbluebutton/wiki/FAQ#
# (See entry for setting up BigBlueButton behind a firewall.)
--------------------------------------------------------------
Please reply me as soon as possible,Thanks.