Please check the url of the BigBlueButton server AND check to see if the BigBlueButton server is running.

3,146 views
Skip to first unread message

hakan güler

unread,
Aug 12, 2016, 5:20:41 AM8/12/16
to BigBlueButton-Setup
Hello everyone,
I want to use the bigbluebutton and moodle.
I have installed them successfully. I have integrated my absolute number and password which I got from Bigbluebutton to my plugin in moodle.
It is all OK until now. There is no problem whilst connecting with the bigbluebutton's test host but when I try to connect with my own IP address, there is an error like this one:
"Unable to join the meeting. Please check the url of the BigBlueButton server AND check to see if the BigBlueButton server is running."

Please, help. Thanks

caliyare moh'ed warsame

unread,
Aug 12, 2016, 6:09:10 AM8/12/16
to bigbluebu...@googlegroups.com

Hi hakan güler.

I have made it too, but didn't see that problem
Have you installed the Bigbluebutton and the Moodle with the same server?
If yes ( there is no way to use both with same server, so install bigbluebutton and moodle two different servers).

If no ( check that your bigbluebutton server is running then set ip to the BBB.) By using Sudo bbb-conf -- setip .......).

That is all my effort thanks.

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebutton-setup@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.

hakan güler

unread,
Aug 12, 2016, 7:00:40 AM8/12/16
to BigBlueButton-Setup
Hi Ali Mohamed
 Yeap I have installed the Bigbluebutton and the Moodle two different servers.
and I have tried bbb-conf -setip but not working.
This is terminal console;
Waiting for BigBlueButton to finish starting up (this may take a minute): ..Startup unsuccessful: could not connect to http://....


Fred Dixon

unread,
Aug 12, 2016, 7:36:24 AM8/12/16
to bigbluebu...@googlegroups.com
Hi Hakan,

> but when I try to connect with my own IP address, there is an error like this one:
"Unable to join the meeting. Please check the url of the BigBlueButton server AND check to see if the BigBlueButton server is running."

It's likely one of two issues

1.  Is your Moodle server server able to make a direct HTTP request to your BigBlueButton server?

You can verify this by logging into your Moodle server and execute the following command


where "bigbluebutton.server.com" your BigBlueButton server.

This should resolve to:

<response><returncode>SUCCESS</returncode><version>1.0</version></response> 

2.  Is your BigBlueButton server properly running?

You can check by installing the API examples, see


and check that you can login.  If not, then the BigBlueButton server may not be responding to API requests from the demo apps (this will give you the error message you see in Moodle).  Check the output of

  sudo bbb-conf --check

for possible issues.  


Regards,... Fred


--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebutton-setup@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.



--
BigBlueButton Developer
@bigbluebutton

hakan güler

unread,
Aug 12, 2016, 8:02:30 AM8/12/16
to BigBlueButton-Setup
Thanks Fred,
I have tried sudo bbb-conf --check and this is my terminal console;

BigBlueButton Server 1.0.0 (1054)
                    Kernel version: 4.2.0-42-generic
                      Distribution: Ubuntu 14.04.5 LTS (64-bit)
                            Memory: 7855 MB

/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
          Port test (tunnel): 192.168.1.17
                              Red5: 192.168.1.17
              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.1.17
                              port: 80
                    bbb-client dir: /var/www/bigbluebutton

/var/lib/tomcat7/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties (bbb-web)
                      bbb-web host: 192.168.1.17

/var/lib/tomcat7/webapps/demo/bbb_api_conf.jsp (API demos)
                               url: 192.168.1.17

/var/www/bigbluebutton/check/conf/config.xml (client check)
                      client check: 192.168.1.17

/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.1.17


** Potential problems described below **
# Not Running:  Nginx
# Error: The voice application failed to register with the sip server.
#   Try running:
#
#      sudo bbb-conf --clean
#

# Error: Could not connect to the configured hostname/IP address
#
#    http://192.168.1.17/
#
# If your BigBlueButton server is behind a firewall, see FAQ.

# Error: FreeSWITCH is listening on IP address 127.0.0.1 for SIP calls, but
# The IP address (192.168.1.17) set bbb.sip.app.ip.
#

# Warning: The setting of 127.0.0.1 for proxy_pass in
#
#    /etc/bigbluebutton/nginx/sip.nginx
#
# does not match the local IP address (192.168.1.17).
# (This is OK if you've manually changed the values)

# Warning: The API demos are installed and accessible from:
#
#    http://192.168.1.17/demo/demo1.jsp
#
# These API demos allow anyone to access your server without authentication
# to create/manage meetings and recordings. They are for testing purposes only.
# If you are running a production system, remove them by running:
#
#    sudo apt-get purge bbb-demo

# Warning: The client self check is installed and accessible from:
#
#    http://192.168.1.17/check
#

# Error: Unable to reach default URL for presentation:
#
#    http://192.168.1.17/default.pdf
#
# Check value for beans.presentationService.defaultUploadedPresentation in
#   /var/lib/tomcat7/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties


Fred Dixon

unread,
Aug 12, 2016, 8:07:52 AM8/12/16
to bigbluebu...@googlegroups.com
Hi Hakan,

> # Not Running:  Nginx

This will prevent  BigBlueButton from responding to any incoming API requests as nginx acts as a proxy for tomcat 7.

Can you check the nginx log files in 

  /var/log/nginx

and see if there are any error messages.  Also, try to restart nginx itself

  sudo service nginx restart

to see if it will start.  The log files above are the first place to look.


Also, your BigBlueButton server looks to be on an internal network


Is your Moodle server able to make a direct HTTP connection to 192.168.1.17?


Regards,.. Fred

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.

To post to this group, send email to bigbluebutton-setup@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.

hakan güler

unread,
Aug 12, 2016, 9:29:31 AM8/12/16
to BigBlueButton-Setup

Yes Fred,
My Moodle serber able to make direct HTTP cpnnection to 192.168.1.17/moodle. This is run. But bbb not working.

 

Fred Dixon

unread,
Aug 12, 2016, 9:46:26 AM8/12/16
to bigbluebu...@googlegroups.com
Hi Haken,

> My Moodle serber able to make direct HTTP cpnnection to 192.168.1.17/moodle

This doesn't look right.  Are you trying to run both BigBlueButton and Moodle on the same server?  

If so, this is the cause of your problems (and explains why nginx is failing to load). For more information see



Regards,... Fred


On Fri, Aug 12, 2016 at 9:29 AM, hakan güler <hakangu...@gmail.com> wrote:

Yes Fred,
My Moodle serber able to make direct HTTP cpnnection to 192.168.1.17/moodle. This is run. But bbb not working.

 

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.

To post to this group, send email to bigbluebutton-setup@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.

hakan güler

unread,
Aug 12, 2016, 9:54:30 AM8/12/16
to BigBlueButton-Setup
So what should I do?

If Port 80 I just upload a bigbluebutton, Is that where should I install moodle ?

Fred Dixon

unread,
Aug 12, 2016, 10:00:45 AM8/12/16
to bigbluebu...@googlegroups.com
Hi Hakan,

The reason that Moodle is unable to connect to BigBlueButton is you've tried to install both on the same server.  They are both web-based applications that need to bind to port 80 (see URL in previous post).

To make it clear, we recommend you install BigBlueButton on a dedicated server that has port 80 free.  We also recommend do not attempt to install other web-based applications (such as Moodle, plesk, etc.) on the same server which is running BigBlueButton.  Doing this it leads to (subtle) resource conflicts that manifest themselves as error messages, which leads you at first to believe that something is wrong with BigBlueButton but, in reality, it's a resource conflict that has prevented BigBlueButton from running.  

Regards,... Fred


On Fri, Aug 12, 2016 at 9:54 AM, hakan güler <hakangu...@gmail.com> wrote:
So what should I do?

If Port 80 I just upload a bigbluebutton, Is that where should I install moodle ?

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebutton-setup@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.

hakan güler

unread,
Aug 12, 2016, 10:02:42 AM8/12/16
to BigBlueButton-Setup
Okey, I will try. Thanks Fred

Reply all
Reply to author
Forward
0 new messages