Forums Register Login

Failed to create Session Factory -> Eclipse export problem

+Pie Number of slices to send: Send
Hi All,

it is the second day now i spend searching on the internet for the same problem and now I hope someone here can help me.
I have a small H2 database running on my Windows machine and for the Data Access Layer I use hibernate and Java. Everything works
fine when I start the application from Eclipse, but when I export the project as a jar file I get following error massage:

Failed to create sessionFactory object.org.hibernate.HibernateException: Could not parse configuration: /hibernate.cfg.xml



The environment:
It runs on is a JWebSocket which is responsible for the communication an Android phone is sending Tokens and the java
tool is analyzing the Token and starting a transaction over hibernate.
As mentioned before everything works fine when I start the project from Eclipse.

The files:
hibernate.cfg.xml:
Code :


as a example the Position.hbm.xml:
Code:


HibernateUtil.java


Thank you very much
Youza
+Pie Number of slices to send: Send
So found a way the JWebSocket expects the hibernate.cfg.xml at
org.hibernate.cfg
so I had to create that package and place the hibernate.cfg.xml file there

-> it's still working in Eclipse and it's not working when I export it
now I get the following error
Failed to create sessionFactory object.java.lang.ExceptionInInitializerError

that's at least a little bit more specific now I read something about the log4j Logger and placed a Logger file also in the hibernate.cfg.xml package
and after adding the properties I get the message:

Failed to create sessionFactory object.org.hibernate.HibernateException: Could not parse configuration /hibernate.cfg.xml

So let's see what I can do against that if someone knows something about that error please help

Thanks
youza
+Pie Number of slices to send: Send
Solved simply updated the JWebSocketServer

-> Then you have to put the hibernate.cfg.xml in the source folder
I'm full of tinier men! And a tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 2888 times.
Similar Threads
help: Duplicate mapping exception
Hibernate : generated attribute of the property element
Error running HQL query in Hibernate 3.1
Problem in insert query
Hibernate Many to Many association does not update database
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 28, 2024 17:25:13.