docker compose logs -f --tail 100 jellyfin | [11:05:48] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache jellyfin | [11:05:49] [INF] [7] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on 0.0.0.0 jellyfin | [11:05:49] [INF] [7] Main: Jellyfin version: 10.11.0 jellyfin | [11:05:49] [INF] [7] Main: Environment Variables: ["[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CACHE_DIR, /cache]"] jellyfin | [11:05:49] [INF] [7] Main: Arguments: ["/jellyfin/jellyfin.dll"] jellyfin | [11:05:49] [INF] [7] Main: Operating system: Debian GNU/Linux 13 (trixie) jellyfin | [11:05:49] [INF] [7] Main: Architecture: X64 jellyfin | [11:05:49] [INF] [7] Main: 64-Bit Process: True jellyfin | [11:05:49] [INF] [7] Main: User Interactive: True jellyfin | [11:05:49] [INF] [7] Main: Processor count: 12 jellyfin | [11:05:49] [INF] [7] Main: Program data path: /config jellyfin | [11:05:49] [INF] [7] Main: Log directory path: /config/log jellyfin | [11:05:49] [INF] [7] Main: Config directory path: /config/config jellyfin | [11:05:49] [INF] [7] Main: Cache path: /cache jellyfin | [11:05:49] [INF] [7] Main: Temp directory path: /tmp/jellyfin jellyfin | [11:05:49] [INF] [7] Main: Web resources path: /jellyfin/jellyfin-web jellyfin | [11:05:49] [INF] [7] Main: Application directory: /jellyfin/ jellyfin | [11:05:49] [INF] [7] Jellyfin.Server.Startup: Storage path `/config/data` (Fixed) successfully checked with 331.4GB free which is over the minimum of 2GB. jellyfin | [11:05:49] [INF] [7] Jellyfin.Server.Startup: Storage path `/config/log` (Fixed) successfully checked with 331.4GB free which is over the minimum of 512MB. jellyfin | [11:05:49] [INF] [7] Jellyfin.Server.Startup: Storage path `/cache` (Fixed) successfully checked with 331.4GB free which is over the minimum of 2GB. jellyfin | [11:05:49] [INF] [7] Jellyfin.Server.Startup: Storage path `/config` (Fixed) successfully checked with 331.4GB free which is over the minimum of 2GB. jellyfin | [11:05:49] [INF] [7] Jellyfin.Server.Startup: Storage path `/tmp/jellyfin` (Fixed) successfully checked with 331.4GB free which is over the minimum of 2GB. jellyfin | [11:05:49] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache jellyfin | [11:05:49] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/config/data/jellyfin.db;Cache=Default;Pooling=True jellyfin | [11:05:49] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to: jellyfin | PRAGMA locking_mode=NORMAL; jellyfin | PRAGMA journal_size_limit=134217728; jellyfin | PRAGMA synchronous=1; jellyfin | PRAGMA temp_store=2; jellyfin | jellyfin | [11:05:49] [INF] [7] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock. jellyfin | [11:05:49] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service. jellyfin | [11:05:49] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Old migration style migration.xml detected. Migrate now. jellyfin | [11:05:49] [FTL] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Failed to apply migrations jellyfin | System.InvalidOperationException: Sequence contains no elements jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException() jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | [11:05:49] [FTL] [1] Main: Unhandled Exception jellyfin | System.InvalidOperationException: Sequence contains no elements jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException() jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig) jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options) jellyfin | at Jellyfin.Server.Program.
(String[] args) jellyfin | Unhandled exception. System.InvalidOperationException: Sequence contains no elements jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException() jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig) jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options) jellyfin | at Jellyfin.Server.Program.
(String[] args) jellyfin exited with code 139 jellyfin | [11:05:50] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache jellyfin | [11:05:50] [INF] [7] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on 0.0.0.0 jellyfin | [11:05:50] [INF] [7] Main: Jellyfin version: 10.11.0 jellyfin | [11:05:50] [INF] [7] Main: Environment Variables: ["[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_DATA_DIR, /config]"] jellyfin | [11:05:50] [INF] [7] Main: Arguments: ["/jellyfin/jellyfin.dll"] jellyfin | [11:05:50] [INF] [7] Main: Operating system: Debian GNU/Linux 13 (trixie) jellyfin | [11:05:50] [INF] [7] Main: Architecture: X64 jellyfin | [11:05:50] [INF] [7] Main: 64-Bit Process: True jellyfin | [11:05:50] [INF] [7] Main: User Interactive: True jellyfin | [11:05:50] [INF] [7] Main: Processor count: 12 jellyfin | [11:05:50] [INF] [7] Main: Program data path: /config jellyfin | [11:05:50] [INF] [7] Main: Log directory path: /config/log jellyfin | [11:05:50] [INF] [7] Main: Config directory path: /config/config jellyfin | [11:05:50] [INF] [7] Main: Cache path: /cache jellyfin | [11:05:50] [INF] [7] Main: Temp directory path: /tmp/jellyfin jellyfin | [11:05:50] [INF] [7] Main: Web resources path: /jellyfin/jellyfin-web jellyfin | [11:05:50] [INF] [7] Main: Application directory: /jellyfin/ jellyfin | [11:05:50] [INF] [7] Jellyfin.Server.Startup: Storage path `/config/data` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:05:50] [INF] [7] Jellyfin.Server.Startup: Storage path `/config/log` (Fixed) successfully checked with 331.3GB free which is over the minimum of 512MB. jellyfin | [11:05:50] [INF] [7] Jellyfin.Server.Startup: Storage path `/cache` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:05:50] [INF] [7] Jellyfin.Server.Startup: Storage path `/config` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:05:50] [INF] [7] Jellyfin.Server.Startup: Storage path `/tmp/jellyfin` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:05:50] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache jellyfin | [11:05:50] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/config/data/jellyfin.db;Cache=Default;Pooling=True jellyfin | [11:05:50] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to: jellyfin | PRAGMA locking_mode=NORMAL; jellyfin | PRAGMA journal_size_limit=134217728; jellyfin | PRAGMA synchronous=1; jellyfin | PRAGMA temp_store=2; jellyfin | jellyfin | [11:05:50] [INF] [7] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock. jellyfin | [11:05:50] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service. jellyfin | [11:05:50] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Old migration style migration.xml detected. Migrate now. jellyfin | [11:05:51] [FTL] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Failed to apply migrations jellyfin | System.InvalidOperationException: Sequence contains no elements jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException() jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | [11:05:51] [FTL] [1] Main: Unhandled Exception jellyfin | System.InvalidOperationException: Sequence contains no elements jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException() jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig) jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options) jellyfin | at Jellyfin.Server.Program.
(String[] args) jellyfin | Unhandled exception. System.InvalidOperationException: Sequence contains no elements jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException() jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig) jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options) jellyfin | at Jellyfin.Server.Program.
(String[] args) jellyfin exited with code 139 jellyfin | [11:05:52] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache jellyfin | [11:05:52] [INF] [7] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on 0.0.0.0 jellyfin | [11:05:52] [INF] [7] Main: Jellyfin version: 10.11.0 jellyfin | [11:05:52] [INF] [7] Main: Environment Variables: ["[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CONFIG_DIR, /config/config]"] jellyfin | [11:05:52] [INF] [7] Main: Arguments: ["/jellyfin/jellyfin.dll"] jellyfin | [11:05:52] [INF] [7] Main: Operating system: Debian GNU/Linux 13 (trixie) jellyfin | [11:05:52] [INF] [7] Main: Architecture: X64 jellyfin | [11:05:52] [INF] [7] Main: 64-Bit Process: True jellyfin | [11:05:52] [INF] [7] Main: User Interactive: True jellyfin | [11:05:52] [INF] [7] Main: Processor count: 12 jellyfin | [11:05:52] [INF] [7] Main: Program data path: /config jellyfin | [11:05:52] [INF] [7] Main: Log directory path: /config/log jellyfin | [11:05:52] [INF] [7] Main: Config directory path: /config/config jellyfin | [11:05:52] [INF] [7] Main: Cache path: /cache jellyfin | [11:05:52] [INF] [7] Main: Temp directory path: /tmp/jellyfin jellyfin | [11:05:52] [INF] [7] Main: Web resources path: /jellyfin/jellyfin-web jellyfin | [11:05:52] [INF] [7] Main: Application directory: /jellyfin/ jellyfin | [11:05:52] [INF] [7] Jellyfin.Server.Startup: Storage path `/config/data` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:05:52] [INF] [7] Jellyfin.Server.Startup: Storage path `/config/log` (Fixed) successfully checked with 331.3GB free which is over the minimum of 512MB. jellyfin | [11:05:52] [INF] [7] Jellyfin.Server.Startup: Storage path `/cache` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:05:52] [INF] [7] Jellyfin.Server.Startup: Storage path `/config` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:05:52] [INF] [7] Jellyfin.Server.Startup: Storage path `/tmp/jellyfin` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:05:52] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache jellyfin | [11:05:52] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/config/data/jellyfin.db;Cache=Default;Pooling=True jellyfin | [11:05:52] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to: jellyfin | PRAGMA locking_mode=NORMAL; jellyfin | PRAGMA journal_size_limit=134217728; jellyfin | PRAGMA synchronous=1; jellyfin | PRAGMA temp_store=2; jellyfin | jellyfin | [11:05:52] [INF] [7] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock. jellyfin | [11:05:52] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service. jellyfin | [11:05:52] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Old migration style migration.xml detected. Migrate now. jellyfin | [11:05:52] [FTL] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Failed to apply migrations jellyfin | System.InvalidOperationException: Sequence contains no elements jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException() jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | [11:05:52] [FTL] [1] Main: Unhandled Exception jellyfin | System.InvalidOperationException: Sequence contains no elements jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException() jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig) jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options) jellyfin | at Jellyfin.Server.Program.
(String[] args) jellyfin | Unhandled exception. System.InvalidOperationException: Sequence contains no elements jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException() jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig) jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options) jellyfin | at Jellyfin.Server.Program.
(String[] args) jellyfin exited with code 139 jellyfin | [11:05:53] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache jellyfin | [11:05:53] [INF] [7] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on 0.0.0.0 jellyfin | [11:05:53] [INF] [7] Main: Jellyfin version: 10.11.0 jellyfin | [11:05:53] [INF] [7] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CACHE_DIR, /cache]"] jellyfin | [11:05:53] [INF] [7] Main: Arguments: ["/jellyfin/jellyfin.dll"] jellyfin | [11:05:53] [INF] [7] Main: Operating system: Debian GNU/Linux 13 (trixie) jellyfin | [11:05:53] [INF] [7] Main: Architecture: X64 jellyfin | [11:05:53] [INF] [7] Main: 64-Bit Process: True jellyfin | [11:05:53] [INF] [7] Main: User Interactive: True jellyfin | [11:05:53] [INF] [7] Main: Processor count: 12 jellyfin | [11:05:53] [INF] [7] Main: Program data path: /config jellyfin | [11:05:53] [INF] [7] Main: Log directory path: /config/log jellyfin | [11:05:53] [INF] [7] Main: Config directory path: /config/config jellyfin | [11:05:53] [INF] [7] Main: Cache path: /cache jellyfin | [11:05:53] [INF] [7] Main: Temp directory path: /tmp/jellyfin jellyfin | [11:05:53] [INF] [7] Main: Web resources path: /jellyfin/jellyfin-web jellyfin | [11:05:53] [INF] [7] Main: Application directory: /jellyfin/ jellyfin | [11:05:54] [INF] [7] Jellyfin.Server.Startup: Storage path `/config/data` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:05:54] [INF] [7] Jellyfin.Server.Startup: Storage path `/config/log` (Fixed) successfully checked with 331.3GB free which is over the minimum of 512MB. jellyfin | [11:05:54] [INF] [7] Jellyfin.Server.Startup: Storage path `/cache` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:05:54] [INF] [7] Jellyfin.Server.Startup: Storage path `/config` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:05:54] [INF] [7] Jellyfin.Server.Startup: Storage path `/tmp/jellyfin` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:05:54] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache jellyfin | [11:05:54] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/config/data/jellyfin.db;Cache=Default;Pooling=True jellyfin | [11:05:54] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to: jellyfin | PRAGMA locking_mode=NORMAL; jellyfin | PRAGMA journal_size_limit=134217728; jellyfin | PRAGMA synchronous=1; jellyfin | PRAGMA temp_store=2; jellyfin | jellyfin | [11:05:54] [INF] [7] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock. jellyfin | [11:05:54] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service. jellyfin | [11:05:54] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Old migration style migration.xml detected. Migrate now. jellyfin | [11:05:54] [FTL] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Failed to apply migrations jellyfin | System.InvalidOperationException: Sequence contains no elements jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException() jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | [11:05:54] [FTL] [1] Main: Unhandled Exception jellyfin | System.InvalidOperationException: Sequence contains no elements jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException() jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig) jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options) jellyfin | at Jellyfin.Server.Program.
(String[] args) jellyfin | Unhandled exception. System.InvalidOperationException: Sequence contains no elements jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException() jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig) jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options) jellyfin | at Jellyfin.Server.Program.
(String[] args) jellyfin exited with code 139 jellyfin | [11:05:55] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache jellyfin | [11:05:56] [INF] [7] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on 0.0.0.0 jellyfin | [11:05:56] [INF] [7] Main: Jellyfin version: 10.11.0 jellyfin | [11:05:56] [INF] [7] Main: Environment Variables: ["[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]"] jellyfin | [11:05:56] [INF] [7] Main: Arguments: ["/jellyfin/jellyfin.dll"] jellyfin | [11:05:56] [INF] [7] Main: Operating system: Debian GNU/Linux 13 (trixie) jellyfin | [11:05:56] [INF] [7] Main: Architecture: X64 jellyfin | [11:05:56] [INF] [7] Main: 64-Bit Process: True jellyfin | [11:05:56] [INF] [7] Main: User Interactive: True jellyfin | [11:05:56] [INF] [7] Main: Processor count: 12 jellyfin | [11:05:56] [INF] [7] Main: Program data path: /config jellyfin | [11:05:56] [INF] [7] Main: Log directory path: /config/log jellyfin | [11:05:56] [INF] [7] Main: Config directory path: /config/config jellyfin | [11:05:56] [INF] [7] Main: Cache path: /cache jellyfin | [11:05:56] [INF] [7] Main: Temp directory path: /tmp/jellyfin jellyfin | [11:05:56] [INF] [7] Main: Web resources path: /jellyfin/jellyfin-web jellyfin | [11:05:56] [INF] [7] Main: Application directory: /jellyfin/ jellyfin | [11:05:56] [INF] [7] Jellyfin.Server.Startup: Storage path `/config/data` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:05:56] [INF] [7] Jellyfin.Server.Startup: Storage path `/config/log` (Fixed) successfully checked with 331.3GB free which is over the minimum of 512MB. jellyfin | [11:05:56] [INF] [7] Jellyfin.Server.Startup: Storage path `/cache` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:05:56] [INF] [7] Jellyfin.Server.Startup: Storage path `/config` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:05:56] [INF] [7] Jellyfin.Server.Startup: Storage path `/tmp/jellyfin` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:05:56] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache jellyfin | [11:05:56] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/config/data/jellyfin.db;Cache=Default;Pooling=True jellyfin | [11:05:56] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to: jellyfin | PRAGMA locking_mode=NORMAL; jellyfin | PRAGMA journal_size_limit=134217728; jellyfin | PRAGMA synchronous=1; jellyfin | PRAGMA temp_store=2; jellyfin | jellyfin | [11:05:56] [INF] [7] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock. jellyfin | [11:05:56] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service. jellyfin | [11:05:56] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Old migration style migration.xml detected. Migrate now. jellyfin | [11:05:56] [FTL] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Failed to apply migrations jellyfin | System.InvalidOperationException: Sequence contains no elements jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException() jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | [11:05:56] [FTL] [1] Main: Unhandled Exception jellyfin | System.InvalidOperationException: Sequence contains no elements jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException() jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig) jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options) jellyfin | at Jellyfin.Server.Program.
(String[] args) jellyfin | Unhandled exception. System.InvalidOperationException: Sequence contains no elements jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException() jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig) jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options) jellyfin | at Jellyfin.Server.Program.
(String[] args) jellyfin exited with code 139 jellyfin | [11:05:58] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache jellyfin | [11:05:58] [INF] [9] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on 0.0.0.0 jellyfin | [11:05:58] [INF] [9] Main: Jellyfin version: 10.11.0 jellyfin | [11:05:58] [INF] [9] Main: Environment Variables: ["[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_LOG_DIR, /config/log]"] jellyfin | [11:05:58] [INF] [9] Main: Arguments: ["/jellyfin/jellyfin.dll"] jellyfin | [11:05:58] [INF] [9] Main: Operating system: Debian GNU/Linux 13 (trixie) jellyfin | [11:05:58] [INF] [9] Main: Architecture: X64 jellyfin | [11:05:58] [INF] [9] Main: 64-Bit Process: True jellyfin | [11:05:58] [INF] [9] Main: User Interactive: True jellyfin | [11:05:58] [INF] [9] Main: Processor count: 12 jellyfin | [11:05:58] [INF] [9] Main: Program data path: /config jellyfin | [11:05:58] [INF] [9] Main: Log directory path: /config/log jellyfin | [11:05:58] [INF] [9] Main: Config directory path: /config/config jellyfin | [11:05:58] [INF] [9] Main: Cache path: /cache jellyfin | [11:05:58] [INF] [9] Main: Temp directory path: /tmp/jellyfin jellyfin | [11:05:58] [INF] [9] Main: Web resources path: /jellyfin/jellyfin-web jellyfin | [11:05:58] [INF] [9] Main: Application directory: /jellyfin/ jellyfin | [11:05:58] [INF] [9] Jellyfin.Server.Startup: Storage path `/config/data` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:05:58] [INF] [9] Jellyfin.Server.Startup: Storage path `/config/log` (Fixed) successfully checked with 331.3GB free which is over the minimum of 512MB. jellyfin | [11:05:58] [INF] [9] Jellyfin.Server.Startup: Storage path `/cache` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:05:58] [INF] [9] Jellyfin.Server.Startup: Storage path `/config` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:05:58] [INF] [9] Jellyfin.Server.Startup: Storage path `/tmp/jellyfin` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:05:58] [INF] [9] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache jellyfin | [11:05:58] [INF] [9] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/config/data/jellyfin.db;Cache=Default;Pooling=True jellyfin | [11:05:58] [INF] [9] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to: jellyfin | PRAGMA locking_mode=NORMAL; jellyfin | PRAGMA journal_size_limit=134217728; jellyfin | PRAGMA synchronous=1; jellyfin | PRAGMA temp_store=2; jellyfin | jellyfin | [11:05:58] [INF] [9] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock. jellyfin | [11:05:58] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service. jellyfin | [11:05:58] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: Old migration style migration.xml detected. Migrate now. jellyfin | [11:05:59] [FTL] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: Failed to apply migrations jellyfin | System.InvalidOperationException: Sequence contains no elements jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException() jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | [11:05:59] [FTL] [1] Main: Unhandled Exception jellyfin | System.InvalidOperationException: Sequence contains no elements jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException() jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig) jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options) jellyfin | at Jellyfin.Server.Program.
(String[] args) jellyfin | Unhandled exception. System.InvalidOperationException: Sequence contains no elements jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException() jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig) jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options) jellyfin | at Jellyfin.Server.Program.
(String[] args) jellyfin exited with code 139 jellyfin | [11:06:03] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache jellyfin | [11:06:03] [INF] [9] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on 0.0.0.0 jellyfin | [11:06:03] [INF] [9] Main: Jellyfin version: 10.11.0 jellyfin | [11:06:03] [INF] [9] Main: Environment Variables: ["[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CACHE_DIR, /cache]"] jellyfin | [11:06:03] [INF] [9] Main: Arguments: ["/jellyfin/jellyfin.dll"] jellyfin | [11:06:03] [INF] [9] Main: Operating system: Debian GNU/Linux 13 (trixie) jellyfin | [11:06:03] [INF] [9] Main: Architecture: X64 jellyfin | [11:06:03] [INF] [9] Main: 64-Bit Process: True jellyfin | [11:06:03] [INF] [9] Main: User Interactive: True jellyfin | [11:06:03] [INF] [9] Main: Processor count: 12 jellyfin | [11:06:03] [INF] [9] Main: Program data path: /config jellyfin | [11:06:03] [INF] [9] Main: Log directory path: /config/log jellyfin | [11:06:03] [INF] [9] Main: Config directory path: /config/config jellyfin | [11:06:03] [INF] [9] Main: Cache path: /cache jellyfin | [11:06:03] [INF] [9] Main: Temp directory path: /tmp/jellyfin jellyfin | [11:06:03] [INF] [9] Main: Web resources path: /jellyfin/jellyfin-web jellyfin | [11:06:03] [INF] [9] Main: Application directory: /jellyfin/ jellyfin | [11:06:03] [INF] [9] Jellyfin.Server.Startup: Storage path `/config/data` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:06:03] [INF] [9] Jellyfin.Server.Startup: Storage path `/config/log` (Fixed) successfully checked with 331.3GB free which is over the minimum of 512MB. jellyfin | [11:06:03] [INF] [9] Jellyfin.Server.Startup: Storage path `/cache` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:06:03] [INF] [9] Jellyfin.Server.Startup: Storage path `/config` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:06:03] [INF] [9] Jellyfin.Server.Startup: Storage path `/tmp/jellyfin` (Fixed) successfully checked with 331.3GB free which is over the minimum of 2GB. jellyfin | [11:06:03] [INF] [9] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache jellyfin | [11:06:03] [INF] [9] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/config/data/jellyfin.db;Cache=Default;Pooling=True jellyfin | [11:06:03] [INF] [9] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to: jellyfin | PRAGMA locking_mode=NORMAL; jellyfin | PRAGMA journal_size_limit=134217728; jellyfin | PRAGMA synchronous=1; jellyfin | PRAGMA temp_store=2; jellyfin | jellyfin | [11:06:03] [INF] [9] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock. jellyfin | [11:06:03] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service. jellyfin | [11:06:03] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: Old migration style migration.xml detected. Migrate now. jellyfin | [11:06:03] [FTL] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: Failed to apply migrations jellyfin | System.InvalidOperationException: Sequence contains no elements jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException() jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | [11:06:03] [FTL] [1] Main: Unhandled Exception jellyfin | System.InvalidOperationException: Sequence contains no elements jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException() jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig) jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options) jellyfin | at Jellyfin.Server.Program.
(String[] args) jellyfin | Unhandled exception. System.InvalidOperationException: Sequence contains no elements jellyfin | at System.Linq.ThrowHelper.ThrowNoElementsException() jellyfin | at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths) jellyfin | at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig) jellyfin | at Jellyfin.Server.Program.StartApp(StartupOptions options) jellyfin | at Jellyfin.Server.Program.
(String[] args) jellyfin exited with code 139