• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Hibernate not responding / hanging

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I'm currently writing an app that has been functioning without too many problems for a couple of weeks. However, running it today has resulted in it hanging at the new Configuration().configure().buildSessionFactory() line of code.

I've added logging to the app to try and make sense but it merely spews a load of useless info.

Has anybody else encountered this sort of problem? Does anybody trust Hibernate enough to use it in a real world app?

Thanks in advance for any help that you can give me

Angus
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


I've added logging to the app to try and make sense but it merely spews a load of useless info.


Could you post some/all of this? Its impossible to do much more than guess without any logging. If there is a lot, perhaps just the stuff includeing and directly after new Configuration().configure().buildSessionFactory() is called, or any Exception message Hibernate is reporting.


Does anybody trust Hibernate enough to use it in a real world app?


Yes. Absolutely.
 
It's a tiny ad. At least, that's what she said.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic