Windows 2008 서버에 서비스로 Red5 1.0.8 M13을 설치하려고합니다. Red5의 내 웹 애플리케이션 실행 벌금 red5.bat로 시작하는 때와 서비스로 실행하면 즉시 중지하고 실패Red5 1.0.8M13은 .bat 파일을 사용하여 실행되지만 Windows 서비스는 오류가 발생합니다.
"Windows could not start the Red5 media server on local computer. For more information view the system event log. If this is a non-Microsoft service, contact the service vendor, and refer to service specific error code 4."
시스템 이벤트 로그 것은 포함
"The Red5 Media Server service terminated with service-specific error The system cannot open the file."
RED5-하는 error.log 포함
2016-10-31 09:27:07 Commons Daemon procrun stderr initialized
java.lang.NoClassDefFoundError: Main
Caused by: java.lang.ClassNotFoundException: Main
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option UseStringCache; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: Using the ParNew young collector with the Serial old collector is deprecated and will likely be removed in a future release
Exception in thread "main"
JAVA_HOME = C : \ 프로그램 파일 (86) \ 자바 \는
서비스를 jdk1.8.0_45 경로는 c : \ program files (x86) \ Red5 \ amd64 \ prunsrv.exe // RS // Red5
내가 무엇을 놓쳤는가?
는 "이 시스템은 파일을 열 수 없습니다"에 대해 이야기 로그 작동합니다 ... 누구든지 어떤 파일에 대해 이야기하고 있는지 알 수 있습니까? – Velocedge
Windows 서비스로 Red5는 Apache Commons Daemon을 사용하며 다양한 창에서 실행하는 데 문제가 있습니다. 우리는 실제 문제가 무엇인지에 관해서는 확신 할 수 없다. –
방금 모든 버전의 Java를 제거하고 32 비트 JDK를 다시 설치했습니다. [2016-11-01 09:08:16] [오류] [636] Java C : \ Program Files \ Java \ jdk1.8 \ jre \ bin \ server \ jvm.dll을 만들지 못했습니다. [ 2016-11-01 09:08:16] [오류] [636] 지정한 경로를 찾을 수 없습니다. JAVA_HOME과 c : \ progra ~ 2 \ Java \ jdk1.8을 사용하는 경로 변수가 있지만 서비스는 분명히 그렇게 보이지 않습니다. – Velocedge