Opened 17 years ago
Closed 17 years ago
#704 closed defect (fixed)
Make sure DbControl is closed from www/common/import/index.jsp
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.4 |
Component: | web | Version: | |
Keywords: | Cc: |
Description (last modified by )
The following stack trace appears in Tomcat log file:
14:10:23,742 WARN DbControl:1067 - Found unclosed DbControl during finalize; isLoggedIn = true; clientId = 4; userId = 1 java.lang.Throwable: Please check the code to make sure that DbControl.close() is always called. Stacktrace of code that created this DbControl: at net.sf.basedb.core.DbControl.<init>(DbControl.java:140) at net.sf.basedb.core.SessionControl.newDbControl(SessionControl.java:259) at org.apache.jsp.common.import_.index_jsp._jspService(index_jsp.java:102)
Change History (3)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|
comment:2 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [3630]) Fixes #704: Make sure DbControl is closed from www/common/import/index.jsp