Enterpise Monitor is getting the following error when attempting to connect to the instance to be monitored:
JDBC operation against localhost:3306 failed due to Could not get JDBC Connection; nested exception is java.sql.SQLException: Connection was closed in SingleConnectionDataSource. Check that user code checks shouldClose() before closing Connections, or set 'suppressClose' to 'true'. Will not retry (operation was not retry-able or no retries are left)
I have found that the error comes from the "Spring" Java framework, but I have no idea how I am supposed to fix this. Any ideas?
JDBC operation against localhost:3306 failed due to Could not get JDBC Connection; nested exception is java.sql.SQLException: Connection was closed in SingleConnectionDataSource. Check that user code checks shouldClose() before closing Connections, or set 'suppressClose' to 'true'. Will not retry (operation was not retry-able or no retries are left)
I have found that the error comes from the "Spring" Java framework, but I have no idea how I am supposed to fix this. Any ideas?