Session onject throwing exception when trying to save a object or begin a transaction
posted 14 years ago
I have written a simple hibernate code to save an object. When I type session.save(0 or session.beginTransaction(), it is throwing an exception. My code is given below
The output is
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
I have written a simple hibernate code to save an object. When I type session.save(0 or session.beginTransaction(), it is throwing an exception. My code is given below
The output is
venkatPrasad Regula
Greenhorn
Posts: 28
posted 14 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Same thing is happening if I try to start a Transaction too.
posted 14 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Can you show us the mapping and hibernate configuration file?
venkatPrasad Regula
Greenhorn
Posts: 28
posted 14 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Hibernate Mapping File
Hibernate Cfg file
Hibernate Cfg file
venkatPrasad Regula
Greenhorn
Posts: 28
posted 14 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
If I try the example given on RoseIndia website it is working. I am really not able to identify what the fault is.
Samrat Gadamsetty
Greenhorn
Posts: 29
posted 14 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
print the exception full stack trace and see you can find anything useful...
venkatPrasad Regula
Greenhorn
Posts: 28
posted 14 years ago
I started the server too
Server info displayed is
root
localhost
/var/run/mysqld/mysqld.sock
MySQL 5.1.41-3ubuntu12.6
localhost
127.0.0.1
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
I started the server too
Server info displayed is
root
localhost
/var/run/mysqld/mysqld.sock
MySQL 5.1.41-3ubuntu12.6
localhost
127.0.0.1
Samrat Gadamsetty
Greenhorn
Posts: 29
posted 14 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Change the code in ( probably it may work..I'm not sure..)
SessionFactory sessionFactory=new Configuration().configure("hibernate.cfg.xml").buildSessionFactory();
and run with exception full stack trace...
we hope the best..
SessionFactory sessionFactory=new Configuration().configure("hibernate.cfg.xml").buildSessionFactory();
and run with exception full stack trace...
we hope the best..
venkatPrasad Regula
Greenhorn
Posts: 28
posted 14 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
The issue got resolved as I placed an higher version of mysql jar file
| This tiny ad is suggesting that maybe she should go play in traffic. The new gardening playing cards kickstarter is now live! https://www.kickstarter.com/projects/paulwheaton/garden-cards |






