Skip to content

Instantly share code, notes, and snippets.

@quangnguyenbh
Created November 20, 2019 02:27
Show Gist options
  • Save quangnguyenbh/589a60b2fad478df4d2f497ba41fcc74 to your computer and use it in GitHub Desktop.
Save quangnguyenbh/589a60b2fad478df4d2f497ba41fcc74 to your computer and use it in GitHub Desktop.
LF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/private/var/folders/4x/hm14cf196316wd381pyn7mbm0000gn/T/jetty-0.0.0.0-8080-api-4.2.war-_api-4.2-any-4096383795521390374.dir/webapp/WEB-INF/lib/log4j-slf4j-impl-2.11.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/private/var/folders/4x/hm14cf196316wd381pyn7mbm0000gn/T/jetty-0.0.0.0-8080-api-4.2.war-_api-4.2-any-4096383795521390374.dir/webapp/WEB-INF/lib/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/private/var/folders/4x/hm14cf196316wd381pyn7mbm0000gn/T/jetty-0.0.0.0-8080-api-4.2.war-_api-4.2-any-4096383795521390374.dir/webapp/WEB-INF/lib/momopayment-1.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
2019-11-20 09:03:24.164:WARN:oeja.ServletContainerInitializersStarter:Scanner-0:
javax.servlet.ServletException: Failed to instantiate WebApplicationInitializer class
at org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:158)
at org.eclipse.jetty.plus.annotation.ContainerInitializer.callStartup(ContainerInitializer.java:140)
at org.eclipse.jetty.annotations.ServletContainerInitializersStarter.doStart(ServletContainerInitializersStarter.java:64)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment