RE: NullPointerException from DriverManager.getConnection() -> JdbcOdbcDriver.initialize()

2009-02-08 Thread Nicholas Albion
Tomcat: 5.5.25 Java: 1.6.0_02-b06 It works when I run Tomcat on JRE 1.5. The class is loaded in Java 1.6, but the NPE is thrown within the JdbcOdbcDriver code: > java.lang.NullPointerException > at sun.jdbc.odbc.JdbcOdbcDriver.initialize(Unknown Source) at > sun.jdbc.odbc.JdbcOdbcDriver.con

RE: NullPointerException from DriverManager.getConnection() -> JdbcOdbcDriver.initialize()

2009-02-08 Thread Nicholas Albion
For whatever reason, I've had to down-grade from jdk1.6.0_06 to jdk1.5.0_14/jre and it seems to be working > all of a sudden, I'm getting a NullPointerException from the JDBC-ODBC bridge, but only when I'm running the same code in Tomcat: > > java.lang.NullPointerException > at sun.jdbc.odbc.Jdb

NullPointerException from DriverManager.getConnection() -> JdbcOdbcDriver.initialize()

2009-02-08 Thread Nicholas Albion
The application I'm working on has been working on my development machine and in production for over a year, but all of a sudden, I'm getting a NullPointerException from the JDBC-ODBC bridge, but only when I'm running the same code in Tomcat: java.lang.NullPointerException at sun.jdbc.odbc.JdbcOd