wymwon / red5

Automatically exported from code.google.com/p/red5
0 stars 0 forks source link

Edge Server Fails to start #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Description 

When following the directions posted at 
http://trac.red5.org/wiki/Documentation/UsersReferenceManual/Red5CoreTechnologie
s/06-Clustering#ServerConfiguration
The only thing changed in Edge Configuration file is 
<property name="server" value="xxx.xxx.xxx.xxx" />
This problem has Occured in both 0.9.0 RC1 and 1.0 Beta R4150
The edge server fails to start with the following information...
[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFacto
ry - Destroying singletons in org.springframework.beans.factory.support.DefaultL
istableBeanFactory@236527f: defining beans [customEditorConfigurer,placeholderCo
nfig,rtmpHandler,rtmpMinaConnManager,rtmpMinaIoHandler,rtmpTransport,rtmpEdgeMin
aConnection,mrtmpCodecFactory,mrtmpHandler,mrtmpClient,mrtmpEdgeManager]; root o
f factory hierarchy
org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean def
inition with name 'rtmpTransport' defined in class path resource [red5.xml]: Cou
ld not resolve placeholder 'rtmp.event_threads_core'
at org.springframework.beans.factory.config.PropertyPlaceholderConfigure
r.processProperties(PropertyPlaceholderConfigurer.java:287)
at org.springframework.beans.factory.config.PropertyResourceConfigurer.p
ostProcessBeanFactory(PropertyResourceConfigurer.java:75)
at org.springframework.context.support.AbstractApplicationContext.invoke
BeanFactoryPostProcessors(AbstractApplicationContext.java:663)
at org.springframework.context.support.AbstractApplicationContext.invoke
BeanFactoryPostProcessors(AbstractApplicationContext.java:638)
at org.springframework.context.support.AbstractApplicationContext.refres
h(AbstractApplicationContext.java:407)
at org.red5.server.Launcher.launch(Launcher.java:64)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.red5.server.Bootstrap.bootStrap(Bootstrap.java:135)
at org.red5.server.Bootstrap.main(Bootstrap.java:50)
Bootstrap complete

Original issue reported on code.google.com by daccatt...@gmail.com on 29 Jan 2011 at 2:29

Attachments: