You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Annett Figge <an...@zurich.com> on 2001/06/05 18:27:20 UTC

solved problem: Connection pool with DB2

To all having similar problems with connection pooling (cocoon 1.8.x)

Error found handling the request.
java.lang.RuntimeException: Error opening pooled connection:   <name of pool> or
java.lang.RuntimeException: Could not open pooled connection: <name of pool>

here is the way we "solved" it:
We added the properties for pool and adaptors to  in $COCOON_HOME\conf\cocoon.properties only
and had the above mentioned exceptions.  Shame on us!
We forgot to copy this file to $TOMCAT_HOME\webapps\cocoon\WEB-INF. After doing this and restarting Tomcat
everything works as it should...

Especially to Klaas-Pieter: it is simple, isnĀ“t it?

Annett


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>