• 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

EJB/JBOSS

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I m experiencing an error in my application
"javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not execute query"

This happens when the Database connection is closed or slow, my problem is when it happens i have to reset my JBoss server manually in the server side to client to log on again.

Do I have a way to automatically reset the JBoss server, if some one can help me to solve this problem. its would be a grate help.
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Simon,

Welcome to JavaRanch

when it happens i have to reset my JBoss server manually in the server side to client to log on again.



What does reset JBoss server mean? Do you mean, you stop/start JBoss?
 
simon silva
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Jaikiran Pai:
Simon,

Welcome to JavaRanch



What does reset JBoss server mean? Do you mean, you stop/start JBoss?

 
simon silva
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Jaikiran Pai:
Simon,

Welcome to JavaRanch



What does reset JBoss server mean? Do you mean, you stop/start JBoss?



Thanks, Jaikiran

yes, when this happened i have to manually start the server again.
 
Jaikiran Pai
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See if this is of any help.
 
simon silva
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you very very much It really solve my problem
 
reply
    Bookmark Topic Watch Topic
  • New Topic