org.hibernate.HibernateException: /hibernate.cfg.xml not found
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via infoplotter.com by Unknown author, 1 year ago
via Stack Overflow by Sky
, 2 years agovia Stack Overflow by Usman Riaz
, 2 years agovia Stack Overflow by marj
, 8 months agovia Stack Overflow by richs
, 2 years agovia java4s.com by Unknown author, 1 year ago
org.hibernate.HibernateException: /hibernate.cfg.xml not found
at org.hibernate.util.ConfigHelper.getResourceAsStream(ConfigHelper.java:170)
at org.hibernate.cfg.Configuration.getConfigurationInputStream(Configuration.java:1453)
at org.hibernate.cfg.Configuration.configure(Configuration.java:1475)
at org.hibernate.cfg.AnnotationConfiguration.configure(AnnotationConfiguration.java:1017)
at org.hibernate.cfg.AnnotationConfiguration.configure(AnnotationConfiguration.java:64)
at org.hibernate.cfg.Configuration.configure(Configuration.java:1462)
at org.hibernate.cfg.AnnotationConfiguration.configure(AnnotationConfiguration.java:1011)
at com.hibernate.chapter.HelloEmployee.main(HelloEmployee.java:18)