Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

[09:16:07 CDT(-0500)] <drewwills> morning folks... has anyone dug into the occurance of these? SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".

[09:16:38 CDT(-0500)] <EricDalquist> means that there isn't a slf4j binding avaialble

[09:16:44 CDT(-0500)] <drewwills> it looks as though perhaps non-slf4j webapps are the ones complaining, which is surprising

[09:16:45 CDT(-0500)] <EricDalquist> where are you seeing that?

[09:17:08 CDT(-0500)] <drewwills> catalina.out

[09:17:16 CDT(-0500)] <EricDalquist> ok

[09:17:19 CDT(-0500)] <EricDalquist> for which webapp?

[09:17:25 CDT(-0500)] <EricDalquist> so something is using the slf4j api

[09:17:31 CDT(-0500)] <drewwills> after CalendarPortlet and NewsReaderPortlet, for example

[09:17:37 CDT(-0500)] <EricDalquist> but don't have something that implements that api availabler

[09:18:13 CDT(-0500)] <EricDalquist> yeah like looking at CalendarPortlet

[09:18:22 CDT(-0500)] <EricDalquist> I see slf4j-api in lib

  • No labels