You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Scott Bessler (Jira)" <ji...@apache.org> on 2021/10/05 20:35:00 UTC

[jira] [Comment Edited] (TIKA-3453) SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder" Defaulting to no-operation (NOP) logger implementation for tika-docker 2.0.0-BETA

    [ https://issues.apache.org/jira/browse/TIKA-3453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424698#comment-17424698 ] 

Scott Bessler edited comment on TIKA-3453 at 10/5/21, 8:34 PM:
---------------------------------------------------------------

It appears this might be broken in the 2.1.0-full tag currently:

 
{code:java}
 
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.
 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.
 Oct 04, 2021 7:45:14 PM org.apache.cxf.endpoint.ServerImpl initDestination
 INFO: Setting the server's publish address to be http://0.0.0.0:9998/
 
{code}
 


was (Author: scottbessler):
It appears this might be broken in the 2.1.0-full tag currently:

```

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.
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.
Oct 04, 2021 7:45:14 PM org.apache.cxf.endpoint.ServerImpl initDestination
INFO: Setting the server's publish address to be http://0.0.0.0:9998/

```

> SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder" Defaulting to no-operation (NOP) logger implementation for tika-docker 2.0.0-BETA
> -------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TIKA-3453
>                 URL: https://issues.apache.org/jira/browse/TIKA-3453
>             Project: Tika
>          Issue Type: Bug
>          Components: docker, server
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>            Priority: Major
>             Fix For: 2.0.0
>
>
> It looks like logging libraries are not being interpreted correctly from Java classpath.
> We need logging turned on so we can intercept anomalies.
> Investigating...



--
This message was sent by Atlassian Jira
(v8.3.4#803005)