• 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

DriverManagerConnectionPool

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
while running my BMP ...
Im getting the following error messages...........
DriverManagerConnectionPoolConnection not closed,
DriverManagerConnectionPoolConnection not closed, check your code!
(Use -Djdbc.connection.debug=true to find out where the leaked connection was created)
OrionCMTConnection not closed, check your code!
Logical connection not closed, check your code!
(Use -Djdbc.connection.debug=true to find out where the leaked connection was created)

please provide me the solution..
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You're not closing the JDBC connection as the error message implies.
If you'll post the code for the method that is throwing the exception, I'm sure we can locate the cause. Without seeing the code, all we can do is to repeat what the stack trace is saying...
PS. Would you be so kind to edit the duplicate post titled "riverManagerConnectionPool" and delete it by checking the "Delete Post" checkbox before submitting the form?
 
raseena nm
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thnx.
i got the error cleared.
i coudnt find the checkbox to delete the post....
reply
    Bookmark Topic Watch Topic
  • New Topic