Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

What's the meaning of this error?

  Asked By: Fabiana    Date: Jul 17    Category: Java    Views: 619
  

What's the meaning of this error?


LogicalDriverManagerXAConnection not closed, check your
code!
(Use -Djdbc.connection.debug=true to find out where the
leaked connection was created)

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Hu Chalthoum     Answered On: Jul 17

I think if u use a profiler, you can understand the error  in more detail.

 
Answer #2    Answered By: Danny Perkins     Answered On: Jul 17

You have probably tried to reopen a connection which is already open.
This may be caused by picking a connection already open from a
connection pool and trying to reopen it. And this may be caused by a
exception in a connection which is not handled carefully in finally
clause of exception handler and closing the connection.

 
Didn't find what you were looking for? Find more on What's the meaning of this error? Or get search suggestion and latest updates.




Tagged: