Hello, My cocoon app is hanging on mysql database access. I've got following messages in core.log: DEBUG (2003-03-04) 18:01.38:704 [core.datasources.foo] (/foo.html) Thread-268/ResourceLimitingPool: Blocking until a Poolable is available. Thread: Thread-268
I use this driver class: com.mysql.jdbc.Driver Datasource defined in cocoon.xconf: <datasources> <jdbc logger="core.datasources.foo" name="foo"> <pool-controller max="10" min="5"/> <dburl>jdbc:mysql://localhost/base?useUnicode=true&characterEncoding=iso -8859-2</dburl> </jdbc> </datasources> When more pages using this coonection are requested, threads are waiting and maxThreads parameter is exceeded. What should I do and when to look for more debug information? Artur --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]