Re: Newbie: yet ANOTHER problem: db access (NoValidConnectionException)

2003-04-06 Thread Perry Molendijk
05, 2003 1:52 AM Subject: Newbie: yet ANOTHER problem: db access (NoValidConnectionException) Geoff: Thanks for all your help, you are a star.Big apologies from a newbie struggling with the basics of Cocoon...I have run into yet another problem which I don't seem to be able to geto

RE: Newbie: yet ANOTHER problem: db access (NoValidConnectionException)

2003-04-05 Thread Andrew Savory
Hi Phil, On Sat, 5 Apr 2003, Phil Coultard wrote: Frustrated and feeling rather thick, Don't worry, I've spent many hours on db connection problems, it's always a sticking point and a nightmare to get sorted out. Here's some step-by-step checks (worth repeating, as typos are often the

RE: Newbie: yet ANOTHER problem: db access (NoValidConnectionException)

2003-04-05 Thread Geoff Howard
] [mailto:[EMAIL PROTECTED] Auftrag von Phil Coultard Gesendet: Freitag, 4. April 2003 19:53 An: [EMAIL PROTECTED] Betreff: Newbie: yet ANOTHER problem: db access (NoValidConnectionException) Geoff: Thanks for all your help, you are a star. Big apologies from a newbie struggling

RE: Newbie: yet ANOTHER problem: db access (NoValidConnectionException)

2003-04-05 Thread Andrew Savory
On Sat, 5 Apr 2003, Geoff Howard wrote: But if clearing up the jdk dependency doesn't work, try explicitly giving root access to the database you're using for the wildcard host: %. Also, try explicitly adding localhost - MySQL regards localhost as different to the wildcard every host, for

RE: Newbie: yet ANOTHER problem: db access (NoValidConnectionException)

2003-04-05 Thread Phil Coultard
From: Andrew Savory Sent: 05 April 2003 22:29 On Sat, 5 Apr 2003, Geoff Howard wrote: But if clearing up the jdk dependency doesn't work, try explicitly giving root access to the database you're using for the wildcard host: %. Also, try explicitly adding localhost - MySQL regards

RE: Newbie: yet ANOTHER problem: db access (NoValidConnectionException)

2003-04-05 Thread Faron Dutton
[mailto:[EMAIL PROTECTED] Sent: Saturday, April 05, 2003 6:55 PM To: [EMAIL PROTECTED] Subject: RE: Newbie: yet ANOTHER problem: db access (NoValidConnectionException) From: Andrew Savory Sent: 05 April 2003 22:29 On Sat, 5 Apr 2003, Geoff Howard wrote: But if clearing up the jdk dependency

Newbie: yet ANOTHER problem: db access (NoValidConnectionException)

2003-04-04 Thread Phil Coultard
Geoff: Thanks for all your help, you are a star. Big apologies from a newbie struggling with the basics of Cocoon... I have run into yet another problem which I don't seem to be able to get over... This time I am trying to connect to a MySQL db but get the message: ERROR (2003-04-04)

AW: Newbie: yet ANOTHER problem: db access (NoValidConnectionException)

2003-04-04 Thread Marco Rolappe
] Auftrag von Phil Coultard Gesendet: Freitag, 4. April 2003 19:53 An: [EMAIL PROTECTED] Betreff: Newbie: yet ANOTHER problem: db access (NoValidConnectionException) Geoff: Thanks for all your help, you are a star. Big apologies from a newbie struggling with the basics of Cocoon... I have run

RE: Newbie: yet ANOTHER problem: db access (NoValidConnectionException)

2003-04-04 Thread Phil Coultard
the class. Kind Regards Phil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 04 April 2003 19:20 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: AW: Newbie: yet ANOTHER problem: db access (NoValidConnectionException) hi phil, please try com.mysql.jdbc.Driver

Re[2]: Newbie: yet ANOTHER problem: db access (NoValidConnectionException)

2003-04-04 Thread Jens Maukisch
Hi, maybe you should include the port in your dburl dburljdbc:mysql://localhost:3306/coultard/dburl -- * best regards * Jens Maukisch - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

AW: Newbie: yet ANOTHER problem: db access (NoValidConnectionException)

2003-04-04 Thread Marco Rolappe
to enclose a ref to what I should call the class. Kind Regards Phil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 04 April 2003 19:20 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: AW: Newbie: yet ANOTHER problem: db access (NoValidConnectionException

RE: Newbie: yet ANOTHER problem: db access (NoValidConnectionException)

2003-04-04 Thread Phil Coultard
2003 23:01 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: AW: Newbie: yet ANOTHER problem: db access (NoValidConnectionException) first, HTH = Hope That Helps ;-), my first name is marco, my mysql driver jar's name is 'mysql-connector-java-2.0.14-bin.jar' (which is in WEB-INF/lib). within