[Red5] Re : How to test

Paul Decoursey paul at decoursey.net
Fri Mar 20 08:45:34 PST 2009


Startup scripts usually don't exit, if they do then the server has  
shutdown.

try

/etc/init.d/red5 start &

or

/etc/init.d/red5 start > /var/log/red5.log &



On Mar 20, 2009, at 11:39 AM, Scott Broderick wrote:

> OK, I think I got it to work by adding a user red5
> Below is what happened BUT the init script, when run, ran OK but  
> doesn't exit!
>
>
> root at srv05 [/]# adduser red5
> root at srv05 [/]# /etc/init.d/red5 start
> Starting Red5 Service Starting Red5...
> 2009-03-20 11:35:38,584 [main] INFO  org.red5.server.Standalone -  
> Red5 Server 0.7.0 $Revision: 2677 $ (http://www.osflash.org/red5)
> 2009-03-20 11:35:38,589 [main] INFO  org.red5.server.Standalone -  
> Loading Red5 global context from: red5.xml
> 2009-03-20 11:35:38,590 [main] INFO  org.red5.server.Standalone -  
> Setting Red5 root to //usr/local/red
> 2009-03-20 11:35:38,590 [main] INFO  org.red5.server.Standalone -  
> Setting configuation root to /usr/local/red/conf
> 2009-03-20 11:35:38,645 [main] INFO   
> org.springframework.context.support.ClassPathXmlApplicationContext -  
> Refreshingorg 
> .springframework 
> .context.support.ClassPathXmlApplicationContext at 12d96f2: display  
> name  
> [org 
> .springframework 
> .context.support.ClassPathXmlApplicationContext at 12d96f2]; startup  
> date [Fri Mar 20 11:35:38 CDT 2009]; root of context hierarchy
> 2009-03-20 11:35:39,145 [main] INFO   
> org.springframework.context.support.ClassPathXmlApplicationContext -  
> Bean factory for application context  
> [org 
> .springframework 
> .context.support.ClassPathXmlApplicationContext at 12d96f2]:  
> org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 19f3736
> 2009-03-20 11:35:39,199 [main] INFO   
> org 
> .springframework.beans.factory.config.PropertyPlaceholderConfigurer  
> - Loading properties file from class path resource [red5.properties]
> 2009-03-20 11:35:39,207 [main] INFO   
> org.springframework.beans.factory.support.DefaultListableBeanFactory  
> - Pre-instantiating singletons  
> inorg 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 19f3736: defining  
> beans  
> [placeholderConfig 
> ,red5.common,red5.core,context.loader,jetty6.server]; root of  
> factory hierarchy
> 2009-03-20 11:35:39,228 [main] INFO   
> org.springframework.context.support.FileSystemXmlApplicationContext  
> -  
> Refreshingorg 
> .springframework 
> .context.support.FileSystemXmlApplicationContext at a9255c: display  
> name  
> [org 
> .springframework 
> .context.support.FileSystemXmlApplicationContext at a9255c]; startup  
> date [Fri Mar 20 11:35:39 CDT 2009]; root of context hierarchy
> 2009-03-20 11:35:39,294 [main] INFO   
> org.springframework.context.support.FileSystemXmlApplicationContext  
> - Bean factory for application context  
> [org 
> .springframework 
> .context.support.FileSystemXmlApplicationContext at a9255c]:  
> org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 193f6e2
> 2009-03-20 11:35:39,331 [main] INFO   
> org.springframework.beans.factory.support.DefaultListableBeanFactory  
> - Pre-instantiating singletons  
> inorg 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 193f6e2: defining  
> beans  
> [placeholderConfig 
> ,red5 
> .server 
> ,jmxFactory 
> ,jmxAgent 
> ,serializer 
> ,deserializer 
> ,statusObjectService 
> ,rtmpCodecFactory 
> ,remotingCodecFactory 
> ,videoCodecFactory 
> ,streamableFileFactory 
> ,filePersistenceThread 
> ,sharedObjectService 
> ,streamService 
> ,providerService 
> ,consumerService 
> ,BWControlService 
> ,schedulingService 
> ,remotingPool 
> ,remotingClient 
> ,object 
> .cache 
> ,keyframe 
> .cache 
> ,flv 
> .impl 
> ,flvreader 
> .impl 
> ,mp3reader 
> .impl 
> ,org 
> .springframework 
> .beans 
> .factory 
> .config 
> .MethodInvokingFactoryBean 
> ,org 
> .springframework 
> .beans 
> .factory 
> .config 
> .MethodInvokingFactoryBean 
> #1,streamExecutor,playlistSubscriberStream,clientBroadcastStream];  
> root of factory hierarchy
> 2009-03-20 11:35:39,410 [main] INFO  org.red5.server.jmx.JMXAgent -  
> JMX HTML adapter was not enabled
> 2009-03-20 11:35:39,431 [main] INFO  org.red5.server.jmx.JMXAgent -  
> RMI Registry server was not found on port 9999
> 2009-03-20 11:35:39,432 [main] INFO  org.red5.server.jmx.JMXAgent -  
> Starting an internal RMI registry
> 2009-03-20 11:35:39,538 [main] INFO  org.red5.server.jmx.JMXAgent -  
> JMX RMI connector server successfully started
> 2009-03-20 11:35:39,875 [main] INFO   
> org.springframework.context.support.FileSystemXmlApplicationContext  
> -  
> Refreshingorg 
> .springframework 
> .context.support.FileSystemXmlApplicationContext at 1d7b222: display  
> name  
> [org 
> .springframework 
> .context.support.FileSystemXmlApplicationContext at 1d7b222]; startup  
> date [Fri Mar 20 11:35:39 CDT 2009]; parent:  
> org 
> .springframework 
> .context.support.FileSystemXmlApplicationContext at a9255c
> 2009-03-20 11:35:39,920 [main] INFO   
> org.springframework.context.support.FileSystemXmlApplicationContext  
> - Bean factory for application context  
> [org 
> .springframework 
> .context.support.FileSystemXmlApplicationContext at 1d7b222]:  
> org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 57ae58
> 2009-03-20 11:35:39,945 [main] INFO   
> org 
> .springframework.beans.factory.config.PropertyPlaceholderConfigurer  
> - Loading properties file from class path resource [red5.properties]
> 2009-03-20 11:35:39,948 [main] INFO   
> org.springframework.beans.factory.support.DefaultListableBeanFactory  
> - Pre-instantiating singletons  
> inorg 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 57ae58: defining  
> beans  
> [customEditorConfigurer 
> ,placeholderConfig 
> ,rtmpHandler 
> ,rtmpMinaConnManager 
> ,rtmpMinaIoHandler 
> ,rtmpTransport 
> ,rtmpMinaConnection 
> ,rtmptConnManager 
> ,rtmptHandler,rtmptServlet,rtmptConnection,rtmpt.server]; parent:  
> org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 193f6e2
> 2009-03-20 11:35:39,971 [main] INFO   
> org.red5.server.net.rtmp.RTMPMinaTransport - RTMP Mina Transport  
> Settings
> 2009-03-20 11:35:39,972 [main] INFO   
> org.red5.server.net.rtmp.RTMPMinaTransport - IO Threads: 3
> 2009-03-20 11:35:39,972 [main] INFO   
> org.red5.server.net.rtmp.RTMPMinaTransport - Event Threads - core:  
> 16, max: 64, queue: 0, keepalive: 60
> root at srv05 [/]# 2009-03-20 11:35:40,005 [main] INFO   
> org.red5.server.net.rtmp.RTMPMinaTransport - TCP No Delay: true
> 2009-03-20 11:35:40,005 [main] INFO   
> org.red5.server.net.rtmp.RTMPMinaTransport - Receive Buffer Size:  
> 65536
> 2009-03-20 11:35:40,005 [main] INFO   
> org.red5.server.net.rtmp.RTMPMinaTransport - Send Buffer Size: 271360
> 2009-03-20 11:35:40,017 [main] INFO   
> org.red5.server.net.rtmp.RTMPMinaTransport - RTMP Mina Transport  
> bound to 0.0.0.0/0.0.0.0:1935
> 2009-03-20 11:35:40,017 [main] INFO  org.red5.server.jmx.JMXFactory  
> - Object name:  
> org.red5.server:type=RTMPMinaTransport,address=0.0.0.0,port=1935
> 2009-03-20 11:35:40,024 [main] INFO  org.red5.server.jmx.JMXFactory  
> - Object name:  
> org.red5.server:type=IoServiceManager,address=0.0.0.0,port=1935
> 2009-03-20 11:35:40,053 [main] INFO   
> org.springframework.context.support.ClassPathXmlApplicationContext -  
> Refreshingorg 
> .springframework 
> .context.support.ClassPathXmlApplicationContext at 652110: display name  
> [org 
> .springframework 
> .context.support.ClassPathXmlApplicationContext at 652110]; startup  
> date [Fri Mar 20 11:35:40 CDT 2009]; root of context hierarchy
> 2009-03-20 11:35:40,094 [main] INFO   
> org.springframework.context.support.ClassPathXmlApplicationContext -  
> Bean factory for application context  
> [org 
> .springframework 
> .context.support.ClassPathXmlApplicationContext at 652110]:  
> org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at ec898a
> 2009-03-20 11:35:40,104 [main] INFO   
> org.springframework.beans.factory.support.DefaultListableBeanFactory  
> - Pre-instantiating singletons  
> inorg 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at ec898a: defining  
> beans  
> [placeholderConfig,sysProps,webappRoot,rtmptHost,rtmptPort,Server];  
> root of factory hierarchy
> 2009-03-20 11:35:40,232 [main] INFO  org.mortbay.log - Logging to  
> Logger[org.mortbay.log] via org.mortbay.log.Slf4jLog
> 2009-03-20 11:35:40,259 [main] INFO  org.mortbay.log - jetty-6.1.7
> 2009-03-20 11:35:40,327 [main] INFO  org.mortbay.log - Started SelectChannelConnector at 0.0.0.0 
> :8088
> 2009-03-20 11:35:40,331 [main] INFO   
> org.springframework.context.support.FileSystemXmlApplicationContext  
> -  
> Refreshingorg 
> .springframework 
> .context.support.FileSystemXmlApplicationContext at 1dcc4cd: display  
> name  
> [org 
> .springframework 
> .context.support.FileSystemXmlApplicationContext at 1dcc4cd]; startup  
> date [Fri Mar 20 11:35:40 CDT 2009]; parent:  
> org 
> .springframework 
> .context.support.FileSystemXmlApplicationContext at a9255c
> 2009-03-20 11:35:40,347 [main] INFO   
> org.springframework.context.support.FileSystemXmlApplicationContext  
> - Bean factory for application context  
> [org 
> .springframework 
> .context.support.FileSystemXmlApplicationContext at 1dcc4cd]:  
> org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 1a5e68a
> 2009-03-20 11:35:40,356 [main] INFO   
> org.springframework.beans.factory.support.DefaultListableBeanFactory  
> - Pre-instantiating singletons  
> inorg 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 1a5e68a: defining  
> beans  
> [global 
> .clientRegistry 
> ,global 
> .serviceInvoker 
> ,global 
> .mappingStrategy 
> ,global.context,global.handler,global.scope,red5.scopeResolver];  
> parent:org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 193f6e2
> 2009-03-20 11:35:40,415 [main] INFO   
> org.red5.server.jetty.JettyLoader - Loading jetty6 context from:  
> classpath:/jetty.xml
> 2009-03-20 11:35:40,415 [main] INFO   
> org.springframework.context.support.ClassPathXmlApplicationContext -  
> Refreshingorg 
> .springframework 
> .context.support.ClassPathXmlApplicationContext at 6bd9e0: display name  
> [org 
> .springframework 
> .context.support.ClassPathXmlApplicationContext at 6bd9e0]; startup  
> date [Fri Mar 20 11:35:40 CDT 2009]; root of context hierarchy
> 2009-03-20 11:35:40,447 [main] INFO   
> org.springframework.context.support.ClassPathXmlApplicationContext -  
> Bean factory for application context  
> [org 
> .springframework 
> .context.support.ClassPathXmlApplicationContext at 6bd9e0]:  
> org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 14c4d61
> 2009-03-20 11:35:40,450 [main] INFO   
> org.springframework.beans.factory.support.DefaultListableBeanFactory  
> - Pre-instantiating singletons  
> inorg 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 14c4d61: defining  
> beans  
> [placeholderConfig 
> ,sysProps,webappRoot,httpHost,httpPort,httpsPort,Server]; root of  
> factory hierarchy
> 2009-03-20 11:35:40,502 [main] INFO   
> org.red5.server.jetty.JettyLoader - Starting jetty servlet engine
> 2009-03-20 11:35:40,542 [main] INFO  org.mortbay.log - jetty-6.1.7
> 2009-03-20 11:35:40,639 [main] INFO  /echo - Initializing Spring  
> root WebApplicationContext
> 2009-03-20 11:35:40,640 [main] INFO  org.springframework.web.context.ContextLoader 
>  - Root WebApplicationContext: initialization started
> 2009-03-20 11:35:40,714 [main] INFO   
> org 
> .springframework.beans.factory.config.PropertyPlaceholderConfigurer  
> - Loading properties file from ServletContext resource [/WEB-INF/ 
> red5-web.properties]
> 2009-03-20 11:35:40,721 [main] INFO   
> org.springframework.beans.factory.support.DefaultListableBeanFactory  
> - Pre-instantiating singletons  
> inorg 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 7ab40c: defining  
> beans  
> [placeholderConfig 
> ,web.context,web.scope,web.handler,flexMessaging.service];  
> parent:org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 1a5e68a
> 2009-03-20 11:35:40,772 [main] INFO  org.springframework.web.context.ContextLoader 
>  - Root WebApplicationContext: initialization completed in 132 ms
> 2009-03-20 11:35:40,880 [main] INFO  /test - Initializing Spring  
> root WebApplicationContext
> 2009-03-20 11:35:40,880 [main] INFO  org.springframework.web.context.ContextLoader 
>  - Root WebApplicationContext: initialization started
> 2009-03-20 11:35:40,904 [main] INFO   
> org 
> .springframework.beans.factory.config.PropertyPlaceholderConfigurer  
> - Loading properties file from ServletContext resource [/WEB-INF/ 
> red5-web.properties]
> 2009-03-20 11:35:40,912 [main] INFO   
> org.springframework.beans.factory.support.DefaultListableBeanFactory  
> - Pre-instantiating singletons  
> inorg 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 13b625b: defining  
> beans  
> [placeholderConfig 
> ,web.context,web.scope,web.handler,test.service,echo.service];  
> parent:org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 1a5e68a
> 2009-03-20 11:35:40,943 [main] INFO  org.springframework.web.context.ContextLoader 
>  - Root WebApplicationContext: initialization completed in 63 ms
> 2009-03-20 11:35:41,053 [main] INFO  /tutorial - Initializing Spring  
> root WebApplicationContext
> 2009-03-20 11:35:41,053 [main] INFO  org.springframework.web.context.ContextLoader 
>  - Root WebApplicationContext: initialization started
> 2009-03-20 11:35:41,075 [main] INFO   
> org 
> .springframework.beans.factory.config.PropertyPlaceholderConfigurer  
> - Loading properties file from ServletContext resource [/WEB-INF/ 
> red5-web.properties]
> 2009-03-20 11:35:41,086 [main] INFO   
> org.springframework.beans.factory.support.DefaultListableBeanFactory  
> - Pre-instantiating singletons  
> inorg 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 91a4fb: defining  
> beans [placeholderConfig,web.context,web.scope,web.handler];  
> parent:org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 1a5e68a
> 2009-03-20 11:35:41,236 [main] INFO  org.springframework.web.context.ContextLoader 
>  - Root WebApplicationContext: initialization completed in 183 ms
> 2009-03-20 11:35:41,270 [main] INFO  /SOSample - Initializing Spring  
> root WebApplicationContext
> 2009-03-20 11:35:41,271 [main] INFO  org.springframework.web.context.ContextLoader 
>  - Root WebApplicationContext: initialization started
> 2009-03-20 11:35:41,285 [main] INFO   
> org 
> .springframework.beans.factory.config.PropertyPlaceholderConfigurer  
> - Loading properties file from ServletContext resource [/WEB-INF/ 
> red5-web.properties]
> 2009-03-20 11:35:41,286 [main] INFO   
> org.springframework.beans.factory.support.DefaultListableBeanFactory  
> - Pre-instantiating singletons  
> inorg 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 329572: defining  
> beans [placeholderConfig,web.context,web.scope,web.handler];  
> parent:org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 1a5e68a
> 2009-03-20 11:35:41,301 [main] INFO  org.springframework.web.context.ContextLoader 
>  - Root WebApplicationContext: initialization completed in 30 ms
> 2009-03-20 11:35:41,339 [main] INFO  /oflaDemo - Initializing Spring  
> root WebApplicationContext
> 2009-03-20 11:35:41,339 [main] INFO  org.springframework.web.context.ContextLoader 
>  - Root WebApplicationContext: initialization started
> 2009-03-20 11:35:41,435 [main] INFO   
> org 
> .springframework.beans.factory.config.PropertyPlaceholderConfigurer  
> - Loading properties file from ServletContext resource [/WEB-INF/ 
> red5-web.properties]
> 2009-03-20 11:35:41,449 [main] INFO   
> org.springframework.beans.factory.support.DefaultListableBeanFactory  
> - Pre-instantiating singletons  
> inorg 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 1f796d0: defining  
> beans  
> [placeholderConfig 
> ,web 
> .context 
> ,web 
> .scope 
> ,web 
> .handler 
> ,demoService 
> .service 
> ,org.springframework.scripting.support.ScriptFactoryPostProcessor];  
> parent:org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 1a5e68a
> 2009-03-20 11:35:41,601 [main] INFO  org.springframework.web.context.ContextLoader 
>  - Root WebApplicationContext: initialization completed in 262 ms
> 2009-03-20 11:35:41,639 [main] INFO  /midiDemo - Initializing Spring  
> root WebApplicationContext
> 2009-03-20 11:35:41,639 [main] INFO  org.springframework.web.context.ContextLoader 
>  - Root WebApplicationContext: initialization started
> 2009-03-20 11:35:41,657 [main] INFO   
> org 
> .springframework.beans.factory.config.PropertyPlaceholderConfigurer  
> - Loading properties file from ServletContext resource [/WEB-INF/ 
> red5-web.properties]
> 2009-03-20 11:35:41,659 [main] INFO   
> org.springframework.beans.factory.support.DefaultListableBeanFactory  
> - Pre-instantiating singletons  
> inorg 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 1107304: defining  
> beans [placeholderConfig,web.context,web.scope,web.handler];  
> parent:org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 1a5e68a
> 2009-03-20 11:35:41,797 [main] INFO  org.springframework.web.context.ContextLoader 
>  - Root WebApplicationContext: initialization completed in 158 ms
> 2009-03-20 11:35:42,037 [main] INFO  /admin - Initializing Spring  
> root WebApplicationContext
> 2009-03-20 11:35:42,037 [main] INFO  org.springframework.web.context.ContextLoader 
>  - Root WebApplicationContext: initialization started
> 2009-03-20 11:35:42,156 [main] INFO   
> org 
> .springframework.beans.factory.config.PropertyPlaceholderConfigurer  
> - Loading properties file from ServletContext resource [/WEB-INF/ 
> red5-web.properties]
> 2009-03-20 11:35:42,176 [main] INFO   
> org.springframework.beans.factory.support.DefaultListableBeanFactory  
> - Pre-instantiating singletons  
> inorg 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 7a17: defining  
> beans  
> [authenticationManager 
> ,daoAuthenticationProvider 
> ,passwordEncoder 
> ,saltSource 
> ,userDetailsService 
> ,placeholderConfig 
> ,authClientRegistry,web.context,web.scope,web.handler];  
> parent:org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 1a5e68a
> 2009-03-20 11:35:42,215 [main] INFO   
> org.springframework.beans.factory.config.PropertiesFactoryBean -  
> Loading properties file from ServletContext resource [/WEB-INF/ 
> users.properties]
> 2009-03-20 11:35:42,382 [main] INFO   
> org.springframework.cache.ehcache.EhCacheManagerFactoryBean -  
> Initializing EHCache CacheManager
> 2009-03-20 11:35:42,570 [main] INFO  org.springframework.web.context.ContextLoader 
>  - Root WebApplicationContext: initialization completed in 533 ms
> 2009-03-20 11:35:42,601 [main] INFO  /admin - Initializing Spring  
> FrameworkServlet 'dispatcher'
> 2009-03-20 11:35:42,601 [main] INFO  org.springframework.web.servlet.DispatcherServlet 
>  - FrameworkServlet 'dispatcher': initialization started
> 2009-03-20 11:35:42,654 [main] INFO   
> org.springframework.beans.factory.support.DefaultListableBeanFactory  
> - Pre-instantiating singletons  
> inorg 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 1277a30: defining  
> beans [org.springframework.web.servlet.mvc.support.ControllerClassNameHandlerMapping 
> ,panelController 
> ,userDetailsValidator 
> ,userRegisterForm,viewResolver,messageSource,urlMapping];  
> parent:org 
> .springframework.beans.factory.support.DefaultListableBeanFactory at 7a17
> 2009-03-20 11:35:42,756 [main] INFO  org.springframework.web.servlet.DispatcherServlet 
>  - FrameworkServlet 'dispatcher': initialization completed in 155 ms
> 2009-03-20 11:35:42,802 [main] INFO  /fitcDemo - Initializing Spring  
> root WebApplicationContext
> 2009-03-20 11:35:42,802 [main] INFO  org.springframework.web.context.ContextLoader 
>  - Root WebApplicationContext: initialization started
> 2009-03-20 11:35:42,821 [main] INFO   
> org 
> .springframework.beans.factory.config.PropertyPlaceholderConfigurer  
> - Loading properties file from ServletContext resource [/WEB-INF/ 
> red5-web.properties]
> 2009-03-20 11:35:42,823 [main] INFO   
> org.springframework.beans.factory.support.DefaultListableBeanFactory  
> - Pre-instantiating singletons  
> inorg 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 1220fd1: defining  
> beans [placeholderConfig,web.context,web.scope,web.handler];  
> parent:org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 1a5e68a
> 2009-03-20 11:35:42,946 [main] INFO  org.springframework.web.context.ContextLoader 
>  - Root WebApplicationContext: initialization completed in 144 ms
> 2009-03-20 11:35:43,208 [main] INFO  /bwcheck - Initializing Spring  
> root WebApplicationContext
> 2009-03-20 11:35:43,208 [main] INFO  org.springframework.web.context.ContextLoader 
>  - Root WebApplicationContext: initialization started
> 2009-03-20 11:35:43,240 [main] INFO   
> org 
> .springframework.beans.factory.config.PropertyPlaceholderConfigurer  
> - Loading properties file from ServletContext resource [/WEB-INF/ 
> red5-web.properties]
> 2009-03-20 11:35:43,264 [main] INFO   
> org.springframework.beans.factory.support.DefaultListableBeanFactory  
> - Pre-instantiating singletons  
> inorg 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at b398da: defining  
> beans [placeholderConfig,web.context,web.scope,bwcheck.handler];  
> parent:org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 1a5e68a
> 2009-03-20 11:35:43,287 [main] INFO  org.springframework.web.context.ContextLoader 
>  - Root WebApplicationContext: initialization completed in 79 ms
> 2009-03-20 11:35:43,360 [main] INFO  /messageRecorder - Initializing  
> Spring root WebApplicationContext
> 2009-03-20 11:35:43,361 [main] INFO  org.springframework.web.context.ContextLoader 
>  - Root WebApplicationContext: initialization started
> 2009-03-20 11:35:43,372 [main] INFO   
> org 
> .springframework.beans.factory.config.PropertyPlaceholderConfigurer  
> - Loading properties file from ServletContext resource [/WEB-INF/ 
> red5-web.properties]
> 2009-03-20 11:35:43,374 [main] INFO   
> org.springframework.beans.factory.support.DefaultListableBeanFactory  
> - Pre-instantiating singletons  
> inorg 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 176eeb9: defining  
> beans [placeholderConfig,web.context,web.scope,web.handler];  
> parent:org 
> .springframework 
> .beans.factory.support.DefaultListableBeanFactory at 1a5e68a
> 2009-03-20 11:35:43,380 [main] INFO  org.springframework.web.context.ContextLoader 
>  - Root WebApplicationContext: initialization completed in 19 ms
> 2009-03-20 11:35:43,385 [main] INFO  org.mortbay.log - Started SelectChannelConnector at 0.0.0.0 
> :5080
> 2009-03-20 11:35:43,795 [main] INFO  org.mortbay.log - Started SslSocketConnector at 0.0.0.0 
> :8443
> 2009-03-20 11:35:43,795 [main] INFO  org.red5.server.Standalone -  
> Startup done in: 5213 ms
>
>
> Scott Broderick
>
>
>
> ----- Original Message -----
> From: Scott Broderick
> To: red5 at osflash.org
> Sent: Friday, March 20, 2009 9:26 AM
> Subject: Re: [Red5] Re : How to test
>
> I have it installed onto a Centos 5.2
> My startup script /etc/init.d/red had the wrong location of red5. I  
> have changed it now but now when I try to start it up, I get  
> "Starting Red5 Service su: user red5 does not exist"
>
> Any help would be awesome guys!
> Thanks
>
>
> Scott Broderick
>
>
> ----- Original Message -----
> From: Etienne Bonnefoy
> To: red5 at osflash.org
> Sent: Friday, March 20, 2009 1:50 AM
> Subject: [Red5] Re : How to test
>
> Hello,
>
> on what OS did you install you red5?
> Did you start the service before trying to connect to the interface: http://127.0.0.1:5080 
>  and there you have a demos link.
>
> Hope this will help you.
>
> Etienne.
>
>
> De : Scott Broderick <scott.broderick at datona.com>
> À : red5 at osflash.org
> Envoyé le : Vendredi, 20 Mars 2009, 7h07mn 40s
> Objet : Re: [Red5] How to test
>
> I get nothing. Just a standard Cannot display the webpage
>
>
> Scott Broderick
>
>
> ----- Original Message -----
> From: AMP Admin
> To: red5 at osflash.org
> Sent: Thursday, March 19, 2009 9:03 PM
> Subject: Re: [Red5] How to test
>
> Try http://www.yourserver.com:5080
>
> From: red5-bounces at osflash.org [mailto:red5-bounces at osflash.org] On  
> Behalf Of Scott Broderick
> Sent: Thursday, March 19, 2009 10:01 PM
> To: red5 at osflash.org
> Subject: [Red5] How to test
>
> I have gone through and installed RED5 but as a newbie, I am looking  
> for any assistance on testing it out to see if it's working.
> Does anyone know of a testing script to run?
>
>
> Scott Broderick
>
>
>
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
>
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://osflash.org/pipermail/red5_osflash.org/attachments/20090320/4d2f5415/attachment-0001.html>


More information about the Red5 mailing list