Opened 17 years ago

Last modified 17 years ago

#704 closed defect

Make sure DbControl is closed from www/common/import/index.jsp — at Initial Version

Reported by: Nicklas Nordborg Owned by: everyone
Priority: major Milestone: BASE 2.4
Component: web Version:
Keywords: Cc:

Description

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 (0)

Note: See TracTickets for help on using tickets.