Project:
View Revisions: Issue #36001 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0036001: Connection leak after start the system having any servlet with "loaded-on-startup" for example: Analytics module installed | ||
Revision | 2017-05-22 10:32 by alostale | ||
Description | A transaction is not closed after restart tomcat when the instance has Analytics module installed. The problem occurs for any Servlet that is marked to be loaded on startup, at this point a DAL connection is now created out of a Servlet request, so standard DalThreadHandler is not closing it. |
||
Revision | 2017-05-19 09:04 by caristu | ||
Description | A connection is not closed after restart tomcat and access to the application when the instance has Analytics module installed. | ||
Revision | 2017-05-19 08:46 by caristu | ||
Description | A connection is not closed after restart tomcat and access to the application. |
Copyright © 2000 - 2009 MantisBT Group |