Replies: 3 comments 3 replies
-
Is it possible that your classpath contains SLF4J 1.7.x without you being aware of it? |
Beta Was this translation helpful? Give feedback.
-
Could you provide the first 10 lines for the |
Beta Was this translation helpful? Give feedback.
-
@sysmat Can you please remove or at least shorten the decompiled Java files in your comments? They are quite long and don't shed much light on to the matter. The jar file modules/webservices-osgi.jar, part of Eclipse GlassFish 6.2.5, contains class files from the |
Beta Was this translation helpful? Give feedback.
-
Caused by: java.lang.Exception: java.lang.NoSuchMethodError: 'org.slf4j.spi.LoggingEventBuilder org.slf4j.Logger.atInfo()'
slf4j-api:2.0.3 is posible that register OSGI service with older version slf4j-api:1* , because when using
log.info("BEGIN: {}", "ping");
it worksrelated issue: slf4j-api not working with Glassfish 6 eclipse-ee4j/glassfish#24138
Beta Was this translation helpful? Give feedback.
All reactions