Discussion:
Unable to install Red5 0.9.0 RC2 on Debian/Ubuntu
Rene Snijders
2009-12-31 06:10:22 UTC
Permalink
Hi there,

This is my First mail on the list,

I’ve used Red5 0.8.0 for a long while now, and was trying to install the new
rc2, 0.9.0 ...

But after ant dist, copying the dist to /home/rene/red5 i'm getting this ..

Red5Server$ sh red5.sh

Running on Linux
Starting Red5
Red5 root: /home/rene/red5
Configuation root: /home/rene/red5/conf
Root: /home/rene/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:135)
at org.red5.server.Bootstrap.main(Bootstrap.java:50)
Caused by: java.lang.NoClassDefFoundError:
org/slf4j/bridge/SLF4JBridgeHandler
at org.red5.server.Launcher.launch(Launcher.java:48)
... 6 more

I hope somone could tell me what i'm missing...

Kind Regards,
René
Alexis Panagiotopoulos
2009-12-31 08:52:33 UTC
Permalink
have you tried doing it as root?
Post by Rene Snijders
Hi there,
This is my First mail on the list,
I’ve used Red5 0.8.0 for a long while now, and was trying to install the new
rc2, 0.9.0 ...
But after ant dist, copying the dist to /home/rene/red5 i'm getting this ..
Red5Server$ sh red5.sh
Running on Linux
Starting Red5
Red5 root: /home/rene/red5
Configuation root: /home/rene/red5/conf
Root: /home/rene/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:135)
at org.red5.server.Bootstrap.main(Bootstrap.java:50)
org/slf4j/bridge/SLF4JBridgeHandler
at org.red5.server.Launcher.launch(Launcher.java:48)
... 6 more
I hope somone could tell me what i'm missing...
Kind Regards,
René
_______________________________________________
Red5 mailing list
http://osflash.org/mailman/listinfo/red5_osflash.org
Art Clarke
2009-12-31 16:34:40 UTC
Permalink
This is a bug in 0.9 (which I haven't tried to solve, but maybe Paul has)
that occurs on Windows. Bootstrap relies on the jars in $RED5_HOME/lib
(specificaly slf4j, logback-classic and logback-core), but needs them before
it loads them. This leads to a startup problem.

To work around, do this:

export
CLASSPATH=$RED5_HOME/lib/slf4j...:$RED5_HOME/lib/logback-core...:$RED5_HOME/lib/logback-classic...
./red5.sh

(replace the "..." with the version numbers then in use in Red5).

I've only seen this happen on Linux -- it does not happen on Mac OS X.

- Art

On Thu, Dec 31, 2009 at 12:52 AM, Alexis Panagiotopoulos <
Post by Alexis Panagiotopoulos
have you tried doing it as root?
Post by Rene Snijders
Hi there,
This is my First mail on the list,
I’ve used Red5 0.8.0 for a long while now, and was trying to install the
new
rc2, 0.9.0 ...
But after ant dist, copying the dist to /home/rene/red5 i'm getting this ..
Red5Server$ sh red5.sh
Running on Linux
Starting Red5
Red5 root: /home/rene/red5
Configuation root: /home/rene/red5/conf
Root: /home/rene/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:135)
at org.red5.server.Bootstrap.main(Bootstrap.java:50)
org/slf4j/bridge/SLF4JBridgeHandler
at org.red5.server.Launcher.launch(Launcher.java:48)
... 6 more
I hope somone could tell me what i'm missing...
Kind Regards,
René
_______________________________________________
Red5 mailing list
http://osflash.org/mailman/listinfo/red5_osflash.org
_______________________________________________
Red5 mailing list
http://osflash.org/mailman/listinfo/red5_osflash.org
--
http://www.xuggle.com/
xu‧ggle (zŭ' gl) v. To freely encode, decode, and experience audio and
video.

Use Xuggle to get the power of FFmpeg in Java.
Rene Snijders
2010-01-01 03:39:21 UTC
Permalink
Hi there,

Ah ok, i'll give it a try this year :-)
Best wishes to everyone on the list.

Thanks already ;-)


And to Alexis Panagiotopoulos;

Yes i did, i've 3 Linux servers at home on al 3 they give the same results,
but i guess it's maybe fixed in the rc3 :)...
Post by Art Clarke
This is a bug in 0.9 (which I haven't tried to solve, but maybe Paul has)
that occurs on Windows. Bootstrap relies on the jars in $RED5_HOME/lib
(specificaly slf4j, logback-classic and logback-core), but needs them
before
Post by Art Clarke
it loads them. This leads to a startup problem.
export
CLASSPATH=$RED5_HOME/lib/slf4j...:$RED5_HOME/lib/logback-core...:$RED5_HOME
/lib/logback-classic...
Post by Art Clarke
./red5.sh
(replace the "..." with the version numbers then in use in Red5).
I've only seen this happen on Linux -- it does not happen on Mac OS X.
- Art
---------------------------------------------------------------------------
-----------------------
Post by Art Clarke
On Thu, Dec 31, 2009 at 12:52 AM, Alexis Panagiotopoulos <
have you tried doing it as root?
Kind Regars,
Rene

Loading...