man update-rc.d
Value created by Developers
9 months ago
ERROR : [...HibernateSessionFactory currentSession] - Error Creating sessionFactory org.hibernate.HibernateException: Could not parse configuration: hibernate.cfg.xmlIt occured if two concurrent requests were sent to the server right after server startup (when the session factory was not initialized yet). Here is the snippet of my HibernateSessionFactory
at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1376)
at org.hibernate.cfg.Configuration.configure(Configuration.java:1310)
at ...HibernateSessionFactory.currentSession(HibernateSessionFactory.java:60)
[...]
Caused by: org.dom4j.DocumentException: FWK005 parse may not be called while parsing. Nested exception: FWK005 parse may not be called while parsing.
at org.dom4j.io.SAXReader.read(SAXReader.java:484)
at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366)
... 71 more