Changes between Initial Version and Version 1 of Ticket #66
- Timestamp:
- Jun 22, 2007, 9:24:44 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66
- Property Status new → assigned
-
Ticket #66 – Description
initial v1 1 1 In 0.6 the plugin will exit with a stack trace like this: 2 2 {{{ 3 3 45,968 WARN DbControl:1046 - Found unclosed DbControl during finalize; isLoggedIn = true; clientId = 0; userId = 3 4 4 ang.Throwable: Please check the code to make sure that DbControl.close() is always called. Stacktrace of code that created t … … 11 11 at net.sf.basedb.core.PluginExecutionRequest.invoke(PluginExecutionRequest.java:88) 12 12 at net.sf.basedb.core.InternalJobQueue$JobRunner.run(InternalJobQueue.java:420) 13 at java.lang.Thread.run(Thread.java:595) 13 at java.lang.Thread.run(Thread.java:595) 14 }}}