Hello!
I am trying to do a new install for BBB. When I do sudo bbb-conf --check, I get a few errors that I can't figure out how to fix even though I have searched through the forums. When I try to log into bbb through Blackboard, I get the option to join a meeting, but get this error when I click "join meeting":
XML Parsing Error: junk after document element
Location: http://thunderbolt.glenville.edu/bigbluebutton/api/join?fullName=Instructional+Technology+Annaliza++Marks&meetingID=ef50917521e879697ff4bd0dcb932ad0a80e70a6&password=43ace7f0e6a052eedd5dcbf540efb7d191ebf9ad&createTime=1446134384768&userID=c9cd547d07744a799c36fec811072e2d&webVoiceConf=&checksum=eade8b09a08b634aadf0c93cc6578117fb1f1873
Line Number 1, Column 153:<response><returncode>FAILED</returncode><errors><error key='noConfigFound' message='We could not find a config for this request.'/></errors></response><!DOCTYPE html>--------------------------------------------------------------------------------------------------------------------------------------------------------^
When I do a bbb-conf --check, I get this (I do not understand the error at the end...unable to reach default presentation. I've loaded a "default.pdf" into the correct folder, and I can go to it if I type the actual address in my browser;
https://thunderbolt.glenville.edu/default.pdf). The issues concerning me are in red:
sudo bbb-conf --check
BigBlueButton Server 0.9.1 (420)
Kernel version: 3.13.0-66-generic
Distribution: Ubuntu 14.04.3 LTS (64-bit)
Memory: 5962 MB
/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
Port test (tunnel):
thunderbolt.glenville.edu Red5:
thunderbolt.glenville.edu useWebrtcIfAvailable: true
/opt/freeswitch/conf/sip_profiles/external.xml (FreeSWITCH)
websocket port: 5066
WebRTC enabled: true
/etc/nginx/sites-available/bigbluebutton (nginx)
server name:
thunderbolt.glenville.edu port: 80
443 ssl
bbb-client dir: /var/www/bigbluebutton
/var/lib/tomcat7/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties (bbb-web)
bbb-web host:
thunderbolt.glenville.edu/var/lib/tomcat7/webapps/demo/bbb_api_conf.jsp (API demos)
api url:
thunderbolt.glenville.edu/var/lib/tomcat7/webapps/lti/WEB-INF/classes/lti.properties (LTI integration)
api url:
thunderbolt.glenville.edu/var/www/bigbluebutton/check/conf/config.xml (client check)
client check:
thunderbolt.glenville.edu/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:
thunderbolt.glenville.edu** Potential problems described below **
#
Warning: API URL IPs do not match host:
#
# IP from ifconfig: 10.102.2.27
# /var/lib/tomcat7/webapps/demo/bbb_api_conf.jsp: thunderbolt.glenville.edu# Warning: The API demos are installed and accessible from:
#
#
http://thunderbolt.glenville.edu/#
# 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://thunderbolt.glenville.edu/check#
# Warning: The IMS Learning Tools Integration (LTI) is accessible from:
#
#
http://thunderbolt.glenville.edu/lti/tool#
# To get the access parameters for LTI, run the command
#
# bbb-conf --lti
#
Error: Unable to reach default URL for presentation:
#
# https://thunderbolt.glenville.edu/default.pdf
#
# Check value for beans.presentationService.defaultUploadedPresentation in
# /var/lib/tomcat7/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties
Thank you in advance for your help. I've spent three days trying to figure this out. Any help would be very much appreciated!