You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Peter Klügl (Jira)" <de...@uima.apache.org> on 2020/12/04 15:06:00 UTC

[jira] [Updated] (UIMA-6219) Logger errors when running Ruta script

     [ https://issues.apache.org/jira/browse/UIMA-6219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Klügl updated UIMA-6219:
------------------------------
    Fix Version/s: 3.0.2ruta

> Logger errors when running Ruta script
> --------------------------------------
>
>                 Key: UIMA-6219
>                 URL: https://issues.apache.org/jira/browse/UIMA-6219
>             Project: UIMA
>          Issue Type: Bug
>          Components: Ruta
>    Affects Versions: 3.0.1ruta
>            Reporter: Richard Eckart de Castilho
>            Priority: Major
>             Fix For: 3.0.2ruta
>
>
> In the v3 version of UIMA Ruta logger errors are logged in the console when running a Ruta script:
> {code}
> 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.StaticMDCBinder".
> SLF4J: Defaulting to no-operation MDCAdapter implementation.
> SLF4J: See http://www.slf4j.org/codes.html#no_static_mdc_binder for further details.
> {code}
> *Reproduce*
> * Install UIMA Ruta 3.0.1 into a fresh eclipse
> * Import the example projects
> * Enable the console view
> * Run {{ExampleProject/script/uima/ruta/example/Main.ruta}}
> I think this is quite a problem because it looks like no logging information will be provided neither from Ruta nor from any potential delegate UIMA v3 components which all use SLF4J by default now.



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