As a rule, this problem may appear when your preparation of the request went wrong, i.e. when you randomly create a query by combining rows of incorrect data types (or) The database does not work (or), if the query fails with some exception, then we used to get a GenericJDBCException. First try to check your connection, then check whether the prepared request is correct or not. Alternatively, you can run the query in the database client, if possible. Greetings ...
source share