• 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 cant upgrade from 10.10.7 to 10.11.0

     
    • 0 Vote(s) - 0 Average

    cant upgrade from 10.10.7 to 10.11.0

    wont launch to do any migration
    BobHasNoSoul
    Offline

    Junior Member

    Posts: 29
    Threads: 3
    Joined: 2023 Oct
    Reputation: 0
    #1
    4 hours ago (This post was last modified: 4 hours ago by BobHasNoSoul. Edited 3 times in total.)
    hey all when i attemp to run the newly updated jellyfin i am greeted with this


    [15:36:36] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /home/antony/.cache/jellyfin
    [15:36:37] [INF] [7] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on 0.0.0.0
    [15:36:37] [INF] [7] Main: Jellyfin version: 10.11.0
    [15:36:37] [INF] [7] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /home/antony/.local/share/jellyfin/log]"]
    [15:36:37] [INF] [7] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg", "--service"]
    [15:36:37] [INF] [7] Main: Operating system: Ubuntu 22.04.4 LTS
    [15:36:37] [INF] [7] Main: Architecture: X64
    [15:36:37] [INF] [7] Main: 64-Bit Process: True
    [15:36:37] [INF] [7] Main: User Interactive: True
    [15:36:37] [INF] [7] Main: Processor count: 24
    [15:36:37] [INF] [7] Main: Program data path: /home/antony/.local/share/jellyfin
    [15:36:37] [INF] [7] Main: Log directory path: /home/antony/.local/share/jellyfin/log
    [15:36:37] [INF] [7] Main: Config directory path: /home/antony/.config/jellyfin
    [15:36:37] [INF] [7] Main: Cache path: /home/antony/.cache/jellyfin
    [15:36:37] [INF] [7] Main: Temp directory path: /tmp/jellyfin
    [15:36:37] [INF] [7] Main: Web resources path: /usr/share/jellyfin/web
    [15:36:37] [INF] [7] Main: Application directory: /usr/lib/jellyfin/bin/
    [15:36:37] [INF] [7] Jellyfin.Server.Startup: Storage path /home/antony/.local/share/jellyfin/data (Fixed) successfully checked with 705.2GB free which is over the minimum of 2GB.
    [15:36:37] [INF] [7] Jellyfin.Server.Startup: Storage path /home/antony/.local/share/jellyfin/log (Fixed) successfully checked with 705.2GB free which is over the minimum of 512MB.
    [15:36:37] [INF] [7] Jellyfin.Server.Startup: Storage path /home/antony/.cache/jellyfin (Fixed) successfully checked with 705.2GB free which is over the minimum of 2GB.
    [15:36:37] [INF] [7] Jellyfin.Server.Startup: Storage path /home/antony/.local/share/jellyfin (Fixed) successfully checked with 705.2GB free which is over the minimum of 2GB.
    [15:36:37] [INF] [7] Jellyfin.Server.Startup: Storage path /tmp/jellyfin (Fixed) successfully checked with 705.2GB free which is over the minimum of 2GB.
    [15:36:37] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /home/antony/.cache/jellyfin
    [15:36:37] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/home/antony/.local/share/jellyfin/data/jellyfin.db;Cache=Default;Pooling=True
    [15:36:37] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
    PRAGMA locking_mode=NORMAL;
    PRAGMA journal_size_limit=134217728;
    PRAGMA synchronous=1;
    PRAGMA temp_store=2;

    [15:36:37] [INF] [7] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
    [15:36:37] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
    [15:36:37] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: System initialisation detected. Seed data.
    [15:36:39] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Migration system initialisation completed.
    [15:36:39] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 3 migrations for stage PreInitialisation.
    [15:36:39] [INF] [7] InternalCodeMigration: Perform migration 20250420020000_MigrateMusicBrainzTimeout
    [15:36:39] [INF] [7] InternalCodeMigration: Migration 20250420020000_MigrateMusicBrainzTimeout was successfully applied
    [15:36:39] [FTL] [1] Main: Unhandled Exception
    System.ObjectDisposedException: Cannot access a disposed object.
    Object name: 'LoggerFactory'.
      at Microsoft.Extensions.Logging.LoggerFactory.CreateLogger(String categoryName)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
      at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
      at Jellyfin.Server.Program.StartApp(StartupOptions options)
      at Jellyfin.Server.Program.<Main>(String[] args)
    Unhandled exception. System.ObjectDisposedException: Cannot access a disposed object.
    Object name: 'LoggerFactory'.
      at Microsoft.Extensions.Logging.LoggerFactory.CreateLogger(String categoryName)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
      at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
      at Jellyfin.Server.Program.StartApp(StartupOptions options)
      at Jellyfin.Server.Program.<Main>(String[] args)
    Aborted (core dumped)

     any thoughts? i figure i would post this and also attempt to fix this incase anyone else gets this

    my next step is going to be remove all plugins from the plugins folder incase they are the issue.
    UPDATE: same issue without plugins 

    [15:46:39] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /home/antony/.cache/jellyfin
    [15:46:40] [INF] [7] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on 0.0.0.0
    [15:46:40] [INF] [7] Main: Jellyfin version: 10.11.0
    [15:46:40] [INF] [7] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /home/antony/.local/share/jellyfin/log]"]
    [15:46:40] [INF] [7] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg", "--service"]
    [15:46:40] [INF] [7] Main: Operating system: Ubuntu 22.04.4 LTS
    [15:46:40] [INF] [7] Main: Architecture: X64
    [15:46:40] [INF] [7] Main: 64-Bit Process: True
    [15:46:40] [INF] [7] Main: User Interactive: True
    [15:46:40] [INF] [7] Main: Processor count: 24
    [15:46:40] [INF] [7] Main: Program data path: /home/antony/.local/share/jellyfin
    [15:46:40] [INF] [7] Main: Log directory path: /home/antony/.local/share/jellyfin/log
    [15:46:40] [INF] [7] Main: Config directory path: /home/antony/.config/jellyfin
    [15:46:40] [INF] [7] Main: Cache path: /home/antony/.cache/jellyfin
    [15:46:40] [INF] [7] Main: Temp directory path: /tmp/jellyfin
    [15:46:40] [INF] [7] Main: Web resources path: /usr/share/jellyfin/web
    [15:46:40] [INF] [7] Main: Application directory: /usr/lib/jellyfin/bin/
    [15:46:40] [INF] [7] Jellyfin.Server.Startup: Storage path /home/antony/.local/share/jellyfin/data (Fixed) successfully checked with 705.2GB free which is over the minimum of 2GB.
    [15:46:40] [INF] [7] Jellyfin.Server.Startup: Storage path /home/antony/.local/share/jellyfin/log (Fixed) successfully checked with 705.2GB free which is over the minimum of 512MB.
    [15:46:40] [INF] [7] Jellyfin.Server.Startup: Storage path /home/antony/.cache/jellyfin (Fixed) successfully checked with 705.2GB free which is over the minimum of 2GB.
    [15:46:40] [INF] [7] Jellyfin.Server.Startup: Storage path /home/antony/.local/share/jellyfin (Fixed) successfully checked with 705.2GB free which is over the minimum of 2GB.
    [15:46:40] [INF] [7] Jellyfin.Server.Startup: Storage path /tmp/jellyfin (Fixed) successfully checked with 705.2GB free which is over the minimum of 2GB.
    [15:46:40] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /home/antony/.cache/jellyfin
    [15:46:40] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/home/antony/.local/share/jellyfin/data/jellyfin.db;Cache=Default;Pooling=True
    [15:46:40] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
    PRAGMA locking_mode=NORMAL;
    PRAGMA journal_size_limit=134217728;
    PRAGMA synchronous=1;
    PRAGMA temp_store=2;

    [15:46:40] [INF] [7] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
    [15:46:40] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
    [15:46:40] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: System initialisation detected. Seed data.
    [15:46:42] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Migration system initialisation completed.
    [15:46:42] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 2 migrations for stage PreInitialisation.
    [15:46:42] [INF] [7] InternalCodeMigration: Perform migration 20250420030000_MigrateEncodingOptions
    [15:46:42] [INF] [7] InternalCodeMigration: Migration 20250420030000_MigrateEncodingOptions was successfully applied
    [15:46:42] [FTL] [1] Main: Unhandled Exception
    System.ObjectDisposedException: Cannot access a disposed object.
    Object name: 'LoggerFactory'.
      at Microsoft.Extensions.Logging.LoggerFactory.CreateLogger(String categoryName)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
      at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
      at Jellyfin.Server.Program.StartApp(StartupOptions options)
      at Jellyfin.Server.Program.<Main>(String[] args)
    Unhandled exception. System.ObjectDisposedException: Cannot access a disposed object.
    Object name: 'LoggerFactory'.
      at Microsoft.Extensions.Logging.LoggerFactory.CreateLogger(String categoryName)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
      at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
      at Jellyfin.Server.Program.StartApp(StartupOptions options)
      at Jellyfin.Server.Program.<Main>(String[] args)
    Aborted (core dumped)

    UPDATE2: 
    if you get that above error you need to chmod your log dir so you can actually create files in there im unsure why it didnt play nice but it didnt place nice
    however i now have this issue 

    [15:51:16] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /home/antony/.cache/jellyfin
    [15:51:16] [INF] [7] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on 0.0.0.0
    [15:51:16] [INF] [7] Main: Jellyfin version: 10.11.0
    [15:51:16] [INF] [7] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /home/antony/.local/share/jellyfin/log]"]
    [15:51:16] [INF] [7] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg", "--service"]
    [15:51:16] [INF] [7] Main: Operating system: Ubuntu 22.04.4 LTS
    [15:51:16] [INF] [7] Main: Architecture: X64
    [15:51:16] [INF] [7] Main: 64-Bit Process: True
    [15:51:16] [INF] [7] Main: User Interactive: True
    [15:51:16] [INF] [7] Main: Processor count: 24
    [15:51:16] [INF] [7] Main: Program data path: /home/antony/.local/share/jellyfin
    [15:51:16] [INF] [7] Main: Log directory path: /home/antony/.local/share/jellyfin/log
    [15:51:16] [INF] [7] Main: Config directory path: /home/antony/.config/jellyfin
    [15:51:16] [INF] [7] Main: Cache path: /home/antony/.cache/jellyfin
    [15:51:16] [INF] [7] Main: Temp directory path: /tmp/jellyfin
    [15:51:16] [INF] [7] Main: Web resources path: /usr/share/jellyfin/web
    [15:51:16] [INF] [7] Main: Application directory: /usr/lib/jellyfin/bin/
    [15:51:16] [INF] [7] Jellyfin.Server.Startup: Storage path /home/antony/.local/share/jellyfin/data (Fixed) successfully checked with 705.2GB free which is over the minimum of 2GB.
    [15:51:16] [INF] [7] Jellyfin.Server.Startup: Storage path /home/antony/.local/share/jellyfin/log (Fixed) successfully checked with 705.2GB free which is over the minimum of 512MB.
    [15:51:16] [INF] [7] Jellyfin.Server.Startup: Storage path /home/antony/.cache/jellyfin (Fixed) successfully checked with 705.2GB free which is over the minimum of 2GB.
    [15:51:16] [INF] [7] Jellyfin.Server.Startup: Storage path /home/antony/.local/share/jellyfin (Fixed) successfully checked with 705.2GB free which is over the minimum of 2GB.
    [15:51:16] [INF] [7] Jellyfin.Server.Startup: Storage path /tmp/jellyfin (Fixed) successfully checked with 705.2GB free which is over the minimum of 2GB.
    [15:51:16] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /home/antony/.cache/jellyfin
    [15:51:16] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/home/antony/.local/share/jellyfin/data/jellyfin.db;Cache=Default;Pooling=True
    [15:51:16] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
    PRAGMA locking_mode=NORMAL;
    PRAGMA journal_size_limit=134217728;
    PRAGMA synchronous=1;
    PRAGMA temp_store=2;

    [15:51:16] [INF] [7] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
    [15:51:16] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
    [15:51:16] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: System initialisation detected. Seed data.
    [15:51:18] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Migration system initialisation completed.
    [15:51:18] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 1 migrations for stage PreInitialisation.
    [15:51:18] [INF] [7] InternalCodeMigration: Perform migration 20250420040000_RenameEnableGroupingIntoCollections
    [15:51:18] [INF] [7] InternalCodeMigration: Migration 20250420040000_RenameEnableGroupingIntoCollections was successfully applied
    [15:51:18] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /home/antony/.cache/jellyfin
    [15:51:18] [INF] [7] Emby.Server.Implementations.ApplicationHost: Loading assemblies
    [15:51:18] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [15:51:18] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
    [15:51:18] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [15:51:18] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.1.76", "192.168.16.1", "172.22.0.1", "172.31.0.1", "172.24.0.1", "192.168.48.1", "172.28.0.1", "192.168.64.1", "192.168.192.1", "172.26.0.1", "192.168.128.1", "172.30.0.1", "192.168.112.1", "192.168.32.1", "192.168.160.1", "172.29.0.1", "172.21.0.1", "172.23.0.1", "172.20.0.1", "192.168.96.1", "192.168.208.1", "172.19.0.1", "192.168.80.1", "100.76.88.143", "10.8.0.1"]
    [15:51:18] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
    [15:51:18] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
    [15:51:18] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
    [15:51:18] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/home/antony/.local/share/jellyfin/data/jellyfin.db;Cache=Default;Pooling=True
    [15:51:18] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
    PRAGMA locking_mode=NORMAL;
    PRAGMA journal_size_limit=134217728;
    PRAGMA synchronous=1;
    PRAGMA temp_store=2;

    [15:51:18] [INF] [7] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
    [15:51:18] [INF] [7] Main: Prepare system for possible migrations
    [15:51:19] [INF] [7] Main: A migration will attempt to modify the library.db, will attempt to backup the file now.
    [15:51:19] [INF] [7] Main: Backing up library.db to /home/antony/.local/share/jellyfin/data/library.db.bak1
    [15:51:19] [INF] [7] Main: library.db backed up to /home/antony/.local/share/jellyfin/data/library.db.bak1
    [15:51:19] [INF] [7] Main: library.db has been backed up as /home/antony/.local/share/jellyfin/data/library.db.bak1
    [15:51:19] [INF] [7] Main: A migration will attempt to modify the jellyfin.db, will attempt to backup the file now.
    [15:51:19] [INF] [7] Main: Jellyfin database has been backed up as 20251021025119
    [15:51:19] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 0 migrations for stage CoreInitialisation.
    [15:51:19] [INF] [7] InternalDatabaseMigration: Perform migration 20241020103111_LibraryDbMigration
    [15:51:19] [INF] [7] InternalDatabaseMigration: Migration 20241020103111_LibraryDbMigration was successfully applied
    [15:51:19] [INF] [7] InternalDatabaseMigration: Perform migration 20241111131257_AddedCustomDataKey
    [15:51:19] [INF] [7] InternalDatabaseMigration: Migration 20241111131257_AddedCustomDataKey was successfully applied
    [15:51:19] [INF] [7] InternalDatabaseMigration: Perform migration 20241111135439_AddedCustomDataKeyKey
    [15:51:19] [INF] [7] InternalDatabaseMigration: Migration 20241111135439_AddedCustomDataKeyKey was successfully applied
    [15:51:19] [INF] [7] InternalDatabaseMigration: Perform migration 20241112152323_FixAncestorIdConfig
    [15:51:19] [INF] [7] InternalDatabaseMigration: Migration 20241112152323_FixAncestorIdConfig was successfully applied
    [15:51:19] [INF] [7] InternalDatabaseMigration: Perform migration 20241112232041_FixMediaStreams
    [15:51:19] [INF] [7] InternalDatabaseMigration: Migration 20241112232041_FixMediaStreams was successfully applied
    [15:51:19] [INF] [7] InternalDatabaseMigration: Perform migration 20241112234144_FixMediaStreams2
    [15:51:19] [INF] [7] InternalDatabaseMigration: Migration 20241112234144_FixMediaStreams2 was successfully applied
    [15:51:19] [INF] [7] InternalDatabaseMigration: Perform migration 20241113133548_EnforceUniqueItemValue
    [15:51:19] [INF] [7] InternalDatabaseMigration: Migration 20241113133548_EnforceUniqueItemValue was successfully applied
    [15:51:19] [INF] [7] InternalDatabaseMigration: Perform migration 20250202021306_FixedCollation
    [15:51:19] [INF] [7] InternalDatabaseMigration: Migration 20250202021306_FixedCollation was successfully applied
    [15:51:19] [INF] [7] InternalDatabaseMigration: Perform migration 20250204092455_MakeStartEndDateNullable
    [15:51:19] [INF] [7] InternalDatabaseMigration: Migration 20250204092455_MakeStartEndDateNullable was successfully applied
    [15:51:19] [INF] [7] InternalDatabaseMigration: Perform migration 20250214031148_ChannelIdGuid
    [15:51:19] [INF] [7] InternalDatabaseMigration: Migration 20250214031148_ChannelIdGuid was successfully applied
    [15:51:19] [INF] [7] InternalDatabaseMigration: Perform migration 20250326065026_AddInheritedParentalRatingSubValue
    [15:51:19] [INF] [7] InternalDatabaseMigration: Migration 20250326065026_AddInheritedParentalRatingSubValue was successfully applied
    [15:51:19] [INF] [7] InternalDatabaseMigration: Perform migration 20250327101120_AddKeyframeData
    [15:51:20] [INF] [7] InternalDatabaseMigration: Migration 20250327101120_AddKeyframeData was successfully applied
    [15:51:20] [INF] [7] InternalDatabaseMigration: Perform migration 20250327171413_AddHdr10PlusFlag
    [15:51:20] [INF] [7] InternalDatabaseMigration: Migration 20250327171413_AddHdr10PlusFlag was successfully applied
    [15:51:20] [INF] [7] InternalDatabaseMigration: Perform migration 20250331182844_FixAttachmentMigration
    [15:51:20] [INF] [7] InternalDatabaseMigration: Migration 20250331182844_FixAttachmentMigration was successfully applied
    [15:51:20] [INF] [7] InternalDatabaseMigration: Perform migration 20250401142247_FixAncestors
    [15:51:20] [INF] [7] InternalDatabaseMigration: Migration 20250401142247_FixAncestors was successfully applied
    [15:51:20] [INF] [7] InternalDatabaseMigration: Perform migration 20250405075612_FixItemValuesIndices
    [15:51:20] [INF] [7] InternalDatabaseMigration: Migration 20250405075612_FixItemValuesIndices was successfully applied
    [15:51:20] [INF] [7] InternalDatabaseMigration: Perform migration 20250609115616_DetachUserDataInsteadOfDelete
    [15:51:20] [INF] [7] InternalDatabaseMigration: Migration 20250609115616_DetachUserDataInsteadOfDelete was successfully applied
    [15:51:20] [INF] [7] InternalDatabaseMigration: Perform migration 20250622170802_BaseItemImageInfoDateModifiedNullable
    [15:51:20] [INF] [7] InternalDatabaseMigration: Migration 20250622170802_BaseItemImageInfoDateModifiedNullable was successfully applied
    [15:51:20] [INF] [7] InternalDatabaseMigration: Perform migration 20250714044826_ResetJournalMode
    [15:51:20] [INF] [7] InternalDatabaseMigration: Migration 20250714044826_ResetJournalMode was successfully applied
    [15:51:20] [INF] [7] InternalDatabaseMigration: Perform migration 20250913211637_AddProperParentChildRelationBaseItemWithCascade
    [15:51:20] [INF] [7] InternalDatabaseMigration: Migration 20250913211637_AddProperParentChildRelationBaseItemWithCascade was successfully applied
    [15:51:20] [INF] [7] InternalDatabaseMigration: Perform migration 20250925203415_ExtendPeopleMapKey
    [15:51:20] [INF] [7] InternalDatabaseMigration: Migration 20250925203415_ExtendPeopleMapKey was successfully applied
    [15:51:21] [INF] [7] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.11.0.0
    [15:51:21] [INF] [7] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.11.0.0
    [15:51:21] [INF] [7] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.11.0.0
    [15:51:21] [INF] [7] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.11.0.0
    [15:51:21] [INF] [7] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.11.0.0
    [15:51:21] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 26 migrations for stage AppInitialisation.
    [15:51:21] [INF] [7] InternalCodeMigration: Perform migration 20250420050000_DisableTranscodingThrottling
    [15:51:21] [INF] [7] InternalCodeMigration: Migration 20250420050000_DisableTranscodingThrottling was successfully applied
    [15:51:21] [INF] [7] InternalCodeMigration: Perform migration 20250420060000_CreateUserLoggingConfigFile
    [15:51:21] [INF] [7] InternalCodeMigration: Migration 20250420060000_CreateUserLoggingConfigFile was successfully applied
    [15:51:21] [INF] [7] InternalCodeMigration: Perform migration 20250420070000_MigrateActivityLogDb
    [15:51:21] [WRN] [7] Jellyfin.Server.Migrations.Routines.MigrateActivityLogDb: Migrating the activity database may take a while, do not stop Jellyfin.
    [15:51:21] [FTL] [7] InternalCodeMigration: Error: SQLite Error 1: 'no such table: ActivityLog'.
    [15:51:21] [ERR] [7] InternalCodeMigration: Migration 20250420070000_MigrateActivityLogDb failed
    Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: ActivityLog'.
      at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
      at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
      at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
      at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
      at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
      at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
      at Emby.Server.Implementations.Data.SqliteExtensions.Query(SqliteConnection sqliteConnection, String commandText)+MoveNext()
      at Jellyfin.Server.Migrations.Routines.MigrateActivityLogDb.Perform()
      at Jellyfin.Server.Migrations.Stages.CodeMigration.Perform(IServiceProvider serviceProvider, IStartupLogger logger, CancellationToken cancellationToken)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.InternalCodeMigration.PerformAsync(IStartupLogger logger)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
    [15:51:21] [INF] [7] InternalCodeMigration: Attempt to rollback librarydb.
    [15:51:21] [INF] [7] InternalCodeMigration: Attempt to rollback JellyfinDb.
    [15:51:21] [FTL] [7] Main: Error while starting server
    Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: ActivityLog'.
      at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
      at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
      at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
      at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
      at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
      at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
      at Emby.Server.Implementations.Data.SqliteExtensions.Query(SqliteConnection sqliteConnection, String commandText)+MoveNext()
      at Jellyfin.Server.Migrations.Routines.MigrateActivityLogDb.Perform()
      at Jellyfin.Server.Migrations.Stages.CodeMigration.Perform(IServiceProvider serviceProvider, IStartupLogger logger, CancellationToken cancellationToken)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.InternalCodeMigration.PerformAsync(IStartupLogger logger)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
      at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)

    UPDATE3: 
    now i appear to get further but another crash 

    /usr/bin/jellyfin --webdir=/usr/share/jellyfin/web --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg --service
    [16:02:52] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /home/antony/.cache/jellyfin
    [16:02:53] [INF] [7] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on 0.0.0.0
    [16:02:53] [INF] [7] Main: Jellyfin version: 10.11.0
    [16:02:53] [INF] [7] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /home/antony/.local/share/jellyfin/log]"]
    [16:02:53] [INF] [7] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg", "--service"]
    [16:02:53] [INF] [7] Main: Operating system: Ubuntu 22.04.4 LTS
    [16:02:53] [INF] [7] Main: Architecture: X64
    [16:02:53] [INF] [7] Main: 64-Bit Process: True
    [16:02:53] [INF] [7] Main: User Interactive: True
    [16:02:53] [INF] [7] Main: Processor count: 24
    [16:02:53] [INF] [7] Main: Program data path: /home/antony/.local/share/jellyfin
    [16:02:53] [INF] [7] Main: Log directory path: /home/antony/.local/share/jellyfin/log
    [16:02:53] [INF] [7] Main: Config directory path: /home/antony/.config/jellyfin
    [16:02:53] [INF] [7] Main: Cache path: /home/antony/.cache/jellyfin
    [16:02:53] [INF] [7] Main: Temp directory path: /tmp/jellyfin
    [16:02:53] [INF] [7] Main: Web resources path: /usr/share/jellyfin/web
    [16:02:53] [INF] [7] Main: Application directory: /usr/lib/jellyfin/bin/
    [16:02:53] [INF] [7] Jellyfin.Server.Startup: Storage path /home/antony/.local/share/jellyfin/data (Fixed) successfully checked with 705.2GB free which is over the minimum of 2GB.
    [16:02:53] [INF] [7] Jellyfin.Server.Startup: Storage path /home/antony/.local/share/jellyfin/log (Fixed) successfully checked with 705.2GB free which is over the minimum of 512MB.
    [16:02:53] [INF] [7] Jellyfin.Server.Startup: Storage path /home/antony/.cache/jellyfin (Fixed) successfully checked with 705.2GB free which is over the minimum of 2GB.
    [16:02:53] [INF] [7] Jellyfin.Server.Startup: Storage path /home/antony/.local/share/jellyfin (Fixed) successfully checked with 705.2GB free which is over the minimum of 2GB.
    [16:02:53] [INF] [7] Jellyfin.Server.Startup: Storage path /tmp/jellyfin (Fixed) successfully checked with 705.2GB free which is over the minimum of 2GB.
    [16:02:53] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /home/antony/.cache/jellyfin
    [16:02:53] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/home/antony/.local/share/jellyfin/data/jellyfin.db;Cache=Default;Pooling=True
    [16:02:53] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
    PRAGMA locking_mode=NORMAL;
    PRAGMA journal_size_limit=134217728;
    PRAGMA synchronous=1;
    PRAGMA temp_store=2;

    [16:02:53] [INF] [7] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
    [16:02:53] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
    [16:02:53] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: System initialisation detected. Seed data.
    [16:02:55] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Migration system initialisation completed.
    [16:02:55] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 1 migrations for stage PreInitialisation.
    [16:02:55] [INF] [7] InternalCodeMigration: Perform migration 20250420040000_RenameEnableGroupingIntoCollections
    [16:02:55] [INF] [7] InternalCodeMigration: Migration 20250420040000_RenameEnableGroupingIntoCollections was successfully applied
    [16:02:55] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /home/antony/.cache/jellyfin
    [16:02:55] [INF] [7] Emby.Server.Implementations.ApplicationHost: Loading assemblies
    [16:02:55] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [16:02:55] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
    [16:02:55] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [16:02:55] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.1.76", "192.168.16.1", "172.22.0.1", "172.31.0.1", "172.24.0.1", "192.168.48.1", "172.28.0.1", "192.168.64.1", "192.168.192.1", "172.26.0.1", "192.168.128.1", "172.30.0.1", "192.168.112.1", "192.168.32.1", "192.168.160.1", "172.29.0.1", "172.21.0.1", "172.23.0.1", "172.20.0.1", "192.168.96.1", "192.168.208.1", "172.19.0.1", "192.168.80.1", "100.76.88.143", "10.8.0.1"]
    [16:02:55] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
    [16:02:55] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
    [16:02:55] [INF] [7] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
    [16:02:55] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: Data Source=/home/antony/.local/share/jellyfin/data/jellyfin.db;Cache=Default;Pooling=True
    [16:02:55] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
    PRAGMA locking_mode=NORMAL;
    PRAGMA journal_size_limit=134217728;
    PRAGMA synchronous=1;
    PRAGMA temp_store=2;

    [16:02:55] [INF] [7] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
    [16:02:55] [INF] [7] Main: Prepare system for possible migrations
    [16:02:55] [INF] [7] Main: A migration will attempt to modify the library.db, will attempt to backup the file now.
    [16:02:55] [INF] [7] Main: Backing up library.db to /home/antony/.local/share/jellyfin/data/library.db.bak1
    [16:02:55] [INF] [7] Main: library.db backed up to /home/antony/.local/share/jellyfin/data/library.db.bak1
    [16:02:55] [INF] [7] Main: library.db has been backed up as /home/antony/.local/share/jellyfin/data/library.db.bak1
    [16:02:55] [INF] [7] Main: A migration will attempt to modify the jellyfin.db, will attempt to backup the file now.
    [16:02:55] [INF] [7] Main: Jellyfin database has been backed up as 20251021030255
    [16:02:55] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 0 migrations for stage CoreInitialisation.
    [16:02:55] [INF] [7] InternalDatabaseMigration: Perform migration 20241020103111_LibraryDbMigration
    [16:02:55] [INF] [7] InternalDatabaseMigration: Migration 20241020103111_LibraryDbMigration was successfully applied
    [16:02:55] [INF] [7] InternalDatabaseMigration: Perform migration 20241111131257_AddedCustomDataKey
    [16:02:55] [INF] [7] InternalDatabaseMigration: Migration 20241111131257_AddedCustomDataKey was successfully applied
    [16:02:55] [INF] [7] InternalDatabaseMigration: Perform migration 20241111135439_AddedCustomDataKeyKey
    [16:02:55] [INF] [7] InternalDatabaseMigration: Migration 20241111135439_AddedCustomDataKeyKey was successfully applied
    [16:02:55] [INF] [7] InternalDatabaseMigration: Perform migration 20241112152323_FixAncestorIdConfig
    [16:02:56] [INF] [7] InternalDatabaseMigration: Migration 20241112152323_FixAncestorIdConfig was successfully applied
    [16:02:56] [INF] [7] InternalDatabaseMigration: Perform migration 20241112232041_FixMediaStreams
    [16:02:56] [INF] [7] InternalDatabaseMigration: Migration 20241112232041_FixMediaStreams was successfully applied
    [16:02:56] [INF] [7] InternalDatabaseMigration: Perform migration 20241112234144_FixMediaStreams2
    [16:02:56] [INF] [7] InternalDatabaseMigration: Migration 20241112234144_FixMediaStreams2 was successfully applied
    [16:02:56] [INF] [7] InternalDatabaseMigration: Perform migration 20241113133548_EnforceUniqueItemValue
    [16:02:56] [INF] [7] InternalDatabaseMigration: Migration 20241113133548_EnforceUniqueItemValue was successfully applied
    [16:02:56] [INF] [7] InternalDatabaseMigration: Perform migration 20250202021306_FixedCollation
    [16:02:56] [INF] [7] InternalDatabaseMigration: Migration 20250202021306_FixedCollation was successfully applied
    [16:02:56] [INF] [7] InternalDatabaseMigration: Perform migration 20250204092455_MakeStartEndDateNullable
    [16:02:56] [INF] [7] InternalDatabaseMigration: Migration 20250204092455_MakeStartEndDateNullable was successfully applied
    [16:02:56] [INF] [7] InternalDatabaseMigration: Perform migration 20250214031148_ChannelIdGuid
    [16:02:56] [INF] [7] InternalDatabaseMigration: Migration 20250214031148_ChannelIdGuid was successfully applied
    [16:02:56] [INF] [7] InternalDatabaseMigration: Perform migration 20250326065026_AddInheritedParentalRatingSubValue
    [16:02:56] [INF] [7] InternalDatabaseMigration: Migration 20250326065026_AddInheritedParentalRatingSubValue was successfully applied
    [16:02:56] [INF] [7] InternalDatabaseMigration: Perform migration 20250327101120_AddKeyframeData
    [16:02:56] [INF] [7] InternalDatabaseMigration: Migration 20250327101120_AddKeyframeData was successfully applied
    [16:02:56] [INF] [7] InternalDatabaseMigration: Perform migration 20250327171413_AddHdr10PlusFlag
    [16:02:56] [INF] [7] InternalDatabaseMigration: Migration 20250327171413_AddHdr10PlusFlag was successfully applied
    [16:02:56] [INF] [7] InternalDatabaseMigration: Perform migration 20250331182844_FixAttachmentMigration
    [16:02:56] [INF] [7] InternalDatabaseMigration: Migration 20250331182844_FixAttachmentMigration was successfully applied
    [16:02:56] [INF] [7] InternalDatabaseMigration: Perform migration 20250401142247_FixAncestors
    [16:02:56] [INF] [7] InternalDatabaseMigration: Migration 20250401142247_FixAncestors was successfully applied
    [16:02:56] [INF] [7] InternalDatabaseMigration: Perform migration 20250405075612_FixItemValuesIndices
    [16:02:56] [INF] [7] InternalDatabaseMigration: Migration 20250405075612_FixItemValuesIndices was successfully applied
    [16:02:56] [INF] [7] InternalDatabaseMigration: Perform migration 20250609115616_DetachUserDataInsteadOfDelete
    [16:02:56] [INF] [7] InternalDatabaseMigration: Migration 20250609115616_DetachUserDataInsteadOfDelete was successfully applied
    [16:02:56] [INF] [7] InternalDatabaseMigration: Perform migration 20250622170802_BaseItemImageInfoDateModifiedNullable
    [16:02:56] [INF] [7] InternalDatabaseMigration: Migration 20250622170802_BaseItemImageInfoDateModifiedNullable was successfully applied
    [16:02:56] [INF] [7] InternalDatabaseMigration: Perform migration 20250714044826_ResetJournalMode
    [16:02:57] [INF] [7] InternalDatabaseMigration: Migration 20250714044826_ResetJournalMode was successfully applied
    [16:02:57] [INF] [7] InternalDatabaseMigration: Perform migration 20250913211637_AddProperParentChildRelationBaseItemWithCascade
    [16:02:57] [INF] [7] InternalDatabaseMigration: Migration 20250913211637_AddProperParentChildRelationBaseItemWithCascade was successfully applied
    [16:02:57] [INF] [7] InternalDatabaseMigration: Perform migration 20250925203415_ExtendPeopleMapKey
    [16:02:57] [INF] [7] InternalDatabaseMigration: Migration 20250925203415_ExtendPeopleMapKey was successfully applied
    [16:02:57] [INF] [7] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.11.0.0
    [16:02:57] [INF] [7] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.11.0.0
    [16:02:57] [INF] [7] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.11.0.0
    [16:02:58] [INF] [7] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.11.0.0
    [16:02:58] [INF] [7] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.11.0.0
    [16:02:58] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 26 migrations for stage AppInitialisation.
    [16:02:58] [INF] [7] InternalCodeMigration: Perform migration 20250420050000_DisableTranscodingThrottling
    [16:02:58] [INF] [7] InternalCodeMigration: Migration 20250420050000_DisableTranscodingThrottling was successfully applied
    [16:02:58] [INF] [7] InternalCodeMigration: Perform migration 20250420060000_CreateUserLoggingConfigFile
    [16:02:58] [INF] [7] InternalCodeMigration: Migration 20250420060000_CreateUserLoggingConfigFile was successfully applied
    [16:02:58] [INF] [7] InternalCodeMigration: Perform migration 20250420070000_MigrateActivityLogDb
    [16:02:58] [WRN] [7] Jellyfin.Server.Migrations.Routines.MigrateActivityLogDb: Migrating the activity database may take a while, do not stop Jellyfin.
    [16:02:58] [FTL] [7] InternalCodeMigration: Error: SQLite Error 1: 'no such table: ActivityLog'.
    [16:02:58] [ERR] [7] InternalCodeMigration: Migration 20250420070000_MigrateActivityLogDb failed
    Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: ActivityLog'.
      at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
      at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
      at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
      at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
      at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
      at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
      at Emby.Server.Implementations.Data.SqliteExtensions.Query(SqliteConnection sqliteConnection, String commandText)+MoveNext()
      at Jellyfin.Server.Migrations.Routines.MigrateActivityLogDb.Perform()
      at Jellyfin.Server.Migrations.Stages.CodeMigration.Perform(IServiceProvider serviceProvider, IStartupLogger logger, CancellationToken cancellationToken)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.InternalCodeMigration.PerformAsync(IStartupLogger logger)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
    [16:02:58] [INF] [7] InternalCodeMigration: Attempt to rollback librarydb.
    [16:02:58] [INF] [7] InternalCodeMigration: Attempt to rollback JellyfinDb.
    [16:02:58] [FTL] [7] Main: Error while starting server
    Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: ActivityLog'.
      at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
      at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
      at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
      at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
      at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
      at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
      at Emby.Server.Implementations.Data.SqliteExtensions.Query(SqliteConnection sqliteConnection, String commandText)+MoveNext()
      at Jellyfin.Server.Migrations.Routines.MigrateActivityLogDb.Perform()
      at Jellyfin.Server.Migrations.Stages.CodeMigration.Perform(IServiceProvider serviceProvider, IStartupLogger logger, CancellationToken cancellationToken)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.InternalCodeMigration.PerformAsync(IStartupLogger logger)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.MigrateStepAsync(JellyfinMigrationStageTypes stage, IServiceProvider serviceProvider)
      at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)

    thanks for your time.
    HP ProLiant DL380 Gen9 142GB 56TB pool soon to be 80TB
    zapp7
    Offline

    Junior Member

    Posts: 10
    Threads: 5
    Joined: 2024 Sep
    Reputation: 0
    Country:Canada
    #2
    1 hour ago
    I'm getting the same error.

    As a test, I created a brand new Docker Jellyfin container with 10.10.7 and a brand new config, created a user, added a library and streamed some media. Then I switched to 10.11.0 and got this error again. Not a good sign that it happens with a pretty basic and fresh start from 10.10.7.
    jpf55
    Offline

    Junior Member

    Posts: 4
    Threads: 2
    Joined: 2023 Jun
    Reputation: 0
    #3
    18 minutes ago
    I am on an Intel Mac and seems to get something similar:
    Code:
    [2025-10-21 14:34:53.054 -04:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/Users/jpf/.local/share/jellyfin/cache"
    [2025-10-21 14:34:53.323 -04:00] [INF] [9] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on "0.0.0.0"
    [2025-10-21 14:34:53.352 -04:00] [INF] [9] Main: Jellyfin version: "10.11.0"
    [2025-10-21 14:34:53.354 -04:00] [INF] [9] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /Users/jpf/.local/share/jellyfin/log]"]
    [2025-10-21 14:34:53.355 -04:00] [INF] [9] Main: Arguments: ["/Applications/Jellyfin.app/Contents/MacOS/jellyfin.dll", "--webdir", "/Applications/Jellyfin.app/Contents/Resources/jellyfin-web", "--ffmpeg", "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg", "--datadir", "/Users/jpf/.local/share/jellyfin"]
    [2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: Operating system: "Darwin 24.6.0 Darwin Kernel Version 24.6.0: Mon Aug 11 21:16:05 PDT 2025; root:xnu-11417.140.69.701.11~1/RELEASE_X86_64"
    [2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: Architecture: X64
    [2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: 64-Bit Process: True
    [2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: User Interactive: True
    [2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: Processor count: 12
    [2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: Program data path: "/Users/jpf/.local/share/jellyfin"
    [2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: Log directory path: "/Users/jpf/.local/share/jellyfin/log"
    [2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: Config directory path: "/Users/jpf/.local/share/jellyfin/config"
    [2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: Cache path: "/Users/jpf/.local/share/jellyfin/cache"
    [2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: Temp directory path: "/var/folders/p_/spvq9tw53855b2g67djscg500000gq/T/jellyfin"
    [2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: Web resources path: "/Applications/Jellyfin.app/Contents/Resources/jellyfin-web"
    [2025-10-21 14:34:53.356 -04:00] [INF] [9] Main: Application directory: "/Applications/Jellyfin.app/Contents/MacOS/"
    [2025-10-21 14:34:53.369 -04:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"/Users/jpf/.local/share/jellyfin/data"` (Fixed) successfully checked with "317.4GB" free which is over the minimum of "2GB".
    [2025-10-21 14:34:53.370 -04:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"/Users/jpf/.local/share/jellyfin/log"` (Fixed) successfully checked with "317.4GB" free which is over the minimum of "512MB".
    [2025-10-21 14:34:53.370 -04:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"/Users/jpf/.local/share/jellyfin/cache"` (Fixed) successfully checked with "317.4GB" free which is over the minimum of "2GB".
    [2025-10-21 14:34:53.370 -04:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"/Users/jpf/.local/share/jellyfin"` (Fixed) successfully checked with "317.4GB" free which is over the minimum of "2GB".
    [2025-10-21 14:34:53.370 -04:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"/var/folders/p_/spvq9tw53855b2g67djscg500000gq/T/jellyfin"` (Fixed) successfully checked with "317.4GB" free which is over the minimum of "2GB".
    [2025-10-21 14:34:53.375 -04:00] [INF] [9] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/Users/jpf/.local/share/jellyfin/cache"
    [2025-10-21 14:34:53.462 -04:00] [INF] [9] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: "Data Source=/Users/jpf/.local/share/jellyfin/data/jellyfin.db;Cache=Default;Pooling=True"
    [2025-10-21 14:34:53.471 -04:00] [INF] [9] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:

    "PRAGMA locking_mode=NORMAL;
    PRAGMA journal_size_limit=134217728;
    PRAGMA synchronous=1;
    PRAGMA temp_store=2;
    "
    [2025-10-21 14:34:53.472 -04:00] [INF] [9] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
    [2025-10-21 14:34:53.517 -04:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
    [2025-10-21 14:34:53.525 -04:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: Old migration style migration.xml detected. Migrate now.
    [2025-10-21 14:34:54.464 -04:00] [FTL] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: Failed to apply migrations
    System.InvalidOperationException: Sequence contains no elements
      at System.Linq.ThrowHelper.ThrowNoElementsException()
      at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
    [2025-10-21 14:34:54.470 -04:00] [FTL] [1] Main: Unhandled Exception
    System.InvalidOperationException: Sequence contains no elements
      at System.Linq.ThrowHelper.ThrowNoElementsException()
      at System.Linq.Enumerable.Last[TSource](IEnumerable`1 source)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
      at Jellyfin.Server.Migrations.JellyfinMigrationService.CheckFirstTimeRunOrMigration(IApplicationPaths appPaths)
      at Jellyfin.Server.Program.ApplyStartupMigrationAsync(ServerApplicationPaths appPaths, IConfiguration startupConfig)
      at Jellyfin.Server.Program.StartApp(StartupOptions options)
      at Jellyfin.Server.Program.<Main>(String[] args)


    I reinstalled from a backup but now  get the same results form 10.10.7 as with 10.11.0

    HELP please
    « Next Oldest | Next Newest »

    Users browsing this thread: 3 Guest(s)


    • 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