Helllo everyone,

I am new with Red5 and an trying to step through the code.
I realize this may be arookie problem. So feel free to point me to some
reading material that you think may help.


When I run the server as an external tool, the server starts up fine.
But when I try to debug the project as a standalone java app, I get the
following exception at startup.


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

Reply via email to