Query Exception
Nathan Kontny <Nathan.Kontny-UgwZ4owrJFB8UrSeD/[email protected]>
| Newsgroups | gmane.comp.java.keel.user |
|---|---|
| Message-ID | <[email protected]> |
Mike, I noticed that Aleks has sent a message a week ago about a problem with DefaultQuery. I am seeing the same thing. After using DefaultQuery in my app, about 8 times (against Mysql 4), I get the exception: org.apache.avalon.excalibur.datasource.NoAvailableConnectionException: Could not create enough Components to service your request. And a JDBC connection can no longer be retrieved. At first I thought maybe this is a MySQL thing. I went and tried the earlier stable driver and the newer 3.1.1 alpha driver, and still no success. Reading some of the avalon newsgroups this might be solved by increasing the pool size or increasing wait times. Not sure yet where this is, but has anyone had to mess with this before. Makes me worried that something isn't closing it's connection, but the DefaultQuery and DefaultPersistent classes do....