RE: Another database connection problem and cocoon hang!

2002-04-07 Thread James Harris
ailto:[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 trie

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 co

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 se

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 displa

Re: Database connection problem

2002-03-27 Thread Bert Van Kets
gt; > > > 1) You must have jdbc driver file in classpath > > 2) Check your cocoon.xconf > > for ... for pool configuration > > 3) See access.log for message like this > > DEBUG (2002-03-26) 17:04.45:713 [access] (Unknown-URI) > > Unknown-thread/Cocoo

Re: Database connection problem

2002-03-27 Thread Derek Hohls
gt; Unknown-thread/Cocoon > Servlet: 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

RE: Database connection problem

2002-03-27 Thread Derek Hohls
o:[EMAIL PROTECTED]] Sent: 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: true jdbc:mysql://localhost:3306/mydbase foo

Re: Database connection problem

2002-03-27 Thread Peter Robins
ol configuration > 3) See access.log for message like this > DEBUG (2002-03-26) 17:04.45:713 [access] (Unknown-URI) > Unknown-thread/Cocoon > Servlet: Trying to load class: org.gjt.mm.mysql.Driver > > - Original Message - > From: "Derek Hohls" <[EMAIL PROTECTED

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

RE: Database connection problem

2002-03-26 Thread Hahn Kurt (CHA)
it's worth a try Regards Kurt -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:

Re: Database connection problem

2002-03-26 Thread Derek Hohls
> 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: There are no > connections in the pool, check your settings. > > I already have

Re: Database connection problem

2002-03-26 Thread Andrey Demchenko
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: Th

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; load-class org.gjt.mm.mysql.Driver I can also connec