oracle / graal

GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
https://www.graalvm.org
Other
20.21k stars 1.62k forks source link

Caused by: java.lang.IllegalArgumentException: Invalid logger interface org.hibernate.validator.internal.util.logging.Log (implementation not found in jdk.internal.loader.ClassLoaders$AppClassLoader@5474c6c) #6526

Open bishalghosh-zs opened 1 year ago

bishalghosh-zs commented 1 year ago

Hi, I am having an issue mentioned below while running the application (building worked properly)

Caused by: java.lang.IllegalArgumentException: Invalid logger interface org.hibernate.validator.internal.util.logging.Log (implementation not found in jdk.internal.loader.ClassLoaders$AppClassLoader@5474c6c)
        at org.jboss.logging.Logger.doGetMessageLogger(Logger.java:2564)
        at org.jboss.logging.Logger.getMessageLogger(Logger.java:2530)
        at org.jboss.logging.Logger.getMessageLogger(Logger.java:2516)
        at org.hibernate.validator.internal.util.logging.LoggerFactory.make(LoggerFactory.java:22)
        at org.hibernate.validator.internal.util.Version.<clinit>(Version.java:20)

I am using an in-house framework (not a spring project).

Did anyone find this issue or seen this issue before?

GraalVM version

fernando-valdez commented 1 year ago

Hi. Can you please share a reproducer that we can use to get that error?