RE: Another database connection problem and cocoon hang!

2002-04-07 Thread James Harris
:13 To: [EMAIL PROTECTED] Subject: Another database connection problem and cocoon hang! Hi I'm a bit of a newbie as far as cocoon is concerned but I am hoping someone can shed some light on my perplexing problem. I have been trying to get cocoon to connect to a database. I have cocoon serving

Re: Another database connection problem and cocoon hang!

2002-04-07 Thread Peter Robins
silly question, but is your MySQL server actually running on port 9002 and not the usual 3306? Can you access it using the standard mysql client? Have you tried the mm.mysql test suite to access it via the Java routines? When it's working properly there, then try with Tomcat/Cocoon. Database

RE: Another database connection problem and cocoon hang!

2002-04-07 Thread James Harris
:[EMAIL PROTECTED]] Sent: 07 April 2002 11:44 To: [EMAIL PROTECTED] Subject: Re: Another database connection problem and cocoon hang! silly question, but is your MySQL server actually running on port 9002 and not the usual 3306? Can you access it using the standard mysql client? Have you tried

Another database connection problem and cocoon hang!

2002-04-06 Thread James Harris
Hi I'm a bit of a newbie as far as cocoon is concerned but I am hoping someone can shed some light on my perplexing problem. I have been trying to get cocoon to connect to a database. I have cocoon serving static content and xsp pages which are transformed using stylesheets into html for

Re: Database connection problem

2002-03-27 Thread Peter Robins
Subject: Database connection problem When trying to connect to a mySQL database, I get: Could not get the datasource java.sql.SQLException: There are no connections in the pool, check your settings. I already have the setting for the driver in the web.xml; init-param param

RE: Database connection problem

2002-03-27 Thread Derek Hohls
: Wednesday, March 27, 2002 8:39 AM To: [EMAIL PROTECTED] Subject: Re: Database connection problem 1) The jdbc driver file is loaded under: WEB-INF/classes/ 2) The xconf file contains: datasources jdbc name=my_connection pool-controller min=5 max=10/ auto-committrue/auto

Re: Database connection problem

2002-03-27 Thread Derek Hohls
: org.gjt.mm.mysql.Driver - Original Message - From: Derek Hohls [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 4:43 PM Subject: Database connection problem When trying to connect to a mySQL database, I get: Could not get the datasource java.sql.SQLException

Re: Database connection problem

2002-03-27 Thread Bert Van Kets
: Trying to load class: org.gjt.mm.mysql.Driver - Original Message - From: Derek Hohls [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 4:43 PM Subject: Database connection problem When trying to connect to a mySQL database, I get: Could not get

Database connection problem

2002-03-26 Thread Derek Hohls
When trying to connect to a mySQL database, I get: Could not get the datasource java.sql.SQLException: There are no connections in the pool, check your settings. I already have the setting for the driver in the web.xml; init-param param-nameload-class/param-name

Re: Database connection problem

2002-03-26 Thread Andrey Demchenko
: org.gjt.mm.mysql.Driver - Original Message - From: Derek Hohls [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 4:43 PM Subject: Database connection problem When trying to connect to a mySQL database, I get: Could not get the datasource java.sql.SQLException

Re: Database connection problem

2002-03-26 Thread Derek Hohls
: org.gjt.mm.mysql.Driver - Original Message - From: Derek Hohls [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 26, 2002 4:43 PM Subject: Database connection problem When trying to connect to a mySQL database, I get: Could not get the datasource java.sql.SQLException

RE: Database connection problem

2002-03-26 Thread Hahn Kurt (CHA)
-Message d'origine- De: Derek Hohls [mailto:[EMAIL PROTECTED]] Date: mercredi, 27. mars 2002 07:39 À: [EMAIL PROTECTED] Objet: Re: Database connection problem 1) The jdbc driver file is loaded under: WEB-INF/classes/ 2) The xconf file contains: datasources jdbc name

RE: Database connection problem

2002-03-26 Thread Sozonnik Andrew
Tell us, version of Cocoon and JDK. Have you compiled Cocoon by yourself and under what JDK ? -Original Message- From: Derek Hohls [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 8:39 AM To: [EMAIL PROTECTED] Subject: Re: Database connection problem 1) The jdbc driver file