-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Christos,
On 8/9/12 7:58 AM, CHRISTOS STAVRINOU wrote:
> root cause
>
> java.sql.SQLException: [Sybase][ODBC Driver Manager] Unable to
> load resource file
> ianywhere.ml.jdbcodbc.jdbc3.IDriver.makeODBCConnection(Native
> Method)
> ianywhere.ml.jdbcodbc.jdbc3.IDriver.connect(IDriver.java:768)
> java.sql.DriverManager.getConnection(DriverManager.java:579)
> java.sql.DriverManager.getConnection(DriverManager.java:221)
> org.apache.jsp.sybread_jsp._jspService(sybread_jsp.java:95)
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
> javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:433)
>
>
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:389)
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:333)
> javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
This sounds like a problem with the ianywhere JDBC driver. There is no
Tomcat code in the above stack trace (other than the JSP-launching
code). You have a JSP that uses java.sql.DriverManager directly, so
there is no container-managed DataSource or anything like that to deal
with.
This problem exists entirely between your JSP and your JDBC driver.
- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAlAkBXYACgkQ9CaO5/Lv0PC6AQCgtgQRQd0mceTpdcBPF6Yac4mp
lp0An1EQx8DHNHM61Trbunwt+JvhN78H
=zP6e
-----END PGP SIGNATURE-----
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|