ConcretePage.com
HOME
ALL TUTORIALS
JAVA 8
SPRING BOOT
ANGULAR
ANDROID
Q&A
|
Sign In
Ask Question
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder"
Java EE
Shreyas
Asked on March 30, 2023
When I run my application in Eclipse, I have following error in console.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
How to get rid of it?
Amrendra
Replied on March 30, 2023
You can solve the error by adding following dependencies.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.7</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.7</version>
<scope>test</scope>
</dependency>
Write Answer
Login | Sign Up
Related Post
package javax.servlet.annotation does not exist
What is Jakarta Persistence API
Another unnamed CacheManager already exists in the same VM
Difference between @EnableWebSecurity @EnableGlobalMethodSecurity @EnableAuthorizationServer @EnableResourceServer?
Unable to login web Application and I am using Tomcat
File Uploading on server in Java web Application
HttpSessionListener vs ServletContextListener
How to submit the contents of form without losing its Value ?
I need Junit Testing Material with example any one can help me
how to create .exe file in java?
How to Set Order of Filter in Servlet 3?
What is minimum JDK required for Servlet 3?
What is Java beans ?
Example of Servlet and web.xml in java
Error in my code using Event Handling in Java
Need help for Java Based CMS
Problem in accessing the JavaBean from Internal folder
Infinite loop and stackoverflow error in Servlet Call
java.net.ConnectException: Connection refused: connect
exception ClassCastException cannot be cast to javax.servlet.Servlet
What is latest version of servlet
absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved
internationalization
keep form data without lost data by clicking back button from servlet
Latest Forum Post
Unlabeled ordinal parameter ('?' rather than ?1)
(Hibernate)
Angular FormGroup vs FormArray
(Angular)
Angular FormGroup vs FormBuilder
(Angular)
Angular FormControl vs ngModel
(Angular)
Angular FormControl dirty vs touched
(Angular)
About Us
We are a group of software developers.
We enjoy learning and sharing technologies.
To improve the site's content,
your valuable suggestions
are most welcome.
Thanks
Email :
concretepage@gmail.com
Mobile Apps
SCJP Quiz
ConcretePage.com
Utility
Age Calculator