Re: [Resin-interest] Closing dangling connections error

2007-06-18 Thread Scott Ferguson
On Jun 18, 2007, at 2:18 AM, koyama wrote: Hello. I hava error message from resin 3.1.1 I found status at http://bugs.caucho.com/view.php?id=998. This is most likely a bug in application code. You need a finally { conn.close() } for all connections. You want to look for the next

Re: [Resin-interest] Closing dangling connections error

2007-06-18 Thread koyama
Hello. Thank you for reply. This is most likely a bug in application code. You need a finally { conn.close() } for all connections. You want to look for the next stack trace, which would show when the connection was allocated (which will make debugging easier.) I understand it.