Hi, all, I don't know why suddenly my OM4.0 stops working. I checked the ports and OM is listening at the correct ports. Then, I checked the red5.log and here are the errors from the log: Could anyone tell me why?
Thanks, Tom 2017-11-24 19:38:20,092 [Loader:/englishetutor] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.0 created. 2017-11-24 19:38:20,092 [Loader:/englishetutor] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized. 2017-11-24 19:38:20,092 [Loader:/englishetutor] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.0) 'org.springframework.scheduling.quartz.SchedulerFactoryBean#0' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 2017-11-24 19:38:20,092 [Loader:/englishetutor] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'org.springframework.scheduling.quartz.SchedulerFactoryBean#0' initialized from an externally provided properties instance. 2017-11-24 19:38:20,092 [Loader:/englishetutor] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.0 2017-11-24 19:38:20,093 [Loader:/englishetutor] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@567e7f0c 2017-11-24 19:38:20,126 [Loader:/englishetutor] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647 2017-11-24 19:38:20,129 [Loader:/englishetutor] INFO org.quartz.core.QuartzScheduler - Scheduler org.springframework.scheduling.quartz.SchedulerFactoryBean#0_$_NON_CLUSTERED started. 2017-11-24 19:38:20,133 [Loader:/englishetutor] INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647 2017-11-24 19:38:20,134 [Loader:] INFO o.s.w.c.s.XmlWebApplicationContext - Refreshing Root WebApplicationContext: startup date [Fri Nov 24 19:38:20 EST 2017]; parent: org.springframework.context.support.FileSystemXmlApplicationContext@147e2ae7 2017-11-24 19:38:20,134 [Loader:] INFO o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from ServletContext resource [/WEB-INF/red5-web.xml] 2017-11-24 19:38:20,209 [Loader:] INFO org.red5.server.Context - Setting parent bean factory as core 2017-11-24 19:38:20,210 [Loader:] INFO org.red5.server.scope.WebScope - Set server [Server@141f021emap['/englishetutor' -> 'default', 'localhost/englishetutor' -> 'default', '127.0.0.1/englishetutor' -> 'default']] 2017-11-24 19:38:20,210 [Loader:] INFO org.red5.server.scope.Scope - Scope null name reset to: disallowed 2017-11-24 19:38:20,220 [Loader:] INFO org.red5.server.Server - Add mapping global: default host: context: null 2017-11-24 19:38:20,221 [Loader:] INFO org.red5.server.scope.Scope - Invalid scope name, null is not allowed 2017-11-24 19:38:20,221 [Loader:] WARN org.red5.server.scope.Scope - Invalid scope rejected: Scope [name=null, path=/default, type=APPLICATION, autoStart=true, creationTime=1511570300210, depth=1, enabled=true, running=false] 2017-11-24 19:38:20,221 [Loader:] WARN org.red5.server.scope.Scope - Scope not added to parent 2017-11-24 19:38:20,221 [Loader:] INFO org.red5.server.scope.WebScope - Webscope already registered; remove the 'init-method' from your 'web.scope' bean to prevent this message in the future. 2017-11-24 19:38:30,076 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-6] INFO c.h.i.p.impl.PartitionStateManager - [172.26.9.211]:5701 [dev] [3.8.6] Initializing cluster partition table arrangement...
