• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Jellyfin container suddenly crashing with database error

     
    • 0 Vote(s) - 0 Average

    Jellyfin container suddenly crashing with database error

    mrgames
    Offline

    Junior Member

    Posts: 1
    Threads: 1
    Joined: 2025 Dec
    Reputation: 0
    #1
    Yesterday, 03:07 PM (This post was last modified: Yesterday, 03:08 PM by mrgames. Edited 2 times in total.)
    Tried to access my server this morning but only some elements of the webui were loading so I rebooted the container. Now Jellyfin wont start. I didnt change anything. I upgraded to 10.11 a month ago. What could have gone wrong?

    Code:
    docker logs --tail 100 --follow --timestamps Jellyfin-AMD-Intel-Nvidia
    2025-12-02T14:50:14.960717002Z    at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
    2025-12-02T14:50:14.960763856Z    at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
    2025-12-02T14:50:14.960786816Z    at Jellyfin.Server.Program.StartApp(StartupOptions options)
    2025-12-02T14:50:14.960804792Z    at Jellyfin.Server.Program.<Main>(String[] args)
    2025-12-02T14:51:21.071128403Z [09:51:21] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
    2025-12-02T14:51:21.258247167Z [09:51:21] [INF] [7] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on 0.0.0.0
    2025-12-02T14:51:21.284879146Z [09:51:21] [INF] [7] Main: Jellyfin version: 10.11.3
    2025-12-02T14:51:21.289005892Z [09:51:21] [INF] [7] Main: Environment Variables: ["[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CONFIG_DIR, /config/config]"]
    2025-12-02T14:51:21.289055514Z [09:51:21] [INF] [7] Main: Arguments: ["/jellyfin/jellyfin.dll"]
    2025-12-02T14:51:21.289261878Z [09:51:21] [INF] [7] Main: Operating system: Debian GNU/Linux 13 (trixie)
    2025-12-02T14:51:21.289709498Z [09:51:21] [INF] [7] Main: Architecture: X64
    2025-12-02T14:51:21.289737986Z [09:51:21] [INF] [7] Main: 64-Bit Process: True
    2025-12-02T14:51:21.289773572Z [09:51:21] [INF] [7] Main: User Interactive: True
    2025-12-02T14:51:21.289787548Z [09:51:21] [INF] [7] Main: Processor count: 8
    2025-12-02T14:51:21.289830577Z [09:51:21] [INF] [7] Main: Program data path: /config
    2025-12-02T14:51:21.289860770Z [09:51:21] [INF] [7] Main: Log directory path: /config/log
    2025-12-02T14:51:21.289883164Z [09:51:21] [INF] [7] Main: Config directory path: /config/config
    2025-12-02T14:51:21.289912702Z [09:51:21] [INF] [7] Main: Cache path: /cache
    2025-12-02T14:51:21.290070354Z [09:51:21] [INF] [7] Main: Temp directory path: /tmp/jellyfin
    2025-12-02T14:51:21.290157666Z [09:51:21] [INF] [7] Main: Web resources path: /jellyfin/jellyfin-web
    2025-12-02T14:51:21.290264984Z [09:51:21] [INF] [7] Main: Application directory: /jellyfin/
    2025-12-02T14:51:21.302481469Z [09:51:21] [INF] [7] Jellyfin.Server.Startup: Storage path `/config/data` (Fixed) successfully checked with 3.9TiB free which is over the minimum of 2GiB.
    2025-12-02T14:51:21.303083024Z [09:51:21] [INF] [7] Jellyfin.Server.Startup: Storage path `/cache` (Fixed) successfully checked with 3.9TiB free which is over the minimum of 2GiB.
    2025-12-02T14:51:21.303117407Z [09:51:21] [INF] [7] Jellyfin.Server.Startup: Storage path `/config` (Fixed) successfully checked with 3.9TiB free which is over the minimum of 2GiB.
    2025-12-02T14:51:21.305808919Z [09:51:21] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
    2025-12-02T14:51:21.360455686Z [09:51:21] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/config/data/jellyfin.db;Cache=Default;Default Timeout=30;Pooling=True
    2025-12-02T14:51:21.365888532Z [09:51:21] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
    2025-12-02T14:51:21.365909720Z PRAGMA locking_mode=NORMAL;
    2025-12-02T14:51:21.365916250Z PRAGMA journal_size_limit=134217728;
    2025-12-02T14:51:21.365921572Z PRAGMA synchronous=1;
    2025-12-02T14:51:21.365926980Z PRAGMA temp_store=2;
    2025-12-02T14:51:21.365931967Z
    2025-12-02T14:51:21.366838894Z [09:51:21] [INF] [7] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
    2025-12-02T14:51:21.397122670Z [09:51:21] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
    2025-12-02T14:51:22.382995891Z [09:51:22] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 5 migrations for stage PreInitialisation.
    2025-12-02T14:51:22.385343291Z [09:51:22] [INF] [7] InternalCodeMigration: Perform migration 20250420000000_CreateNetworkConfiguration
    2025-12-02T14:51:22.413178056Z [09:51:22] [ERR] [7] Microsoft.EntityFrameworkCore.Database.Command: Failed executing DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
    2025-12-02T14:51:22.413223942Z INSERT INTO "__EFMigrationsHistory" ("MigrationId", "ProductVersion")
    2025-12-02T14:51:22.413232635Z VALUES ('20250420000000_CreateNetworkConfiguration', '10.11.3.0');
    2025-12-02T14:51:22.413779061Z [09:51:22] [FTL] [7] InternalCodeMigration: Error: SQLite Error 1: 'no such table: __EFMigrationsHistory'.
    2025-12-02T14:51:22.420697029Z [09:51:22] [ERR] [7] InternalCodeMigration: Migration 20250420000000_CreateNetworkConfiguration failed
    2025-12-02T14:51:22.420732666Z Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: __EFMigrationsHistory'.
    2025-12-02T14:51:22.420744382Z    at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
    2025-12-02T14:51:22.420754586Z    at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
    2025-12-02T14:51:22.420764352Z    at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
    2025-12-02T14:51:22.420773796Z    at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
    2025-12-02T14:51:22.420783446Z    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
    2025-12-02T14:51:22.420792892Z    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
    2025-12-02T14:51:22.420802062Z    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
    2025-12-02T14:51:22.420811169Z    at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
    2025-12-02T14:51:22.420820406Z --- End of stack trace from previous location ---
    2025-12-02T14:51:22.420829479Z    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
    2025-12-02T14:51:22.420839069Z    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
    2025-12-02T14:51:22.420890452Z    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
    2025-12-02T14:51:22.420899534Z    at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
    2025-12-02T14:51:22.420907462Z    at Jellyfin.Server.Migrations.JellyfinMigrationService.InternalCodeMigration.PerformAsync(IStartupLogger logger)
    2025-12-02T14:51:22.420913622Z    at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
    2025-12-02T14:51:22.428925826Z [09:51:22] [FTL] [1] Main: Unhandled Exception
    2025-12-02T14:51:22.428961063Z Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: __EFMigrationsHistory'.
    2025-12-02T14:51:22.428973449Z    at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
    2025-12-02T14:51:22.428983536Z    at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
    2025-12-02T14:51:22.428992969Z    at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
    2025-12-02T14:51:22.429002629Z    at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
    2025-12-02T14:51:22.429011939Z    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
    2025-12-02T14:51:22.429021166Z    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
    2025-12-02T14:51:22.429030719Z    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
    2025-12-02T14:51:22.429039843Z    at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
    2025-12-02T14:51:22.429049039Z --- End of stack trace from previous location ---
    2025-12-02T14:51:22.429058153Z    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
    2025-12-02T14:51:22.429067939Z    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
    2025-12-02T14:51:22.429077616Z    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
    2025-12-02T14:51:22.429089576Z    at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
    2025-12-02T14:51:22.429099386Z    at Jellyfin.Server.Migrations.JellyfinMigrationService.InternalCodeMigration.PerformAsync(IStartupLogger logger)
    2025-12-02T14:51:22.429108906Z    at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
    2025-12-02T14:51:22.429118353Z    at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
    2025-12-02T14:51:22.429159589Z    at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
    2025-12-02T14:51:22.429173773Z    at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
    2025-12-02T14:51:22.429183739Z    at Jellyfin.Server.Program.StartApp(StartupOptions options)
    2025-12-02T14:51:22.429209679Z    at Jellyfin.Server.Program.<Main>(String[] args)
    2025-12-02T14:51:22.436747159Z Unhandled exception. Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: __EFMigrationsHistory'.
    2025-12-02T14:51:22.436792153Z    at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
    2025-12-02T14:51:22.436803510Z    at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
    2025-12-02T14:51:22.436813127Z    at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
    2025-12-02T14:51:22.436822450Z    at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
    2025-12-02T14:51:22.436831825Z    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
    2025-12-02T14:51:22.436840807Z    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
    2025-12-02T14:51:22.436849370Z    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
    2025-12-02T14:51:22.436858059Z    at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
    2025-12-02T14:51:22.436866859Z --- End of stack trace from previous location ---
    2025-12-02T14:51:22.436875490Z    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
    2025-12-02T14:51:22.436884642Z    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
    2025-12-02T14:51:22.436893762Z    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
    2025-12-02T14:51:22.436903050Z    at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
    2025-12-02T14:51:22.436912656Z    at Jellyfin.Server.Migrations.JellyfinMigrationService.InternalCodeMigration.PerformAsync(IStartupLogger logger)
    2025-12-02T14:51:22.436921665Z    at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
    2025-12-02T14:51:22.436931119Z    at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
    2025-12-02T14:51:22.436940062Z    at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
    2025-12-02T14:51:22.436979462Z    at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
    2025-12-02T14:51:22.436991856Z    at Jellyfin.Server.Program.StartApp(StartupOptions options)
    2025-12-02T14:51:22.437011129Z    at Jellyfin.Server.Program.<Main>(String[] args)
    2025-12-02T14:52:28.475585369Z [09:52:28] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
    2025-12-02T14:52:28.773994110Z [09:52:28] [INF] [7] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on 0.0.0.0
    2025-12-02T14:52:28.806129259Z [09:52:28] [INF] [7] Main: Jellyfin version: 10.11.3
    2025-12-02T14:52:28.811067466Z [09:52:28] [INF] [7] Main: Environment Variables: ["[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CONFIG_DIR, /config/config]"]
    2025-12-02T14:52:28.811243937Z [09:52:28] [INF] [7] Main: Arguments: ["/jellyfin/jellyfin.dll"]
    2025-12-02T14:52:28.811387026Z [09:52:28] [INF] [7] Main: Operating system: Debian GNU/Linux 13 (trixie)
    2025-12-02T14:52:28.811925420Z [09:52:28] [INF] [7] Main: Architecture: X64
    2025-12-02T14:52:28.812007483Z [09:52:28] [INF] [7] Main: 64-Bit Process: True
    2025-12-02T14:52:28.812037690Z [09:52:28] [INF] [7] Main: User Interactive: True
    2025-12-02T14:52:28.812055982Z [09:52:28] [INF] [7] Main: Processor count: 8
    2025-12-02T14:52:28.812202589Z [09:52:28] [INF] [7] Main: Program data path: /config
    2025-12-02T14:52:28.812242375Z [09:52:28] [INF] [7] Main: Log directory path: /config/log
    2025-12-02T14:52:28.812316640Z [09:52:28] [INF] [7] Main: Config directory path: /config/config
    2025-12-02T14:52:28.812421886Z [09:52:28] [INF] [7] Main: Cache path: /cache
    2025-12-02T14:52:28.812616653Z [09:52:28] [INF] [7] Main: Temp directory path: /tmp/jellyfin
    2025-12-02T14:52:28.812731667Z [09:52:28] [INF] [7] Main: Web resources path: /jellyfin/jellyfin-web
    2025-12-02T14:52:28.812867293Z [09:52:28] [INF] [7] Main: Application directory: /jellyfin/
    2025-12-02T14:52:28.826761281Z [09:52:28] [INF] [7] Jellyfin.Server.Startup: Storage path `/config/data` (Fixed) successfully checked with 3.9TiB free which is over the minimum of 2GiB.
    2025-12-02T14:52:28.827488775Z [09:52:28] [INF] [7] Jellyfin.Server.Startup: Storage path `/cache` (Fixed) successfully checked with 3.9TiB free which is over the minimum of 2GiB.
    2025-12-02T14:52:28.827547573Z [09:52:28] [INF] [7] Jellyfin.Server.Startup: Storage path `/config` (Fixed) successfully checked with 3.9TiB free which is over the minimum of 2GiB.
    2025-12-02T14:52:28.830748194Z [09:52:28] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
    2025-12-02T14:52:28.892806009Z [09:52:28] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/config/data/jellyfin.db;Cache=Default;Default Timeout=30;Pooling=True
    2025-12-02T14:52:28.899054774Z [09:52:28] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
    2025-12-02T14:52:28.899124714Z PRAGMA locking_mode=NORMAL;
    2025-12-02T14:52:28.899138857Z PRAGMA journal_size_limit=134217728;
    2025-12-02T14:52:28.899147637Z PRAGMA synchronous=1;
    2025-12-02T14:52:28.899155688Z PRAGMA temp_store=2;
    2025-12-02T14:52:28.899163451Z
    2025-12-02T14:52:28.900051794Z [09:52:28] [INF] [7] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
    2025-12-02T14:52:28.932215853Z [09:52:28] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
    2025-12-02T14:52:29.943140479Z [09:52:29] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 5 migrations for stage PreInitialisation.
    2025-12-02T14:52:29.945340075Z [09:52:29] [INF] [7] InternalCodeMigration: Perform migration 20250420000000_CreateNetworkConfiguration
    2025-12-02T14:52:29.973677533Z [09:52:29] [ERR] [7] Microsoft.EntityFrameworkCore.Database.Command: Failed executing DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
    2025-12-02T14:52:29.973720744Z INSERT INTO "__EFMigrationsHistory" ("MigrationId", "ProductVersion")
    2025-12-02T14:52:29.973732324Z VALUES ('20250420000000_CreateNetworkConfiguration', '10.11.3.0');
    2025-12-02T14:52:29.974319445Z [09:52:29] [FTL] [7] InternalCodeMigration: Error: SQLite Error 1: 'no such table: __EFMigrationsHistory'.
    2025-12-02T14:52:29.981408709Z [09:52:29] [ERR] [7] InternalCodeMigration: Migration 20250420000000_CreateNetworkConfiguration failed
    2025-12-02T14:52:29.981452015Z Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: __EFMigrationsHistory'.
    2025-12-02T14:52:29.981463335Z    at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
    2025-12-02T14:52:29.981471903Z    at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
    2025-12-02T14:52:29.981480575Z    at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
    2025-12-02T14:52:29.981488697Z    at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
    2025-12-02T14:52:29.981507958Z    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
    2025-12-02T14:52:29.981515611Z    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
    2025-12-02T14:52:29.981522913Z    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
    2025-12-02T14:52:29.981530080Z    at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
    2025-12-02T14:52:29.981537878Z --- End of stack trace from previous location ---
    2025-12-02T14:52:29.981545145Z    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
    2025-12-02T14:52:29.981553211Z    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
    2025-12-02T14:52:29.981592048Z    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
    2025-12-02T14:52:29.981603488Z    at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
    2025-12-02T14:52:29.981611560Z    at Jellyfin.Server.Migrations.JellyfinMigrationService.InternalCodeMigration.PerformAsync(IStartupLogger logger)
    2025-12-02T14:52:29.981619398Z    at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
    2025-12-02T14:52:29.990546476Z [09:52:29] [FTL] [1] Main: Unhandled Exception
    2025-12-02T14:52:29.990612271Z Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: __EFMigrationsHistory'.
    2025-12-02T14:52:29.990638382Z    at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
    2025-12-02T14:52:29.990656320Z    at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
    2025-12-02T14:52:29.990670111Z    at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
    2025-12-02T14:52:29.990683651Z    at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
    2025-12-02T14:52:29.990699400Z    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
    2025-12-02T14:52:29.990716405Z    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
    2025-12-02T14:52:29.990726265Z    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
    2025-12-02T14:52:29.990735014Z    at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
    2025-12-02T14:52:29.990744271Z --- End of stack trace from previous location ---
    2025-12-02T14:52:29.990753068Z    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
    2025-12-02T14:52:29.990762362Z    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
    2025-12-02T14:52:29.990771505Z    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
    2025-12-02T14:52:29.990780688Z    at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
    2025-12-02T14:52:29.990789868Z    at Jellyfin.Server.Migrations.JellyfinMigrationService.InternalCodeMigration.PerformAsync(IStartupLogger logger)
    2025-12-02T14:52:29.990799351Z    at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
    2025-12-02T14:52:29.990808460Z    at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
    2025-12-02T14:52:29.990857191Z    at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
    2025-12-02T14:52:29.990870294Z    at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
    2025-12-02T14:52:29.990879720Z    at Jellyfin.Server.Program.StartApp(StartupOptions options)
    2025-12-02T14:52:29.990888900Z    at Jellyfin.Server.Program.<Main>(String[] args)
    2025-12-02T14:52:29.997498190Z Unhandled exception. Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: __EFMigrationsHistory'.
    2025-12-02T14:52:29.997539678Z    at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
    2025-12-02T14:52:29.997550142Z    at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
    2025-12-02T14:52:29.997558344Z    at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
    2025-12-02T14:52:29.997566148Z    at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
    2025-12-02T14:52:29.997573704Z    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
    2025-12-02T14:52:29.997581622Z    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
    2025-12-02T14:52:29.997588578Z    at Microsoft.Data.Sqlite.SqliteCommand.ExecuteNonQuery()
    2025-12-02T14:52:29.997595488Z    at System.Data.Common.DbCommand.ExecuteNonQueryAsync(CancellationToken cancellationToken)
    2025-12-02T14:52:29.997602978Z --- End of stack trace from previous location ---
    2025-12-02T14:52:29.997610044Z    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
    2025-12-02T14:52:29.997617850Z    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
    2025-12-02T14:52:29.997625824Z    at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQueryAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
    2025-12-02T14:52:29.997633200Z    at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.ExecuteSqlRawAsync(DatabaseFacade databaseFacade, String sql, IEnumerable`1 parameters, CancellationToken cancellationToken)
    2025-12-02T14:52:29.997640794Z    at Jellyfin.Server.Migrations.JellyfinMigrationService.InternalCodeMigration.PerformAsync(IStartupLogger logger)
    2025-12-02T14:52:29.997648398Z    at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
    2025-12-02T14:52:29.997655664Z    at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
    2025-12-02T14:52:29.997662868Z    at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
    2025-12-02T14:52:29.997671012Z    at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
    2025-12-02T14:52:29.997711220Z    at Jellyfin.Server.Program.StartApp(StartupOptions options)
    2025-12-02T14:52:29.997728590Z    at Jellyfin.Server.Program.<Main>(String[] args)
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Jellyfin container suddenly crashing with database error - by mrgames - Yesterday, 03:07 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode