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 Nicklas Nordborg)

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 Nicklas Nordborg, 17 years ago

Description: modified (diff)

comment:2 by Nicklas Nordborg, 17 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:3 by Nicklas Nordborg, 17 years ago

Resolution: fixed
Status: assignedclosed

(In [3630]) Fixes #704: Make sure DbControl is closed from www/common/import/index.jsp

Note: See TracTickets for help on using tickets.