Hibernate 5 java.lang.NoSuchMethodError org.jboss.logging.Logger.debugf

In glass fish This problem is caused by collision with dependencies of glassfish modules. If you check lib list in glassfishdir/modules you would see boss-logging.jar. You can delete it and replace with latest such as org.jboss.logging:jboss-logging:jar:3.3.0.Final. It worked for me.

Leave a Comment