To see if the BigBlueButton can connect to the database, check out the values in
/var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties
Specifically
dataSource.url=jdbc:mysql://localhost/bigbluebutton_dev
dataSource.username=bbb
dataSource.password=secret
dataSource.driverClassName =com.mysql.jdbc.Driver
Your values for username and password will be different. To see if
BigBlueButton can connect to mysql, try
mysql -u bbb -p
and enter in your password. You should something like the following:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 65
Server version: 5.1.41-3ubuntu12.7 (Ubuntu)
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
Regards,... Fred
> --
> 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.
>
I'm pretty sure it's not the database; BigBlueButton 0.71 doesn't
actually create any tables. Still, it was good to check.
Can you do the following. Do:
sudo bbb-conf --clean
sudo bbb-conf --check
This will do a restart of BigBlueButton and clear all the logs. If
bbb-conf outputs no problems, next, try to join from the web. If it
fails, do
sudo bbb-conf --debug
and let us know the output.
Regards,... Fred
--
Can you try clearing the cache on your browser. Also, is your server
on an external IP address that we could test from our location?
The install from packages should work out-of-the-box, so we're curious
to dig further and figure out why it's not working on your setup.
Regards,... Fred
Regards,... Fred
Was there anything running on this server before? Or was it a fresh
install of Ubuntu 10.04?
Regards,... Fred
and confirm the BigBlueButton client loads (no blank page).
Regards,... Fred
cat /var/log/nginx/bigbluebutton.access.log
Regards,... Fred
Regards,... Fred
I can see the command to create the meeting, but nothing afterwards,
which correlates with your browser showing a blank page. Can you do
the following:
1) Try a different browser with your server ... should have the same
problems, but let's double-check
2) Do a view-source on your browser and share the output here (it
might be blank, or it might have some content that gives us clues)
Regards,... Fred
Regards,... Fred
We're not sure what's happening at this point. The page is being
loaded, the content is there, but it's not being processed by your
browser.
Can you save this page as a separate file, then login to
demo.bigbluebutton.org (which works), then view source and save this
second page. Compare the two pages; let us know if there is any
difference.
(Most text editors will let you compare two files)
Regards,... Fred
Regards,... Fred
Again, this should make no difference, but we're now in the territory
of some assumption is wrong, so it's time to systematically check the
assumptions until we find out which one is wrong.
Regards,... Fred
Regards,... Fred
There's something wrong the networking because it's obviously not able
to load the banner image, which suggests a configuration problem from
the server. Did the server change its IP address at anytime during
the installation/testing?
Regards,... Fred
Seun Ojedeji,
System Analyst/Network Administrator
University of Nigeria, Nsukka
web: http://www.unn.edu.ng
Mobile: +2348035233535
Skype: seun.ojedeji
There is definitely something amiss with the networking itself. In
the screen shots, the banner logo loaded fine from
http://demo.bigbluebutton.org/, but not from your local server.
Can you try the following URL
http://192.168.1.29/images/bbb_logo.png
To see if your computer can load the logo and let us know the results.
Regards,... Fred
Regards,... Fred
On 192.168.1.29 can you tell us the output of
cat /etc/network/interfaces
cat /etc/hosts
route
ping google.com
On some other computer (not 192.168.1.29) can you tell us the output of
ping 192.168.1.29
Regards,... Fred