简体   繁体   中英

RED5 Server, build and modify oflaDemo, version issue

I am trying to update and debug the RED5 oflaDemo application, using Eclipse I have imported the RED5 plugin. When I try and debug oflaDemo on server, the RED5 server starts but there are some errors which seem to have been attributed to Java version mismatch. I have tried multiple with no avail:

  • RED5 v1.0.4, Java JDK 1.6
  • RED5 v1.0.5, Java JDK 1.8

I always get:

***[INFO] [Launcher:/] org.red5.server.scope.Scope - Invalid scope name, null is not allowed
[WARN] [Launcher:/] org.red5.server.scope.Scope - Invalid scope rejected: Scope [name=null, path=/default, type=APPLICATION, autoStart=true, creationTime=1426471784657, depth=1, enabled=true, running=false]
[WARN] [Launcher:/] org.red5.server.scope.Scope - Scope not added to parent
[INFO] [Launcher:/] org.red5.server.scope.WebScope - Webscope already registered***

I do NOT have 2 RED5.jar files - anyone else had any luck with this?

您是否使用centos 7可能是导致问题的原因;我无法在centos 7上使用它?

That's the "ROOT" web application; don't mind it since it won't negatively affect your red5 instance.

Use red5 1.0.4 with jdk 1.7 (jdk-7u79). Nothing else needed. Make sure to use Oracle JDK (to download on the server-side, use wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/7u79-b15/jdk-7u79-linux-x64.tar.gz" ).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM