--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To post to this group, send email to bigbluebu...@googlegroups.com.
To unsubscribe from this group, send email to bigbluebutton-s...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bigbluebutton-setup?hl=en.
OK -- some more investigation ... can you check the following
1) Does the following folder exist?
/var/lib/tomcat6/webapps/bigbluebutton
2) Is nginx running as your main server?
3) Does the following file exist (this would have been installed as
part of the setup)?
/etc/nginx/sites-available/bigbluebutton
4) Is there a symbolic link from
/etc/nginx/sites-available/bigbluebutton ->
/etc/nginx/sites-available/bigbluebutton
5) Is the tomcat6 process running?
Let me know the answers and we'll continue to narrow down the problem.
Regards,... Fred
It looks like bbb-web isn't deployed, or your web server isn't n
If you check the contents of
/etc/nginx/sites-enabled
and don't see an entry for bigbluebutton, then nginx won't be able to
proxy incoming request to /bigbluebutton to tomcat6 running on port
8080.
To, enable the bigbluebutton nginx config for bigbluebutton, enter the following
ln -s /etc/nginx/sites-available/bigbluebutton
/etc/nginx/sites-enabled/bigbluebutton
restart nginx, then try accessing demo1.jsp again.
Regards,... Fred
--
This is probably a question I should have asked up front, but can you
confirm that you have root access to your server?
Specifically, you can
- login via ssh
- become root
- reboot the machine
It's OK if this is a dedicated VPS server, but if it's a shared
server, which is restricting you to a webin or cpanel interface, your
trying to do something that we have not tried, we don't recommend, and
will likely end with a component that needs to be installed as root or
can't bind to the proper ports.
Thanks,... Fred
To edit
sudo vi /etc/nginx/sites-enabled/bigbluebutton
It seems like you have it installed as you mention in your original
post that you get these:
======
I do bbb-conf -c and get:
/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
IP for tunnel check: 10.0.0.65
IP for rtmp (red5): 10.0.0.65
host for bbb-web interface: 10.0.0.65
/etc/nginx/sites-available/bigbluebutton (configuration file nginx)
server_name: 10.0.0.65
port: 80
client document root: /var/www/bigbluebutton
===========
Richard
On Tue, Jun 8, 2010 at 11:09 AM, Auffant <auf...@caribe.net> wrote:
> How about putty. What would be the command? I tried sudo /etc/nginx/
> sites-enabled/bigbluebutton (no luck) also nano and root.
>
> --
> You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
> To post to this group, send email to bigbluebu...@googlegroups.com.
> To unsubscribe from this group, send email to bigbluebutton-s...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/bigbluebutton-setup?hl=en.
>
>
--
---
BigBlueButton
http://www.bigbluebutton.org
http://code.google.com/p/bigbluebutton
server {
listen 80;
server_name 192.168.0.196;
access_log /var/log/nginx/bigbluebutton.access.log;
# Handle RTMPT (RTMP Tunneling). Forwards requests
# to Red5 on port 8088.
location ~ (/open/|/close/|/idle/|/send/) {
proxy_pass http://127.0.0.1:8088;
proxy_redirect off;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
client_max_body_size 10m;
client_body_buffer_size 128k;
proxy_connect_timeout 90;
proxy_send_timeout 90;
proxy_read_timeout 90;
proxy_buffering off;
}
# Handle desktop sharing tunneling. Forwards
# requests to Red5 on port 5080.
location /deskshare {
proxy_pass http://127.0.0.1:5080;
proxy_redirect default;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
client_max_body_size 10m;
client_body_buffer_size 128k;
proxy_connect_timeout 90;
proxy_send_timeout 90;
proxy_read_timeout 90;
proxy_buffer_size 4k;
proxy_buffers 4 32k;
proxy_busy_buffers_size 64k;
proxy_temp_file_write_size 64k;
include fastcgi_params;
}
# Handle request to bbb-web running within Tomcat. This is for
# the BBB-API and Presentation.
location /bigbluebutton {
proxy_pass http://127.0.0.1:8080;
proxy_redirect default;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# Allow 30M uploaded presentation document.
client_max_body_size 30m;
client_body_buffer_size 128k;
proxy_connect_timeout 90;
proxy_send_timeout 90;
proxy_read_timeout 90;
proxy_buffer_size 4k;
proxy_buffers 4 32k;
proxy_busy_buffers_size 64k;
proxy_temp_file_write_size 64k;
include fastcgi_params;
}
# BigBlueButton landing page.
location / {
root /var/www/bigbluebutton-default;
index index.html index.htm;
}
# BigBlueButton Flash client.
location /client {
root /var/www/bigbluebutton;
index index.html index.htm;
}
#error_page 404 /404.html;
# Redirect server error pages to the static page /50x.html
#
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /var/www/nginx-default;
}
}
On Tue, Jun 8, 2010 at 4:12 PM, Auffant <auf...@caribe.net> wrote:
> Richard... trust me there is no more data there. That's what I am
> saying.
>
A few more questions:
What version of CentOS are you using?
Did you install BigBlueButton from packages or source?
Regards,... Fred
We tested the installation from source on CentOS 5.4, so we might be
running into an underlying difference in the distribution that we are
not aware of.
Do you have access to a CentOS 5.4 machine -- even as a VM running
within VMWare player -- that you could try installing BigBlueButton
from RPM packages? It should work, and it would give you a reference
for a working implementation that you could begin comparing log files,
versions of executables, directory permissions, etc. to see what
difference between a working version and your setup.
Regards,... Fred
Glad to hear it worked! We spent a few months building and testing
the RPM packages so that folks could get BigBlueButton installed with
minimum fuss.
Do you have visibility into the elastix/asterisk project? If so, let
them know about BigBlueButton and encourage them to contact us. We'd
like to make this work out-of-the-box for you, and god prodding from
enthusiastic users/customers are the best way to encourage two
projects to work together.
Regards,... Fred