Carsten Ziegeler wrote:
> 
> Hi,
> 
> I am using the beta 1 of Cocoon 2 which uses Avalon 4.0b1.
> On my linux machine (sun jdk 1.3.1) I get from time to
> time under some load the following exception:
> 
> "Could not create enough Components to service your request"
> 
> This exception is thrown in the DefaultPool implementation.
> 
> What could be the reason for this?
> 
> Could it either be a threading problem or could it be that
> we didn't release all components?

Is this with the JdbcDataSourceComponent?  If so, it uses
the HardResourceLimitingPool which extends the DefaultPool
implementation.

Another possibility is that the JDK can't respond quick enough
because under load, new components are created.

Can you please give some more information--it will help track
down what is happening?

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

Reply via email to