Hi Jack,

Jack ValLance wrote:
Could not borrow connection from pool - org.apache.ojb.broker.metadata.JdbcConnectionDescriptor: [EMAIL PROTECTED]


three lines of the stack trace, seems it's the one million dollar question ;-)


There could be
- something wrong with your database setting
- or the connection pool is exhausted ('maxActive' attribute in connection-pool element)
- or your Database connection pool (max. allowed opened connections) is exhausted
- you don't close the used PersistenceBroker instances after use (PB.close()) and each abandoned PB instance has an open connection and your connection pool exhausts.


If this doesn't help you, please post the whole stack trace and the used jdbc-connection-descriptor.

regards,
Armin



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to