SQLException: Exhausted ResultsetError Code: 17011 and SQLRecoverableException: Closed Statement: ge
Hi all,
We have recently started having an issue with our java code. We have a process that select set of rows to run through a process and produce results. This process will be running fine then will start getting the following errors.
Database transaction failed:internal error accessing database:
Internal Exception: java.sql.SQLException: Exhausted ResultsetError Code: 17011
Some time this error will occur once then the next attempt it will succeed, sometimes it will completely fail. Sometimes it will fail and we will recycle and the same record after recycle will succeed. We do use Hibernate. Does anyone has ran into this error or has any idea how to trace or troubleshoot the issues?