You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bigblueb...@googlegroups.com
I'm trying to a meeting based on the documentation and always get the "Failed Checksum Error." So I decided to try changing the security salt and now the demos don't even work, they even generate the failed checksum error. I reset the checksum using the standard method:
sudo bbb-conf --setsalt mychecksumvaluewashere
sudo bbb-conf --clean
sudo bbb-conf --check
I even updated the salt value in here as it doesn't appear to get updated with the above commands: /var/lib/tomcat6/webapps/demo/bbb_api_conf.jsp
When I switch the salt back to the original value and restart, all works fine. Any thoughts?
Richard Alam
unread,
Jul 23, 2012, 2:04:24 PM7/23/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bigblueb...@googlegroups.com
Hi,
Did you setup a development environment and running bigbluebutton-web?
Compare the salt in /var/lib/tomcat6/webapps/demo/bbb_api_conf.jsp
and /var/lib/tomcat6/webapps/WEB-INF/classes/bigbluebutton.properties.
If on a development env and running "grails -Dserver.port=8888
run-war", compare bbb_api_conf.jsp to
bigbluebutton-web/grails-app/conf/bigbluebutton.properties.
Also, when changing values in
bigbluebutton-web/grails-app/conf/bigbluebutton.properties, make sure
you do "grails clean" first then "grails -Dserver.port=888 run-war" as
grails caches the properties file.