Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

AbstractMethodError

2 views
Skip to first unread message

Sam Gyan

unread,
Oct 27, 2005, 12:22:02 PM10/27/05
to
Hi,

Thanks for reading this post

I am getting an AbstractMethodError when trying to get a PreparedStatement from a connection. Does anyone know whats is the cause of this? I checked the JDBC Driver. All of my colleagues are using the same driver version and also the same data source.

Thanks,
Gyan

-----------------exception---------------
[10/27/05 10:18:50:745 EST] 6ef73239 WSRdbDataSour I DSRA8203I: Database product name : DB2/NT
[10/27/05 10:18:50:755 EST] 6ef73239 WSRdbDataSour I DSRA8204I: Database product version : 07.02.0000
[10/27/05 10:18:50:755 EST] 6ef73239 WSRdbDataSour I DSRA8205I: JDBC driver name : IBM DB2 JDBC 1.2 Type 2
[10/27/05 10:18:50:755 EST] 6ef73239 WSRdbDataSour I DSRA8206I: JDBC driver version : 07.02.0000
[10/27/05 10:18:51:276 EST] 6ef73239 WebGroup E SRVE0026E: [Servlet Error]-[COM/ibm/db2/jdbc/app/DB2Connection.prepareStatement]: java.lang.AbstractMethodError: COM/ibm/db2/jdbc/app/DB2Connection.prepareStatement
at com.ibm.ws.rsadapter.jdbc.WSJdbcConnection.prepareStatement(WSJdbcConnection.java:1521)
at com.ibm.ws.rsadapter.jdbc.WSJdbcConnection.prepareStatement(WSJdbcConnection.java:1487)
at
com.oafi.aul.retserv.espon.dbaccess.AssociateDBQuery.isPlanUnderNewSecurity(AssociateDBQuery.java:648)

------------------------------code-------------------
if (connection == null || connection.isClosed())
{
connection = ESPDBConnection.getDB2JDBCConnection();
}

// Sets the parameters for the query statement
preparedStatement = connection.prepareStatement(SQL_Selectquery);

0 new messages