users@glassfish.java.net

Re: No suitable driver found for jdbc/.... datasource

From: emiddio-verizon <emiddio_at_verizon.net>
Date: Mon, 08 Feb 2010 11:52:40 -0800

you have to make sure a driver is available to glassfish --

you may need to dnload one and put in proper place.
gary

----- Original Message -----
From: <glassfish_at_javadesktop.org>
To: <users_at_glassfish.dev.java.net>
Sent: Monday, February 08, 2010 9:15 AM
Subject: No suitable driver found for jdbc/.... datasource


> Hi, I am using Netbeans 6.8 and GlassFish v3 to connect to a database in
> MySQL. I create a datasource (jdbc/MyNewDatabase), but whenever I run the
> jsp file that seeks to fetch data from the database, I get the following
> error:
>
> [b]type[/b] Exception report
>
> [b]message
>
> description[/b] The server encountered an internal error () that prevented
> it from fulfilling this request.
>
> [b]exception[/b]
>
> javax.servlet.ServletException: javax.servlet.jsp.JspException: Unable to
> get connection, DataSource invalid: "java.sql.SQLException: No suitable
> driver found for jdbc/MyNewDatabase"
>
> [b]root cause[/b]
>
> javax.servlet.jsp.JspException: Unable to get connection, DataSource
> invalid: "java.sql.SQLException: No suitable driver found for
> jdbc/MyNewDatabase"
>
> [b]note[/b] The full stack traces of the exception and its root causes are
> available in the GlassFish v3 logs.
>
> [b]What have I omitted and how do I fix the error?[/b]
> [Message sent by forum member 'iakyecofie' (akyecofie_at_yahoo.com)]
>
> http://forums.java.net/jive/thread.jspa?messageID=385493
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>