ExceptionInInitializerError in Hibernate
As part of the Hibernate practice, I have faced the Exception in thread "main" java.lang.ExceptionInInitializerError at the time of creating the SessionFactory. Here is the full stacktrace which I have captured from console. INFO: HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException SessionFactory creation failed.org.hibernate.boot.registry.classloading.spi.ClassLoadingException : Unable to load class [com.javatbrains.sample.User] Exception in thread "main" java.lang.ExceptionInInitializerError at com.jtb.util.HibernateUtil.buildSessionFactory( HibernateUtil.java:13 ) at com.jtb.util.HibernateUtil.getSessionFactory( HibernateUtil.java:18 ) at com.jtb.test.DeleteUser.main( DeleteUser.java:11 ) Caused by: org.hibernate.boot.registry.classloading.spi.ClassLoadingException ...