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

Database related problem using Java and websphere

21 views
Skip to first unread message

uskul...@hotmail.com

unread,
Sep 6, 2005, 4:10:18 AM9/6/05
to
This is a snapshot of stack trace which i have faced when executing the project. Here i make a connection with to database and try to get the result set by executing a query.
But while navigating on that result set it gives me the follwing error.

I guess this error might be occuring due to some environment settings on database side or on application server side (Not sure about it.)

What would be the possible reason for this. So that i could trace it out.


Yours faithfully

- Uday

--------------------------------------

[9/6/05 3:27:55:398 EDT] 00000047 SystemErr R java.sql.SQLException: Internal driver error. (class java.lang.InterruptedException)
at java.lang.Throwable.<init>(Throwable.java:195)
at java.lang.Exception.<init>(Exception.java:41)
at java.sql.SQLException.<init>(SQLException.java:40)
at com.ibm.as400.access.JDError.throwSQLException(JDError.java:521)
at com.ibm.as400.access.AS400JDBCConnection.sendAndReceive(AS400JDBCConnection.java:2597)
at com.ibm.as400.access.JDServerRowCache.fetch(JDServerRowCache.java:267)
at com.ibm.as400.access.JDServerRowCache.fetch(JDServerRowCache.java:199)
at com.ibm.as400.access.JDServerRowCache.next(JDServerRowCache.java:621)
at com.ibm.as400.access.AS400JDBCResultSet.next(AS400JDBCResultSet.java:1751)
at com.ibm.ws.rsadapter.jdbc.WSJdbcResultSet.next(WSJdbcResultSet.java:2419)
at com.saterisystems.sasinv1r1.webarch.iarchie.beans.SS_RegisterBean.userAlreadyExists(SS_RegisterBean.java:1317)

0 new messages