Tomcat+MySQL. Intermitent DbcpException: Server configuration denies access to data source

2003-08-14 Thread Monica Ferrero
ally about once or twice a day I get this exception org.apache.commons.dbcp.DbcpException: java.sql.SQLException: Server configuration denies access to data source. Once the exception occurs, it happens for every request and Tomcat needs restarting. Before getting this exception, I used to run out of c

Re: Tomcat+MySQL. Intermitent DbcpException: Server configuration denies access to data source

2003-08-11 Thread Mark Matthews
the mysql- > connector-java-2.0.14-bin.jar in commons/lib. > The application runs normally, and usually about once or twice a day I get > this exception org.apache.commons.dbcp.DbcpException: > java.sql.SQLException: Server configuration denies access to data source. > Once the excepti

Re: Server configuration denies access to data source

2003-06-02 Thread Martin Gainty
se','teva'); Hope this helps, - Original Message - From: "Rodolfo Ricci" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 01, 2003 6:32 PM Subject: Server configuration denies access to data source > I'm trying to use mysql with ja

Server configuration denies access to data source

2003-06-02 Thread Rodolfo Ricci
I'm trying to use mysql with java, I create a short piece of code to make a conection but when the class run it sends an exception: Server configuration denies access to data source I can use the database using mysql client without problem. Could someone help me, or ask me where i find the li

Server configuration denies access to data source

2002-02-20 Thread jeffrey zhao
Hi, I am a new user of MYSQL, when I use JDBC to connect MYSQL, I got exception: SQLException: Server configuration denies access to data source. Could some one kindly help me ? Thanks a lot. Jeff Zhao Here is my program, it is very simple import java.sql.*; public class LoadDriver

RE: Server configuration denies access to data source

2002-01-17 Thread Simon Green
[mailto:[EMAIL PROTECTED]] Sent: 17 January 2002 15:42 To: [EMAIL PROTECTED] Subject: Server configuration denies access to data source Ok, i think i've found the cause of my problem and maybe your too ! In fact my MySQL doesn't close opens conections and he doesn't let me open

Server configuration denies access to data source

2002-01-17 Thread Core Dumped
Ok, i think i've found the cause of my problem and maybe your too ! In fact my MySQL doesn't close opens conections and he doesn't let me open an another one...and so throw me an exception. If i'm waiting few minutes before opening new connections, it's working, so just check your 'connection t

Server configuration denies access to data source

2002-01-17 Thread Core Dumped
I got the same problem, and i have the impression that this is a MySQL bug... Sorry i can't help you at this moment... i have to help myself first ! :)) Good luck - Before posting, please check: http://www.mysql.com/manual.ph

Server configuration denies access to data source

2002-01-07 Thread D Bamud
ves SQLException "Server configuration denies access to data source". I am running the MySQL server using following command "./bin/mysqld_safe &". I created the database named "TEST" and given the log/pass as "root/" (password nothing, as I do not have any password f

Server configuration denies access to data source

2001-11-28 Thread Nicolas BEAUMONT
mysql -u was -p" works perfectly. But remote connection doesn't work. I can see in my application log file : Server configuration denies access to data source Do you have any idea about this problem ? Best regards, Nicolas Beaumont Atos Origin Activité Intégration Tour Les Miroirs 18

Server configuration denies access to data source

2001-10-29 Thread cdoran
I have a couple java servlets and WebObjects applications that fetch data from MySQL databases. I recently tried running them and received the following error: SQLException raised when connecting : java.sql.SQLException: Server configuration denies access to data source From a command line

Server configuration denies access to data source

2001-10-29 Thread Craig Doran
I have a couple java servlets and WebObjects applications that fetch data from MySQL databases. I recently tried running them and received the following error: > SQLException raised when connecting : java.sql.SQLException: Server > configuration denies access to data source Since th

Server configuration denies access to data source

2001-07-10 Thread sagar tamhane
hi. I had installed mysql on redhat-7.0 I have a java program that inserts, deletes from mysql. It used to work fine. I had to reinstall linux and hence mysql. Now the same program doesnt work. I get the error: "Server configuration denies access to data source" I can access the

MM JDBC driver: Server configuration denies access to data source"

2001-06-18 Thread tnist
Hi, I'm connecting to a MySQL server through the MM JDBC driver on under Red Hat 6.2 using the below code. I keep getting an error message returned that says : "Server configuration denies access to data ". I'm connecting as the root user and I am definitely passing the correct password etc. in t

HELP "Server configuration denies access to data source"

2001-02-08 Thread Ryan Ahmed
Hi Everyone, I am in a very very desperate state 'coz my whole site is down and if I cannot connect to the database through my servlet my @ss is grass. Everything seems to be working fine except when I execute the servlet I get this frustrating error: " Server configuration denies