05 Jul 2012
That exception typically means that tdgssconfig.jar is not accessible on your classpath.
Please refer to the Teradata JDBC Driver Reference Troubleshooting section for more information.
http://developer.teradata.com/doc/connectivity/jdbc/reference/current/jdbcug_chapter_5.html#CHDIJJJH
You must sign in to leave a comment.

Hi, We are using Teradata driver with JBoss-3.2.3 application server. We have a datasource deployed on the server. We are seeing the following exception when getConnection is invoked on the datasource:Caused by: java.lang.NullPointerException at com.ncr.teradata.jtdgss.TdgssConfigApi.InquireProperti esForMech(DashoA13*..) at com.ncr.teradata.TeraEncrypt.getClientDefaultMech(Tera Encrypt.java:687) at com.ncr.teradata.jdbc_4.statemachine.LogonController.r un(LogonController.java:77) at com.ncr.teradata.jdbc_4.TDSession.connect(TDSession.ja va:113) at com.ncr.teradata.jdbc_3.ifjdbc_4.TeraLocalConnection.( TeraLocalConnection.java:128) at com.ncr.teradata.TeraDriver.connect(TeraDriver.java: 211) at org.jboss.resource.adapter.jdbc.local.LocalManagedConn ectionFactory.createManagedConnection(LocalManagedConn ectionFactory.java:150)This exception occurs very frequently. Does anyone know the reason/solution for the same?Thank you.