Re: java.sql.SQLException: No suitable driver found for in tomcat 6.0.35, is the class loading changed?

2012-02-08 Thread Florian Desbois
l for connection -- View this message in context: http://tomcat.10.n6.nabble.com/java-sql-SQLException-No-suitable-driver-found-for-in-tomcat-6-0-35-is-the-class-loading-changed-tp2111551p4376572.html Sent from the Tomcat - User mailing

Re: java.sql.SQLException: No suitable driver found for in tomcat 6.0.35, is the class loading changed?

2012-02-08 Thread Anshul katta
e.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547) > > > 8 févr. 2012 15:58:46 > com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask run > ATTENTION: > com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@7423c7f5 -- > Acquisit

Re: java.sql.SQLException: No suitable driver found for in tomcat 6.0.35, is the class loading changed?

2012-02-08 Thread Florian Desbois
mpt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception: java.sql.SQLException: No suitable driver at java.sql.DriverManager

Re: java.sql.SQLException: No suitable driver found for in tomcat 6.0.35, is the class loading changed?

2011-12-25 Thread Konstantin Kolinko
ent/WEB-INF/lib/. This worked fairly well in > tomcat 6.0.2x and even in 6.0.33.  In 6.0.35 I encountered the error > "java.sql.SQLException: No suitable driver found for" during the booting time > which looks like mysql-connector not in classpath.  Considering it's wor

Re: java.sql.SQLException: No suitable driver found for in tomcat 6.0.35, is the class loading changed?

2011-12-22 Thread Christopher Schultz
6.0.35 I encountered the error "java.sql.SQLException: No suitable > driver found for" during the booting time which looks like > mysql-connector not in classpath. CATALINA_HOME/lib will be in the CLASSPATH for Tomcat's ClassLoader, which will be used after your webapp's ClassL

java.sql.SQLException: No suitable driver found for in tomcat 6.0.35, is the class loading changed?

2011-12-16 Thread Frank Zhang
tomcat 6.0.2x and even in 6.0.33. In 6.0.35 I encountered the error "java.sql.SQLException: No suitable driver found for" during the booting time which looks like mysql-connector not in classpath. Considering it's working all right before, my suspect is 6.0.35 silently changed its cl

RE: "No suitable driver found"

2009-04-13 Thread Caldarale, Charles R
> From: John Cartwright [mailto:john.c.cartwri...@noaa.gov] > Subject: JSP: "No suitable driver found" > > DataSource invalid: "java.sql.SQLException: > No suitable driver found for ${myDS}" The presence of the ${} in the message is certainly rather odd. Thi

Re: JSP: "No suitable driver found"

2009-04-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, On 4/13/2009 10:02 PM, Christopher Schultz wrote: > Is "sql:setDataSource" part of the JSTL? Duh. Yes. Sorry 'bout that. When you execute your query, how do you do it? Can you post your (or whatever) that you use? - -chris -BEGIN PGP SIG

Re: JSP: "No suitable driver found"

2009-04-13 Thread Christopher Schultz
521:ORACLE" > driver="oracle.jdbc.driver.OracleDriver" > user="username" > password="password" > /> > > > I'm getting the exception: > javax.servlet.ServletException: javax.servlet.jsp.JspException: Unable > to get connection, DataSou

RE: JSP: "No suitable driver found"

2009-04-13 Thread Martin Gainty
l effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Mon, 13 Apr 2009 16:54:27 -0600 > From: john.c.cartwri...@noaa.gov > Subject: Re: JSP:

Re: JSP: "No suitable driver found"

2009-04-13 Thread John Cartwright
16:24:31 -0600 From: john.c.cartwri...@noaa.gov Subject: JSP: "No suitable driver found" To: users@tomcat.apache.org Hello All, I have what should be a simple problem, but can't seem to resolve it. Basic JSP using a non-pooled connection: I'

RE: JSP: "No suitable driver found"

2009-04-13 Thread Martin Gainty
l effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Mon, 13 Apr 2009 16:24:31 -0600 > From: john.c.cartwri...@noaa.gov > Subject: JSP:

JSP: "No suitable driver found"

2009-04-13 Thread John Cartwright
QLException: No suitable driver found for ${myDS}" I've confirmed that the host, user, password are correct. Of course it looks like a classpath problem, but WEB-INF/lib contains: jstl-1.2.jar ojdbc14.jar standard.jar Can anyone suggest what else I might try to resolve t

RE: No Suitable Driver

2006-05-16 Thread Tim Lucia
fixes exactly this problem. HTH, Tim -Original Message- From: Jay Wallhaus [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 2:49 PM To: users@tomcat.apache.org Subject: No Suitable Driver I keep getting the following error: javax.servlet.Servle

No Suitable Driver

2006-05-16 Thread Jay Wallhaus
I keep getting the following error: javax.servlet.ServletException: Unable to get connection, DataSource invalid: "java.sql.SQLException: No suitable driver" org.apache.jasper.runtime.PageContextImpl.doHandlePageException( PageContextImpl