Hi Patrick,

----- Original Message -----
From: "Patrick Prodhon" <[EMAIL PROTECTED]>
To: "Ojb (E-mail)" <[EMAIL PROTECTED]>
Sent: Tuesday, March 25, 2003 5:55 PM
Subject: Frequently getting "ERROR: Can't get connection from
ConnectionManager"


> Hello.
>
> I've been getting this very often today :
> [org.apache.ojb.broker.accesslayer.StatementsForClassImpl] ERROR:
Can't get
> connection from ConnectionManager Could not borrow connection from
pool -
> org.apache.ojb.broker.metadata.JdbcConnectionDescriptor:
> JdbcConnectionDescriptor
>
> Would anyone know where this could come from ? I'm using Oracle 8i and
9iAS.

Seems that your connection pool is exhausted.

Reasons:
- many concurrent threads (> 10), small pool size

- wrong API handling

Solution:
- see repository.dtd element 'connection-pool'
or doc section repository.xml --> 'connection-pool'
how you could change pool behaviour (don't forget
to check max connection size in your Oracle config.).

- write better code ;-)

regards,
Armin


> Thanks.
> Patrick.
>
>
> ---------------------------------------------------------------------
> 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