Opened 16 years ago

Closed 16 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)

Change History (1)

comment:1 by Nicklas Nordborg, 16 years ago

Resolution: fixed
Status: newclosed

(In [3997]) Fixes #840: MeV leaves an unclosed DbControl

Note: See TracTickets for help on using tickets.