'JDBC exception on Hibernate data access

On local machine all works fine. But when I tried to do get request on server machine, hibernate throws the following exception:

JDBC exception on Hibernate data access: SQLException for SQL [n/a]; SQL state [HY000]; error code [1030]; could not extract ResultSet; nested exception is org.hibernate.exception.GenericJDBCException: could not extract ResultSet

what can be the reason for this?



Solution 1:[1]

You don't give so much information, only some ideas I could think of:

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1