LucidDB / adminui

DEFUNCT. Front-end in-browser flash client for connecting to LucidDB's admin web services.
http://www.dynamobi.com/c/products/luciddb/administration-ui/
GNU General Public License v2.0
1 stars 1 forks source link

[DADMINUI-42] Isolate and resolve issue with hanging app server #17

Closed dynamobi-build closed 12 years ago

dynamobi-build commented 12 years ago

[reporter="ngoodman", created="Sun, 14 Nov 2010 16:31:51 -0800", resolved="Sun, 13 Mar 2011 06:11:04 -0700"]

Usually easily reproduced by doing many things in the land of users, roles in the AdminUI

dynamobi-build commented 12 years ago

[author="ksecretan", created="Wed, 2 Mar 2011 17:16:06 -0800"]

So this happens due to c3p0 trying to check in and check out a connection from the pool at the same time. See http://sourceforge.net/tracker/?func=detail&aid=3056601&group_id=25357&atid=383690

Going to get rid of c3p0 to resolve this bug, DWS-20

dynamobi-build commented 12 years ago

[author="ksecretan", created="Sun, 13 Mar 2011 06:11:04 -0700"]

Marking this as closed with c3p0 gone, could not reproduce it under similar load conditions that triggered it before.