We face exception during installation jitsi videobridge,
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further
details.
03:16:44.628 SEVERE: [1] util.UtilActivator.uncaughtException().108 An
uncaught exception occurred in thread=Thread[main,5,main] and message was:
java.net.ConnectException: Connection refused
We have slf4j library , but this not solve solution.
We face exception during installation jitsi videobridge,
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
03:16:44.628 SEVERE: [1] util.UtilActivator.uncaughtException().108 An uncaught exception occurred in thread=Thread[main,5,main] and message was: java.net.ConnectException: Connection refused
We have slf4j library , but this not solve solution.
The SLF4J lib prints are harmless. You have a problem with the
component port on prosody, it is not listening to the interface where
jitsi-videobridge is trying to reach it, or there is a firewall or it
is just not open. Or at least this is what I can think of looking at
the log snippet in your mail.
We face exception during installation jitsi videobridge,
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further
details.
03:16:44.628 SEVERE: [1] util.UtilActivator.uncaughtException().108 An
uncaught exception occurred in thread=Thread[main,5,main] and message was:
java.net.ConnectException: Connection refused
We have slf4j library , but this not solve solution.
in latest build of jitsi-videobridge we fixed the slf4j stuff, and it
now does not complain and forward the log entries to the file or
console whatever is configured (uses the current configuration for
java logging).
Regards
damencho
···
On Fri, Mar 20, 2015 at 8:47 AM, Damian Minkov <damencho@jitsi.org> wrote:
Hi,
The SLF4J lib prints are harmless. You have a problem with the
component port on prosody, it is not listening to the interface where
jitsi-videobridge is trying to reach it, or there is a firewall or it
is just not open. Or at least this is what I can think of looking at
the log snippet in your mail.
We face exception during installation jitsi videobridge,
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further
details.
03:16:44.628 SEVERE: [1] util.UtilActivator.uncaughtException().108 An
uncaught exception occurred in thread=Thread[main,5,main] and message was:
java.net.ConnectException: Connection refused
We have slf4j library , but this not solve solution.