Paul Hassinger wrote: > Here is more detailed information surrounding the issue. > > Thanks > ================================================================== > > 03/10 13:49:14 error SQLException occurred in JDBCPool while attempting to > connect, please check your username, password, URL, and other connectivity > info. > java.sql.SQLException: SQLException occurred in JDBCPool while attempting to > connect, please check your username, password, URL, and other connectivity > info. > at jrun.sql.pool.JDBCPool.createPhysicalConnection(Unknown Source) > at jrun.sql.pool.JDBCPool.create(Unknown Source) > at jrun.sql.pool.JDBCPool.checkOut(Unknown Source) > at jrun.sql.pool.JDBCPool.requestConnection(Unknown Source) > at jrun.sql.pool.JDBCManager.requestConnection(JDBCManager.java:125) > at jrun.sql.JRunDataSource.getConnection(JRunDataSource.java:232) > at jrun.sql.JRunDataSource.getConnection(JRunDataSource.java:172) > at coldfusion.sql.DataSrcImpl.getCachedConnection(Unknown Source) > at coldfusion.sql.DataSrcImpl.getConnection(Unknown Source)
Looks to me like a problem creating a new connection (the maximum number of connections to the datbase is reached?). Make sure you enable sufficient logging options on the MySQL side and watch what happens there. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

