No more data to read from socket
Getting this exception intermittently while connecting to an external DB. (via a SQL to get data).
ERROR LOG:
"SQL: <QUERY HERE>
SQL Inserts:
Caused by SQL Problems.
Problem #1, SQLState 08000, Error code 17410: java.sql.SQLRecoverableException: No more data to read from socket"
Any thoughts on what this is and how to avoid it?
Appreicate your repsonses.
-Chaithu