Tagged Questions
The connection-leaks tag has no wiki summary.
6
votes
5answers
4k views
How to detect SqlServer connection leaks in a ASP.net applications?
I'm currently doing some GUI testing on a ASP.net 2.0 application.
The RDBMS is SQL Server 2005. The host is Win Server 2003 / IIS 6.0.
I do not have the source code of the application because it ...
3
votes
0answers
107 views
Glassfish database connection leak caused by jms exception
I'm using Glassfish v2.1.1, MySQL 5.1 and ActiveMQ 5.4.2 incl. its resource adapter.
If the ActiveMQ resource adapter throws an exception when participating in a XATransaction including both a ...
1
vote
4answers
697 views
Java, ResultSet.close(), PreparedStatement.close() — what for?
In my web-application, i make extensive use of a database.
I have an abstract servlet, from which all the servlets that need a database connection, inherit. That abstract servlet creates a database ...
1
vote
4answers
2k views
How to check the Database Connection leakage in J2EE application?
Is there anyway to check the Connection leakage in J2EE application ?
The application is running on my local machine. It uses MySQL database.
User Enters his details into the Database.
In my opinion ...
1
vote
1answer
227 views
How to debug leaking connections in an ASP.NET 2.0 Web Services application?
I have an app, which is a bunch of c# web services sitting on top of ASP.NET 2.0 in IIS7 on Win2k3. Following the last release, we keep getting connection timeouts. A quick investigation using ...
0
votes
0answers
16 views
Weblogic 10.X connection leak in clustered envrionment
My Java app has just moved to weblogic 10.X from 8.
I am now getting connection leaks and a review of the code confirms that they are not all being closed as they should be.
But on my single cluster ...
0
votes
2answers
107 views
Compare two functions call graph on visual-studio 2010
In my situation, I would like to find out all the functions containing this function call
DBase.CreateCommand();
But not include the following call
DBase.CloseCommand(cmd);
In that function.
...
0
votes
1answer
215 views
Can i say this is a connection leak?
Web Server Environment : Windows 2008 R2
Database Server Environment : SQL Server 2008
Background : I want to use sql profiler to trace which connection cause connection leak.
SQL server Profiler ...