欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

red5 停止了

shiping1 的头像

red5  ERROR net.sf.ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: ebs-25879: ebs-25879:


查日志文件 red5.log

2016-03-08 14:41:17,220 [main] WARN  o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'enableRmiAdapter' being accessed! Ambiguous write methods found next to actually used [public void org.red5.server.jmx.JMXAgent.setEnableRmiAdapter(boolean)]: [public void org.red5.server.jmx.JMXAgent.setEnableRmiAdapter(java.lang.String)]
2016-03-08 14:41:17,222 [main] WARN  o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'enableSsl' being accessed! Ambiguous write methods found next to actually used [public void org.red5.server.jmx.JMXAgent.setEnableSsl(java.lang.String)]: [public void org.red5.server.jmx.JMXAgent.setEnableSsl(boolean)]
2016-03-08 14:41:17,223 [main] WARN  o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'enableMinaMonitor' being accessed! Ambiguous write methods found next to actually used [public void org.red5.server.jmx.JMXAgent.setEnableMinaMonitor(boolean)]: [public void org.red5.server.jmx.JMXAgent.setEnableMinaMonitor(java.lang.String)]
2016-03-08 14:41:19,294 [main] ERROR net.sf.ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: ebs-25879: ebs-25879
java.net.UnknownHostException: ebs-25879: ebs-25879
at java.net.InetAddress.getLocalHost(InetAddress.java:1461) [na:1.6.0_30]
at net.sf.ehcache.Cache.<clinit>(Cache.java:146) [ehcache-1.6.2.jar:na]

修改   /etc/hosts and add this entry:
127.0.0.1 ebs-25879 localhost但我也不是知 这个方法 能不能解决问题 
我进行了 crontab 重启服务器 5 3 * * 0 /usr/bin/reboot                       指定每星期日的 3:05分执行重启


看 https://github.com/Red5/red5-server/wiki/Runtime-Errors和 http://www.ithao123.cn/content-477584.html[摘要:下昼项目启动的时间报 [net.sf.ehcache.Cache]-[ERROR] Unable to set localhost. This prevents creation of a GUID. Cause was: IDC-V-70024: IDC-V-70024 java.net.UnknownHostException: IDC-V-70024: IDC-V-70024 找了一圈听说,题目是]

下午项目启动的时候报

[net.sf.ehcache.Cache]-[ERROR] Unable to set localhost. This prevents creation of a GUID. Cause was: IDC-V-70024: IDC-V-70024
 java.net.UnknownHostException: IDC-V-70024: IDC-V-70024

找了一圈据说,问题是因为DNS无法解析此域名所导致的,做如下修改解决:

#vi /etc/hosts

添加

127.0.0.1   IDC-V-70024

问题解决


普通分类: