我的Red 5安装在Windows 7上运行良好,但我无法启动它。我在控制台上收到以下错误:
Root: C:/Program Files/Red5
Deploy type: bootstrap
Logback selector: org.red5.logging.LoggingContextSelector
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.red5.server.Bootstrap.bootStrap(Bootstrap.java:118)
at org.red5.server.Bootstrap.main(Bootstrap.java:49)
Caused by: java.lang.NoClassDefFoundError: org/slf4j/bridge/SLF4JBridgeHandler
at org.red5.server.Launcher.launch(Launcher.java:51)
... 6 more
有任何解决方法吗?
谢谢!
答案 0 :(得分:0)
解决了!
只需使用Red5 1.0的压缩版本,二进制文件就有些错误了。