> When I run the server as an external tool, the server starts up fine. what do u mean? are u running as red5 standalone or war?
> But when I try to debug the project as a standalone java app, I get the > following exception at startup. are u debugging with and IDE? what IDE are u debuging with and how are u running it? -lp > > > Exception in thread "main" > org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean > named ' red5.common' is defined > at > org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition > (DefaultListableBeanFactory.java:355 ) > at > org.springframework.beans.factory.support.AbstractBeanFactory.getMergedBeanDefinition > (AbstractBeanFactory.java:800) > at org.springframework.beans.factory.support.AbstractBeanFactory.getBean ( > AbstractBeanFactory.java:237) > at org.springframework.beans.factory.support.AbstractBeanFactory.getBean( > AbstractBeanFactory.java:156 ) > at org.springframework.context.support.AbstractApplicationContext.getBean( > AbstractApplicationContext.java:642 ) > at > org.springframework.beans.factory.access.SingletonBeanFactoryLocator.useBeanFactory > (SingletonBeanFactoryLocator.java:393 ) > at org.red5.server.Standalone.main(Standalone.java:137) > > > > I am using the same red5.xml file on both opccasions. > Any ideas, why getBean can't find a valid bean named "red5.common." > > > Thanks. > PZ. > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > --------------------------------- Lucio Piccoli Director Asterisk-i Pty Ltd Software Design-Develop-Deploy www.asteriski.com _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
