liuzhe02 / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

My problem #1771

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
root@sv1:~# sudo bbb-conf --check

BigBlueButton Server 0.81 (1448)
                    Kernel version: 2.6.32-042stab055.10
                      Distribution: Ubuntu 10.04.4 LTS (64-bit)
                            Memory: 1024 MB

/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
                Port test (tunnel): 127.0.0.2
                              Red5: 127.0.0.2

/etc/nginx/sites-available/bigbluebutton (nginx)
                       server name: 127.0.0.2
                              port: 80
                    bbb-client dir: /var/www/bigbluebutton

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

/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: 127.0.0.2

** Potential problems described below **
# Not Running:  OpenOffice or LibreOffice tomcat6 or grails OpenOffice 
bbb-record-core
# Unavailable Red5 logs (/usr/share/red5/log):  bigbluebutton.log red5.log 
sip.log video.log deskshare.log
#    /usr/share/red5/log/sip.log not found
#    /usr/share/red5/log/video.log not found
#    /usr/share/red5/log/bigbluebutton.log not found
#    /usr/share/red5/log/deskshare.log not found
# Error: /usr/share/red5/log/sip.log

#      No /usr/share/red5/log/bigbluebutton.log
# Error: Could not connect to the configured hostname/IP address
#
#    http://127.0.0.2/
#
# 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.)

# Error: Unable to connect to port 1935 (RTMP) on 127.0.0.2

# Error: Unable to connect to port 9123 (desktop sharing) on 127.0.0.2

# Warning: You are running BigBlueButton on a server with less than 2G of 
memory.  Your
# performance may suffer.

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

Original issue reported on code.google.com by kohalls...@gmail.com on 29 Jul 2014 at 6:33

GoogleCodeExporter commented 9 years ago
root@sv1:~# telnet external.host.org 80
Trying 82.98.86.171...
Connected to external.host.org.
Escape character is '^]'.
Connection closed by foreign host.
root@sv1:~# telnet external.host.org 1935
Trying 82.98.86.171...
telnet: Unable to connect to remote host: Connection timed out
root@sv1:~# telnet external.host.org 9123
Trying 82.98.86.171...
telnet: Unable to connect to remote host: Connection timed out

Original comment by kohalls...@gmail.com on 29 Jul 2014 at 8:11

GoogleCodeExporter commented 9 years ago
Hi kohallsale,

Most setup issues are configuration related (not bugs in BigBlueButton).

>                             Memory: 1024 MB

You don't have sufficient memory to run BigBlueButton.  You need to have 4 G, 
see

  https://code.google.com/p/bigbluebutton/wiki/InstallationUbuntu#Before_You_Install

In the future, please post setup questions to the bigbluebutton-setup mailing 
list

  https://groups.google.com/forum/#!forum/bigbluebutton-setup

If during the discussion on the mailing list we determine there is a bug with 
BigBlueButton, we'll open an issue to track it.

Original comment by ffdixon@gmail.com on 29 Jul 2014 at 11:50