Well, as long as error is after DEBUG ResultSet - {rset-100002} ResultSet DEBUG SimpleDataSource - Returned connection 33534746 to pool.
it seems to me that error occured after executing PreparedStetement, retrieving resultset and even returning connection to pool. Next comes mapping resultset to objects, so likely you have typo in your ResultMap - wrong column name there...