*ContextLoaderListener* => yes that is already out in the latest SVN. But not in 0.5.2 as that version runs on red5-0.6.3.
thanks for your input sebastian 2008/12/18 A.N <aakarshfi...@gmail.com> > > Hi Guys, > > I figured it out! I'm not sure if others are facing this problem, but > the problem is > > "caused by the application's web.xml, which contained a > ContextLoaderListener listener (used in 0.7)." take from > http://www.nabble.com/More-boostrap-problems-on-windows-td19183474.html > . > > So all you have to do is comment out the "ContextLoaderListener" in > the WEB-INF/web.xml file of the openmeetings webapp. > > Hope this helps someone! > > On Dec 15, 3:54 pm, "A.N" <aakarshfi...@gmail.com> wrote: > > Interesting - how would you advise I debug. I did try with a bunch of > > red5 versions, but have the same issue. I'm getting this error even > > when I try the binary 0.52 package.. > > > > On Dec 15, 3:37 pm, "Sebastian Wagner" <seba.wag...@gmail.com> wrote: > > > > > but your error looks strange to me. > > > Maybe some duplicated resources or something similar > > > > > sebastian > > > > > 2008/12/15 A.N <aakarshfi...@gmail.com> > > > > > > There is something in Openmeetings that is causing the break since if > > > > I remove it from RED5_HOME/webapps dir, there are no reported errors > > > > in red5. > > > > > > Thanks for your help - I've been stuck on this for a while now. > > > > > > On Dec 15, 12:38 pm, "A.N" <aakarshfi...@gmail.com> wrote: > > > > > Hi Guys, > > > > > > > I used the instructions from the BuildSources page to check out and > > > > > build both the backend webapp (using ant dist) and the Laszlo > client. > > > > > The client builds fine and so does the backend, however when I > deploy, > > > > > the openmeetings application does not start. > > > > > > > I follow these steps: > > > > > > > 1. Build Laszlo client. (latest version) > > > > > 2. Build backed using ant dist on source code. (latest version) > > > > > 3. use the openmeetings folder inside of folder "dist" and copy > itno / > > > > > RED5_HOME/webapps > > > > > 4. Copy main.lzx.lzr=swf8.swf into /RED5_HOME/webapps/openmeetings > > > > > 5. Use the red5 snapshot as suggested (r3200). > > > > > 6. Start: using red5-bootstrap.sh > > > > > 7. When I go tohttp://localhost:5080/openmeetings, I get a 404: > > > > > > > HTTP Status 404 - > > > > > > > type Status report > > > > > > > message > > > > > > > description The requested resource () is not available. > > > > > > > Thank you for all your help!! > > > > > > > My Red 5 ERROR.log: > > > > > > > ========================================== > > > > > > > 2008-12-15 12:31:58,702 [main] ERROR o.r.s.p.FilePersistenceThread > - > > > > > Instance was not null, this is not a good sign > > > > > 2008-12-15 12:31:58,746 [main] ERROR o.s.web.context.ContextLoader > - > > > > > Context initialization failed > > > > > org.springframework.beans.factory.access.BootstrapException: Unable > to > > > > > initialize group definition. Group resource name > > > > > [classpath*:red5.xml], factory key [default.context]; nested > exception > > > > > is org.springframework.beans.factory.BeanCreationException: Error > > > > > creating bean with name 'red5.common' defined in URL > [file:/opt/red5/ > > > > > conf/red5.xml]: Instantiation of bean failed; nested exception is > > > > > org.springframework.beans.BeanInstantiationException: Could not > > > > > instantiate bean class > > > > > > [org.springframework.context.support.FileSystemXmlApplicationContext]: > > > > > Constructor threw exception; nested exception is > > > > > org.springframework.beans.factory.BeanCreationException: Error > > > > > creating bean with name 'warDeployService' defined in class path > > > > > resource [red5-common.xml]: Invocation of init method failed; > nested > > > > > exception is java.lang.RuntimeException: > > > > > org.quartz.ObjectAlreadyExistsException: Unable to store Job with > > > > > name: 'ScheduledJob_0' and group: 'DEFAULT', because one already > > > > > exists with this identification. > > > > > at > > > > > > > org.springframework.beans.factory.access.SingletonBeanFactoryLocator.useBeanFactory > > > > > (SingletonBeanFactoryLocator.java:389) > > > > > at > > > > org.springframework.web.context.ContextLoader.loadParentContext > > > > > (ContextLoader.java:341) > > > > > at > > > > > > org.springframework.web.context.ContextLoader.initWebApplicationContext > > > > > (ContextLoader.java:195) > > > > > at > > > > > > org.springframework.web.context.ContextLoaderListener.contextInitialized > > > > > (ContextLoaderListener.java:45) > > > > > at org.apache.catalina.core.StandardContext.listenerStart > > > > > (StandardContext.java:3843) > > > > > at org.apache.catalina.core.StandardContext.start > > > > > (StandardContext.java:4342) > > > > > at > > > > org.apache.catalina.core.ContainerBase.start(ContainerBase.java: > > > > > 1045) > > > > > at > > > > org.apache.catalina.core.StandardHost.start(StandardHost.java:719) > > > > > at > > > > org.apache.catalina.core.ContainerBase.start(ContainerBase.java: > > > > > 1045) > > > > > at > > > > org.apache.catalina.core.StandardEngine.start(StandardEngine.java: > > > > > 443) > > > > > at > org.apache.catalina.startup.Embedded.start(Embedded.java:825) > > > > > at > > > > org.red5.server.tomcat.TomcatLoader.init(TomcatLoader.java:375) > > > > > 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:585) > > > > > at > > > > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod > > > > > (AbstractAutowireCapableBeanFactory.java:1413) > > > > > at > > > > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods > > > > > (AbstractAutowireCapableBeanFactory.java:1374) > > > > > at > > > > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean > > > > > (AbstractAutowireCapableBeanFactory.java:1334) > > > > > 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:221) > > > > > at > > > > > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean > > > > > (AbstractBeanFactory.java:261) > > > > > at > > > > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean > > > > > (AbstractBeanFactory.java:185) > > > > > at > > > > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean > > > > > (AbstractBeanFactory.java:164) > > > > > at > > > > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons > > > > > (DefaultListableBeanFactory.java:429) > > > > > at > > > > > > > org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization > > > > > (AbstractApplicationContext.java:729) > > > > > at > > > > > > org.springframework.context.support.AbstractApplicationContext.refresh > > > > > (AbstractApplicationContext.java:381) > > > > > at org.red5.server.Bootstrap.launch(Bootstrap.java:254) > > > > > 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:585) > > > > > at org.red5.server.Bootstrap.bootStrap(Bootstrap.java:101) > > > > > at org.red5.server.Bootstrap.main(Bootstrap.java:70) > > > > > Caused by: org.springframework.beans.factory.BeanCreationException: > > > > > Error creating bean with name 'red5.common' defined in URL > [file:/opt/ > > > > > red5/conf/red5.xml]: Instantiation of bean failed; nested exception > is > > > > > org.springframework.beans.BeanInstantiationException: Could not > > > > > instantiate bean class > > > > > > [org.springframework.context.support.FileSystemXmlApplicationContext]: > > > > > Constructor threw exception; nested exception is > > > > > org.springframework.beans.factory.BeanCreationException: Error > > > > > creating bean with name 'warDeployService' defined in class path > > > > > resource [red5-common.xml]: Invocation of init method failed; > nested > > > > > exception is java.lang.RuntimeException: > > > > > org.quartz.ObjectAlreadyExistsException: Unable to store Job with > > > > > name: 'ScheduledJob_0' and group: 'DEFAULT', because one already > > > > > exists with this identification. > > > > > at > > > > > > > org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor > > > > > (ConstructorResolver.java:254) > > > > > at > > > > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor > > > > > (AbstractAutowireCapableBeanFactory.java:925) > > > > > at > > > > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance > > > > > (AbstractAutowireCapableBeanFactory.java:835) > > > > > at > > > > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean > > > > > (AbstractAutowireCapableBeanFactory.java:440) > > > > > 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 > > > > ... > > > > read more ยป > > > -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.laszlo-forum.de seba.wag...@gmail.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to openmeetings-user@googlegroups.com To unsubscribe from this group, send email to openmeetings-user+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en -~----------~----~----~----~------~----~------~--~---