SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder"
問題
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.
解決
This warning message is reported when the org.slf4j.impl.StaticLoggerBinder class could not be loaded into memory. This happens when no appropriate SLF4J binding could be found on the class path. Placing one (and only one) of slf4j-nop.jar slf4j-simple.jar, slf4j-log4j12.jar, slf4j-jdk14.jar or logback-classic.jar on the class path should solve the problem.
所以只要引入上面的任意一個且只能一個jar即可,我是在gradle中加了slf4j-simple.jar 依賴之後,就可以了。
相關文章
- 解決:Failed to load ApplicationContextAIAPPContext
- SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/opt/module/flAIJAR
- IDEA 報錯Failed to load JVM DLLIdeaAIJVM
- load d3dcompiler_46.dll failed3DCompileAI
- Load of cache file failed. rc=1301AI
- java專案解決SLF4J: Class path contains multiple SLF4J bindings.問題JavaAI
- 啟動idea時, 碰到 "failed to load JVM DLLIdeaAIJVM
- PHP呼叫webservice遇到 Soap WSDL Error - "failed to load external entityPHPWebErrorAI
- Gentoo startx出現Failed to load module問題解決AI
- Spring Boot配置錯誤:Failed to determine a suitable driver classSpring BootAIUI
- idea系列:解決啟動 failed to load JVM DLL 提示IdeaAIJVM
- IDEA提示failed to load JVM DLL的解決辦法IdeaAIJVM
- ERROR:Failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODINGErrorAIEncoding
- This application failed to start because it could not find or load the Qt platform plugin “windows“APPAIQTPlatformPluginWindows
- Application failed to start because it could not find or load the QT platform plugin “windows”APPAIQTPlatformPluginWindows
- [渲染層網路層錯誤] Failed to load local font resource ?AI
- NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to load xxxx錯誤解決方法ErrorAIXMLHTTP
- ImportError: DLL load failed while importing _cext: 找不到指定的模組ImportErrorAIWhile
- java編譯 Error: Could not find or load main class java執行包main方法Java編譯ErrorAI
- 啟動IDEA 報 failed to load jvm dll XXX 錯誤IdeaAIJVM
- caffe Check failed: cv_img.data Could not load問題排查記錄AI
- Python報錯:Visual C++ is required和ImportError: DLL load failedPythonC++UIImportErrorAI
- OPatch Fails With "OUI-67028:Inventory load failed" (Doc ID 1185246.1)AIUI
- android studio安裝完後,開啟提示failed to load jvm dllAndroidAIJVM
- 啟動idea時, 碰到"failed to load jvm DLL ..."錯誤 解決方案IdeaAIJVM
- 解決Spring Boot測試方法Failed to load ApplicationContext問題Spring BootAIAPPContext
- VS中呼叫QT出現This application failed to start because it could not find or load the Qt platform pluginQTAPPAIPlatformPlugin
- 【故障】安裝完Pycharm,啟動時碰到"failed to load jvm dll"的解決方案PyCharmAIJVM
- 啟動Eclipse的時候報錯Failed to load the JNI shared library..EclipseAI
- Form 編譯問題 (FRM-18108: Failed to load the following objects.)ORM編譯AIObject
- Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to load classbootException
- Unable to load bean: type:org.apache.struts2.views.gxp.inject.InjectedObjectContainer class:org.apacBeanApacheViewObjectAI
- 【Intellij IDEA】開啟IDEA時錯誤:Failed to load JVM DLL ...\jvm.dllIntelliJIdeaAIJVM
- elasticsearch按照配置時遇到的一些坑 [Failed to load settings from [elasticsearch.yml]]ElasticsearchAI
- crontab執行jar包時,Could not find or load main class(找不到或者載入不到主類)JARAI
- 啟動Eclipse彈出:Failed to load JavaHL Library 錯誤框的解決辦法EclipseAIJava
- Failed to load libGL.so error libGL.so: cannot open shared object file: No such file or directoryAIErrorObject
- 部署在IIS中服務出現異常 Failed to load resource: the server responded with a status of 503 (Service Unavailable)AIServer