After adding a node of bbb meeting type, when click on "Moderate Meeting" tab, I got an "404 Not found" error. Clicking on "Attend Meeting" tab, things seems to be ok.

In the nginx error log (on BigBlueButton server), I see the following error:

2013/04/27 22:19:29 [error] 3165#0: *133 open() "/var/www/bigbluebutton-default/api/isMeetingRunning" failed (2: No such file or directory), client: 10.8.5.1, server: 10.8.5.27, request: "GET /api/isMeetingRunning?meetingID=11198116675276768545105112845368708610011584895187119781221047366755410678541011171026584735510210110715&checksum=8f5b0f356a6129208e102204a600592357b2255d HTTP/1.0", host: "10.8.5.27"

2013/04/27 22:19:29 [error] 3165#0: *134 open() "/var/www/bigbluebutton-default/api/join" failed (2: No such file or directory), client: 10.8.5.22, server: 10.8.5.27, request: "GET /api/join?fullName=acheng&meetingID=11198116675276768545105112845368708610011584895187119781221047366755410678541011171026584735510210110715&password=0987&checksum=2eb8a34f359a66e3985e129548c72701fade6f21 HTTP/1.1", host: "10.8.5.27", referrer: "http://www.kdump.net/node/15/meeting/moderate"

I'm using Drupal 7.22 + BigBlueButton 0.8.
BigBlueButton Server works ok, I can join a demo meeting with a browser.

Not sure if the api directory is really required, but on my BigBlueButton server, that directory does not exist (/var/www/bigbluebutton-default/api/).

Is anyone else seeing this?

Comments

kdump’s picture

In case it's needed:

in my drupal/bbb module settings, bbb server is set to http://10.8.5.27 (my test bbb server), security salt is set and connection test is ok.

Also, the url history in my browser hinted me that drupal/bbb module should be access "bigbluebutton/api/****", instead of "bigbluebutton-default/api/****". Is this something I can change/configure on the BigBlueButton server?

kdump’s picture

changed bbb server from http://10.8.5.27 to http://10.8.5.27/bigbluebutton. I can now see the meeting as moderator, without being prompted for password.

And I login as another user in a different browser (same computer), I can only see the demo (home), but not able to join the meeting I started as administrator. .....

sanduhrs’s picture

Status: Active » Closed (outdated)