Top "Connection-leaks" questions

java.net.SocketException: No buffer space available (maximum connections reached?): JVM_Bind

Tomcat is running a webapp under Windows. After a few days (under very low load), the exception mentioned in the …

windows tomcat jvm socketexception connection-leaks
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 …

asp.net sql-server connection-pooling performancecounter connection-leaks
How to check the Database Connection leakage in Java EE application?

Is there any way to check the connection leakage in a Java EE application? The application is running on my …

java mysql jdbc connection-leaks
Find Connection leak in Java application

I have an application which starts giving me internal server error after some time, Some people I asked told me …

java oracle connection-leaks
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 …

java database memory-leaks connection-leaks
How to track database connection leaks

We have an app which seems to have connection leaks (SQL Server says that the max pool size has been …

sql-server database memory-leaks database-connection connection-leaks
C# MySQL ExecuteReader

I have a problem with my C# project. I use a MySQL database and I use the MySQL Connector driver …

c# mysql executereader connection-leaks
My Spring application leaks database connections whereas I use the default Roo configuration

I am encountering an serious issue with my application. It leaks database connections whereas I use the default Spring Roo …

spring tomcat database-connection spring-roo connection-leaks
Connections leaking with state CLOSE_WAIT with HttpClient

We are using JDK11 java.net.http HTTP client to get data from an API. After we receive the response …

java java-11 connection-leaks java-http-client