smontano
unread,Feb 4, 2013, 2:46:01 PM2/4/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bigbluebu...@googlegroups.com
Forgive me if this is resolved via a different thread. I looked and didn't find a solution yet.
I just did a fresh install of Ubuntu Server 10.04 LTS (with all the updates) and a fresh install of BBB 0.80. The BBB install went without a hitch so I was confident it would work. The local IP of my BBB server is 10.0.1.13 and the login page loads up. But when I try to join a new session I always get, "404 Not Found nginx/0.7.65". I also used the command, "bbb-conf --setip 10.0.1.13" to set the hostname. After running, "bbb-conf --clean" and, "bbb-conf --check" I get the following output.
BigBlueButton Server 0.8-beta-4 (888)
Kernel version: 2.6.32-38-generic
Distribution: Ubuntu 10.04.4 LTS (32-bit)
Memory: 2012 MB
/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
Port test (tunnel): 10.0.1.13
Red5: 10.0.1.13
/etc/nginx/sites-available/bigbluebutton (nginx)
server name: 10.0.1.13
port: 80
bbb-client dir: /var/www/bigbluebutton
/var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties (bbb-web)
bbb-web host: 10.0.1.13
/usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml (red5)
voice conference: FreeSWITCH
/usr/local/bigbluebutton/core/scripts/slides.yml (record and playback)
playback host: 10.0.1.13
** Potential problems described below **
No problems listed so I ran, "bbb-conf --debug" and got this output.
-- ERRORS found in /var/log/bigbluebutton/* --
/var/log/bigbluebutton/bbb-web.log:2013-02-04 11:41:14,585 ERROR [StackTrace] - Sanitizing stacktrace:
/var/log/bigbluebutton/bbb-web.log:2013-02-04 11:41:14,587 ERROR [StackTrace] - Sanitizing stacktrace:
/var/log/bigbluebutton/bbb-web.log:2013-02-04 11:41:14,588 ERROR [org.codehaus.groovy.grails.plugins.DefaultGrailsPluginManager] - Error configuring dynamic methods for plugin [hibernate:1.1.1]: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'sessionFactory' is defined
-- ERRORS found in /var/log/bigbluebutton/* --
/var/log/bigbluebutton/bbb-web.log:org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'sessionFactory' is defined
/var/log/bigbluebutton/bbb-web.log:org.codehaus.groovy.runtime.InvokerInvocationException: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'sessionFactory' is defined
/var/log/bigbluebutton/bbb-web.log:Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'sessionFactory' is defined
/var/log/bigbluebutton/bbb-web.log:2013-02-04 11:41:14,588 ERROR [org.codehaus.groovy.grails.plugins.DefaultGrailsPluginManager] - Error configuring dynamic methods for plugin [hibernate:1.1.1]: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'sessionFactory' is defined
/var/log/bigbluebutton/bbb-web.log:org.codehaus.groovy.runtime.InvokerInvocationException: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'sessionFactory' is defined
/var/log/bigbluebutton/bbb-web.log:Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'sessionFactory' is defined
-- Exceptions found in /var/lib/tomcat6/logs/ --
/var/lib/tomcat6/logs/catalina.out:org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'sessionFactory' is defined
/var/lib/tomcat6/logs/catalina.out:org.codehaus.groovy.runtime.InvokerInvocationException: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'sessionFactory' is defined
/var/lib/tomcat6/logs/catalina.out:Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'sessionFactory' is defined
/var/lib/tomcat6/logs/catalina.out:2013-02-04 11:41:14,588 ERROR [org.codehaus.groovy.grails.plugins.DefaultGrailsPluginManager] - <Error configuring dynamic methods for plugin [hibernate:1.1.1]: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'sessionFactory' is defined>
/var/lib/tomcat6/logs/catalina.out:org.codehaus.groovy.runtime.InvokerInvocationException: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'sessionFactory' is defined
/var/lib/tomcat6/logs/catalina.out:Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'sessionFactory' is defined
As a side note, I installed BBB as root rather than using sudo. Not sure if that makes a difference. Any ideas on what went wrong? Thank you!