2024-07-17, 05:57 AM
Hi folks! Since today my server has become intermittedly unresponsive. When it happens it seems to be related to database locking
Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details.
I'm not entireley sure but this seems related:
https://github.com/jellyfin/jellyfin/pull/11901
In the meantime can anyone recommend temporary fixes? Any plugins to disable, schedule restarts, etc? This wasn't occurring before today.
Running 10.9.7 which I upgraded to from 10.9.6 today where it was also occurring.
Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details.
---> Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 6: 'database table is locked'.
at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.Data.Sqlite.SqliteCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
I'm not entireley sure but this seems related:
https://github.com/jellyfin/jellyfin/pull/11901
In the meantime can anyone recommend temporary fixes? Any plugins to disable, schedule restarts, etc? This wasn't occurring before today.
Running 10.9.7 which I upgraded to from 10.9.6 today where it was also occurring.