Opened 17 years ago
Closed 17 years ago
#840 closed defect (fixed)
MeV leaves an unclosed DbControl
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.5 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
Stacktrace from Tomcat logfile:
10:48:58,122 WARN DbControl:1074 - Found unclosed DbControl during finalize; isLoggedIn = true; clientId = 458; userId = 20 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:142) at net.sf.basedb.core.SessionControl.newDbControl(SessionControl.java:290) at org.apache.jsp.plugins.org.tigr.microarray.mev.launch_005fmev_jsp._jspService(launch_005fmev_jsp.java:67) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
Note:
See TracTickets
for help on using tickets.
(In [3997]) Fixes #840: MeV leaves an unclosed DbControl