[Building Sakai] Unable to check BigBlueButton version: BBB server responded with HTTP status code 504

Nico Coetzee Coetzeen at unisa.ac.za
Fri Jun 3 08:36:17 PDT 2011


Can you access the bbb server from you sakai installation server. Can you example to wget of the bbb server url?


On 03 Jun 2011, at 2:06 PM, Given Shirinda wrote:

Yes,it is running.
 
Given

From: "Nico Coetzee" <Coetzeen at unisa.ac.za>
To: "Given Shirinda" <given.shirinda at sita.co.za>
Cc: "sakai-dev" <sakai-dev at collab.sakaiproject.org>
Sent: Friday, 3 June, 2011 2:04:33 PM
Subject: Re: [Building Sakai] Unable to check BigBlueButton version: BBB server        responded with HTTP status code 504

This message (and attachments) is subject to restrictions and a disclaimer. Please refer to http://www.unisa.ac.za/disclaimer for full details.

Hi Given

Just a question is your BBB server actually running?


On 03 Jun 2011, at 10:26 AM, Given Shirinda wrote:


Hi Team.

I am running sakai 2.7 and I have finished deploying BigBlueButton,but when starting tomcat,I got this errors.


2011-06-03 10:12:30,182  INFO main org.sakaiproject.bbb.impl.BBBMeetingManagerImpl - init()
2011-06-03 10:12:30,184  INFO main org.sakaiproject.bbb.impl.BBBStorageManager - Creating table BBB_MEETING_PARTICIPANT in DB.
2011-06-03 10:12:30,231  INFO main org.sakaiproject.bbb.impl.BBBStorageManager - Creating table BBB_MEETING in DB.
2011-06-03 10:16:46,824  WARN main org.sakaiproject.bbb.impl.bbbapi.BaseBBBAPI - Unable to check BigBlueButton version: BBB server responded with HTTP status code 504
2011-06-03 10:16:46,837 ERROR main org.sakaiproject.util.NoisierDefaultListableBeanFactory - Failed to preinstantiate the singleton named org.sakaiproject.bbb.api.BBBMeetingManager. Destroying all Spring beans.
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.sakaiproject.bbb.api.BBBMeetingManager' defined in file [/opt/apache-tomcat-5.5.33/components/bbb-pack/WEB-INF/components.xml]: Invocation of init method failed; nested exception is java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
    at org.sakaiproject.util.NoisierDefaultListableBeanFactory.getBean(NoisierDefaultListableBeanFactory.java:114)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
    at org.sakaiproject.util.NoisierDefaultListableBeanFactory.preInstantiateSingletons(NoisierDefaultListableBeanFactory.java:73)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
    at org.sakaiproject.component.impl.SpringCompMgr.init(SpringCompMgr.java:154)
    at org.sakaiproject.component.cover.ComponentManager.getInstance(ComponentManager.java:98)
    at org.sakaiproject.component.impl.ContextLoader.loadParentContext(ContextLoader.java:107)
    at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:195)
    at org.sakaiproject.component.impl.ContextLoader.initWebApplicationContext(ContextLoader.java:64)
    at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
    at org.sakaiproject.util.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:56)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3795)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4252)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544)
    at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:634)
    at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:561)
    at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:496)
    at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1203)
    at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:319)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
    at org.apache.catalina.core.StandardService.start(StandardService.java:448)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    at java.util.ArrayList.RangeCheck(ArrayList.java:547)
    at java.util.ArrayList.get(ArrayList.java:322)
    at org.sakaiproject.bbb.impl.BBBAPIWrapper.start(BBBAPIWrapper.java:113)
    at org.sakaiproject.bbb.impl.BBBMeetingManagerImpl.init(BBBMeetingManagerImpl.java:151)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1414)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1375)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
    ... 44 more
java.lang.Exception: traceback
    at org.sakaiproject.util.NoisierDefaultListableBeanFactory.destroySingletons(NoisierDefaultListableBeanFactory.java:96)
    at org.sakaiproject.util.NoisierDefaultListableBeanFactory.preInstantiateSingletons(NoisierDefaultListableBeanFactory.java:83)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
    at org.sakaiproject.component.impl.SpringCompMgr.init(SpringCompMgr.java:154)
    at org.sakaiproject.component.cover.ComponentManager.getInstance(ComponentManager.java:98)
    at org.sakaiproject.component.impl.ContextLoader.loadParentContext(ContextLoader.java:107)
    at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:195)
    at org.sakaiproject.component.impl.ContextLoader.initWebApplicationContext(ContextLoader.java:64)
    at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
    at org.sakaiproject.util.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:56)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3795)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4252)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544)
    at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:634)
    at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:561)
    at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:496)
    at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1203)
    at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:319)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
    at org.apache.catalina.core.StandardService.start(StandardService.java:448)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
2011-06-03 10:16:46,842  INFO main org.sakaiproject.util.NoisierDefaultListableBeanFactory - Destroying singletons in org.sakaiproject.util.NoisierDefaultListableBeanFactory at 1a40247: defining beans [org.sakaiproject.archive.api.ArchiveService,org_sakaiproject_archive_impl_SiteArchiver,org_sakaiproject_archive_impl_SiteMerger,org.sakaiproject.archive.api.ImportMetadataService,org.sakaiproject.basiclti.service.BasicLTISecurityService,org.sakaiproject.bbb.api.BBBMeetingManager,org.sakaiproject.bbb.impl.BBBAPIWrapper,org.sakaiproject.bbb.api.BBBStorageManager,org.sakaiproject.content.providers.CourseManagement,org.sakaiproject.content.providers.CourseManagement.advisor,org.sakaiproject.content.providers.BaseEventDelayHandlerSqlDefault,org.sakaiproject.content.providers.BaseEventDelayHandlerSqlDb2,org.sakaiproject.content.providers.BaseEventDelayHandlerSqlHSql,org.sakaiproject.content.providers.BaseEventDelayHandlerSqlOracle,org.sakaiproject.content.providers.BaseEventDelayHandlerSqlMsSql,org.sakaiproject.content.providers.BaseEventDelayHandlerSqlMySql,
-- 

Miyelani Given Shirinda
Linux Engineer
Tel :012 482 3035 
Cell:0730133879 
@:given.shirinda at sita.co.za 
Alt@:given.shirinda at gmail.com 

If your Church doesn't work 4 u try your Ancestors.

	State Information Technology Agency (Proprietary) Limited,  Reg No 1999/001899/07,
459 Tsitsa Street, Erasmuskloof, Pretoria, South Africa,  PO Box 26100, Monument Park, 0105, South Africa
Tel: +27 12 482 3000 ? Fax +27 12 482 2100,  www.sita.co.za
Directors : Ms ZP Manase (Chairperson), Ms F Potgieter-Gqubule (Deputy Chairperson), Mr B Mosley-Lefatola (Managing), Ms SV Bvuma, Mr PR Kgame, Mr CCW Kruger, Mr WS Mabena, Ms K Mdlulwa, Ms T Moloko, Prof MI Mphahlele, Ms KR Mthimunye, Ms N Ntsinde, Mr G Pillay
Alternates :Ms NM Mhlakaza, Ms BM Malongete, Mr DC Niddrie, Mr G Pillay 
Company Secretary : Ms T Zide
E-mail Disclaimer: This email and any attachments thereto may contain confidential and proprietary information and is intended for the recipient only. If you are not the intended recipient, kindly delete the entire communication and notify the sender thereof immediately as the information contained in this communication is protected by law and may be privileged. You are further reminded that copying, distribution or disclosure of the contents of this email may be unlawful and result in legal action against you, in the case of you not being the intended recipient. As information sent by email is corruptible, SITA does not accept responsibility for such corruption, destruction, loss or interference of whatsoever kind and howsoever caused. SITA is a member of the Internet Service Provider's Association (ISPA), and as a result has adopted ISPA's Code of Conduct.
 Please consider the environment before you print this email or any documents.

	State Information Technology Agency (Proprietary) Limited,  Reg No 1999/001899/07,
459 Tsitsa Street, Erasmuskloof, Pretoria, South Africa,  PO Box 26100, Monument Park, 0105, South Africa
Tel: +27 12 482 3000 ? Fax +27 12 482 2100,  www.sita.co.za
Directors : Ms ZP Manase (Chairperson), Ms F Potgieter-Gqubule (Deputy Chairperson), Mr B Mosley-Lefatola (Managing), Ms SV Bvuma, Mr PR Kgame, Mr CCW Kruger, Mr WS Mabena, Ms K Mdlulwa, Ms T Moloko, Prof MI Mphahlele, Ms KR Mthimunye, Ms N Ntsinde, Mr G Pillay
Alternates :Ms NM Mhlakaza, Ms BM Malongete, Mr DC Niddrie, Mr G Pillay 
Company Secretary : Ms T Zide
E-mail Disclaimer: This email and any attachments thereto may contain confidential and proprietary information and is intended for the recipient only. If you are not the intended recipient, kindly delete the entire communication and notify the sender thereof immediately as the information contained in this communication is protected by law and may be privileged. You are further reminded that copying, distribution or disclosure of the contents of this email may be unlawful and result in legal action against you, in the case of you not being the intended recipient. As information sent by email is corruptible, SITA does not accept responsibility for such corruption, destruction, loss or interference of whatsoever kind and howsoever caused. SITA is a member of the Internet Service Provider's Association (ISPA), and as a result has adopted ISPA's Code of Conduct.
 Please consider the environment before you print this email or any documents.


Nico Coetzee
Designer Developer
ICT
Unisa Main Campus
Preller Street
Pretoria
Tel: +27 (012) 429-4661
Fax : 0862756913











-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20110603/6a337a91/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Unisa-email-signature_UNGC.gif
Type: image/gif
Size: 8678 bytes
Desc: Unisa-email-signature_UNGC.gif
Url : http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20110603/6a337a91/attachment.gif 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.gif
Type: image/gif
Size: 4902 bytes
Desc: image002.gif
Url : http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20110603/6a337a91/attachment-0001.gif 


More information about the sakai-dev mailing list