You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR StatusLogger Unable to load services for service class org.apache.logging.log4j.spi.Provider
java.util.ServiceConfigurationError: org.apache.logging.log4j.spi.Provider: module hellofx.merged.module does not declare `uses`
at java.base/java.util.ServiceLoader.fail(Unknown Source)
at java.base/java.util.ServiceLoader.checkCaller(Unknown Source)
at java.base/java.util.ServiceLoader.<init>(Unknown Source)
at java.base/java.util.ServiceLoader.load(Unknown Source)
at hellofx.merged.module/org.apache.logging.log4j.util.ServiceLoaderUtil.loadClassloaderServices(Unknown Source)
at hellofx.merged.module/org.apache.logging.log4j.util.ServiceLoaderUtil.loadServices(Unknown Source)
at hellofx.merged.module/org.apache.logging.log4j.util.ServiceLoaderUtil.loadServices(Unknown Source)
at hellofx.merged.module/org.apache.logging.log4j.util.ProviderUtil.<init>(Unknown Source)
at hellofx.merged.module/org.apache.logging.log4j.util.ProviderUtil.lazyInit(Unknown Source)
at hellofx.merged.module/org.apache.logging.log4j.util.ProviderUtil.hasProviders(Unknown Source)
at hellofx.merged.module/org.apache.logging.log4j.LogManager.<clinit>(Unknown Source)
at hellofx/org.openjfx.HelloFX.start(Unknown Source)
at javafx.graphics/com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(Unknown Source)
at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$12(Unknown Source)
at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(Unknown Source)
at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)
at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...
The text was updated successfully, but these errors were encountered:
Problem
Sample not working for log4j 2.18.0
Reproduction
Output
The text was updated successfully, but these errors were encountered: