I need a solution
SEP 12.1 RU2 Manager installed in one server (os 2008 R2) with external DB SQL Server 2008 installed in another one (same os, 2008 R2).
These machines are in the same subnet, no firewall or similar in the middle.
In the scm-server-0.log every 10 minuts (precisely) I read the following error:
THREAD 28 SEVERE:
java.sql.SQLException: Connection is closed.
at org.apache.tomcat.dbcp.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.checkOpen(PoolingDataSource.java:185)
at org.apache.tomcat.dbcp.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.createStatement(PoolingDataSource.java:215)
at com.sygate.scm.server.db.util.SqlDbHelper.setDeadlockPriority(SqlDbHelper.java:988)
at com.sygate.scm.server.db.util.DatabaseUtilities.closeConnection(DatabaseUtilities.java:882)
at com.sygate.scm.server.db.util.DatabaseUtilities.closeConnection(DatabaseUtilities.java:905)
at com.sygate.scm.server.db.util.DbHelper.close(DbHelper.java:176)
at com.sygate.scm.server.task.SecurityAlertNotifyTask.execute(SecurityAlertNotifyTask.java:451)
at com.sygate.scm.server.task.MonitoredTimerTask.run(MonitoredTimerTask.java:22)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
In the monitor section of the console, I don't see any event.
No effects, till now.
What could be?
Thanks!