RE: COMMUNICATION LINK FAILURE

2003-02-07 Thread Geoff Peters
Laxmikanth - I was getting the exact same exception about a week ago, I spent a lot of time playing with MySQL and TOmcat, came to discover that it was something to so with the server where MYSQL was residing, my network admin saw the requests form TOmcat hitting the box, but it was not

Re: COMMUNICATION LINK FAILURE

2003-02-07 Thread Sean Dockery
Where is the database running? On another machine? Is there a firewall between you and the database? -- Sean Dockery [EMAIL PROTECTED] Certified Java Web Component Developer Certified Delphi Programmer SBD Consultants http://www.sbdconsultants.com Laxmikanth M.S. [EMAIL PROTECTED] wrote in

Re: Communication Link Failure

2002-04-02 Thread Jacob Kjome
When you close your connections, do you do it in a finally block? I'm not saying that this is definitely causing your problem in this case, but it most definitely will become a problem later. If your sql breaks before closing the connection, your connection is left dangling. Same goes for