Re: JDBC MySQL again

2002-08-12 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Aug 12, 2002 at 07:45:03PM +0200, Jan Willem Penterman wrote: > Yes you get a medal. Only thing is that it is so incredibly heavy that I > can't send it by mail. You have to come pick it up at our office in > Amsterdam :P next time i'm in eur

RE: JDBC MySQL again

2002-08-12 Thread Jan Willem Penterman
> yay! do i get a medal or something? ;-) > Yes you get a medal. Only thing is that it is so incredibly heavy that I can't send it by mail. You have to come pick it up at our office in Amsterdam :P O and I gave my thanks to Hoang, but I was mistaken. Thanks Peter! > > [off-topic] > > Is that a

Re: JDBC MySQL again

2002-08-12 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Aug 12, 2002 at 06:57:09PM +0200, Jan Willem Penterman wrote: > > generally, if you see this problem, your driver is loaded > > correctly; however, it is unable to connect to your mysql > > server. i would test this by trying to telnet to p

RE: JDBC MySQL again

2002-08-12 Thread Jan Willem Penterman
> generally, if you see this problem, your driver is loaded > correctly; however, it is unable to connect to your mysql > server. i would test this by trying to telnet to port 3306 > on localhost and see if you get a connection. if you don't, > you need to make sure your mysql is allowing co

Re: JDBC MySQL again

2002-08-12 Thread Larry Meadors
Also, if you are using ipchains or iptables as a firewall, you may need to open a conduit to allow access to port 3306. Even on localhost, ipchains will not allow access unless configured to do so. Larry >>> [EMAIL PROTECTED] 08/12/02 09:35 AM >>> generally, if you see this problem, your drive

Re: JDBC MySQL again

2002-08-12 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Aug 12, 2002 at 05:14:46PM +0200, Jan Willem Penterman wrote: > SQLException: Cannot connect to MySQL server on localhost:3306. Is there > a MySQL server running on the machine/port you are trying to connect to? > (java.net.ConnectException)

Re: JDBC MySQL again

2002-08-12 Thread Colin Chalmers
Hi, What happens when you use another version of mysql driver, I was having trouble with version 14. /colin - Original Message - From: "Jan Willem Penterman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 12, 2002 5:14 PM Subject: JDBC MyS

RE: JDBC MySQL again

2002-08-12 Thread Mike Jackson
c:msql://www.myserver.com:1114/contact_mgr", "username", "password" ); --mikej -=- mike jackson [EMAIL PROTECTED] > -Original Message- > From: Jan Willem Penterman [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 12, 2002 8:15 AM &

RE: JDBC MySQL again

2002-08-12 Thread Shapira, Yoav
>Starting service Tomcat-Standalone >Apache Tomcat/4.0.4 >PARSE error at line 1 column 10 >org.xml.sax.SAXParseException: Element type "web-app" must be declared. Howdy, I haven't seen your original message, which presumably has to do with the MySQL error. However, the above is enough to sugges

JDBC MySQL again

2002-08-12 Thread Jan Willem Penterman
Hi, I searched the archives for a solution to my problem, but couldn't find any. Like many, I keep getting the following error: SQLException: Cannot connect to MySQL server on localhost:3306. Is there a MySQL server running on the machine/port you are trying to connect to? (java.net.ConnectExcep