@PIBelton wrote:
We currently have Kaltura Community Edition 10.21.0 setup on a cloud server with Red Hat Enterprise Linux 6 (PV)
this has been running fine over the past few months, however last week the drive space completly filled 100% and after spending some time clearing some space, we have noticed that the stats no longer work.
Looking in the log files, I'm seering errors like :-
KalturaLogs - Error disconnecting from database
and
ERROR 14-03 13:00:14,932 - KalturaLogs - org.pentaho.di.core.exception.KettleDatabaseException:
Error comitting connection
Streaming result set com.mysql.jdbc.RowDataDynamic@e213f663 is still active. No statements may be issued when any streaming result sets are open and in use on a given connection. Ensure that you have called .close() on any active streaming result sets before attempting more queries.at org.pentaho.di.core.database.Database.commit(Database.java:711) at org.pentaho.di.core.database.Database.commit(Database.java:680) at org.pentaho.di.core.database.Database.disconnect(Database.java:571) at org.pentaho.di.job.Job.beginProcessing(Job.java:876) at org.pentaho.di.job.entries.job.JobEntryJob.execute(JobEntryJob.java:786) at org.pentaho.di.job.Job.execute(Job.java:503) at org.pentaho.di.job.Job.execute(Job.java:642) at org.pentaho.di.job.Job.execute(Job.java:642) at org.pentaho.di.job.Job.execute(Job.java:642) at org.pentaho.di.job.Job.execute(Job.java:420) at org.pentaho.di.job.entries.job.JobEntryJobRunner.run(JobEntryJobRunner.java:63) at java.lang.Thread.run(Thread.java:809)
Caused by: java.sql.SQLException: Streaming result set com.mysql.jdbc.RowDataDynamic@e213f663 is still active. No statements may be issued when any streaming result sets are open and in use on a given connection. Ensure that you have called .close() on any active streaming result sets before attempting more queries.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:880)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:876)
at com.mysql.jdbc.MysqlIO.checkForOutstandingStreamingData(MysqlIO.java:3099)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2354)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2582)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2531)
at com.mysql.jdbc.ConnectionImpl.commit(ConnectionImpl.java:1612)
at org.pentaho.di.core.database.Database.commit(Database.java:700)
... 11 moreERROR 14-03 13:00:14,933 - Run kjbVar job - Error running job entry 'job' :
ERROR 14-03 13:00:14,934 - Run kjbVar job - org.pentaho.di.core.exception.KettleJobException:
Unable to begin processing by logging start in logtable etl_logCouldn't execute SQL: DELETE FROM etl_log WHERE ID_JOB= -1
Streaming result set com.mysql.jdbc.RowDataDynamic@e213f663 is still active. No statements may be issued when any streaming result sets are open and in use on a given connection. Ensure that you have called .close() on any active streaming result sets before attempting more queries.
at org.pentaho.di.job.Job.beginProcessing(Job.java:874) at org.pentaho.di.job.entries.job.JobEntryJob.execute(JobEntryJob.java:786) at org.pentaho.di.job.Job.execute(Job.java:503) at org.pentaho.di.job.Job.execute(Job.java:642) at org.pentaho.di.job.Job.execute(Job.java:642) at org.pentaho.di.job.Job.execute(Job.java:642) at org.pentaho.di.job.Job.execute(Job.java:420) at org.pentaho.di.job.entries.job.JobEntryJobRunner.run(JobEntryJobRunner.java:63) at java.lang.Thread.run(Thread.java:809)
Caused by: org.pentaho.di.core.exception.KettleDatabaseException:
Couldn't execute SQL: DELETE FROM etl_log WHERE ID_JOB= -1Can somebody please tell me what i need to do to fix this issue.
Many Thanks
Posts: 1
Participants: 1