• 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 Announcements Project Announcements New Jellyfin Server/Web release: 10.11.0

     
    • 1 Vote(s) - 5 Average

    New Jellyfin Server/Web release: 10.11.0

    jellynoob1994
    Offline

    Junior Member

    Posts: 25
    Threads: 6
    Joined: 2024 Nov
    Reputation: 0
    Country:Netherlands
    #11
    3 hours ago
    i was already running 10.11.0 no ive run the installer update because ive had some issues that the server would not run with the tray.exe
    and had to start the server manauly but now even after the propper update the the tray.exe wont start the jellyfin server and throw an error

    can still manual but auto start wil throw this


    Code:
    [2025-10-20 10:41:44.469 +02:00] [INF] [2] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "D:\jelly\cache"
    [2025-10-20 10:41:46.527 +02:00] [INF] [9] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on "0.0.0.0"
    [2025-10-20 10:41:46.591 +02:00] [INF] [9] Main: Jellyfin version: "10.11.0"
    [2025-10-20 10:41:46.594 +02:00] [INF] [9] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, D:\jelly\log]"]
    [2025-10-20 10:41:46.596 +02:00] [INF] [9] Main: Arguments: ["D:\jelly\Server\jellyfin.dll", "--datadir", "D:\jelly"]
    [2025-10-20 10:41:46.597 +02:00] [INF] [9] Main: Operating system: "Microsoft Windows 10.0.26100"
    [2025-10-20 10:41:46.598 +02:00] [INF] [9] Main: Architecture: X64
    [2025-10-20 10:41:46.599 +02:00] [INF] [9] Main: 64-Bit Process: True
    [2025-10-20 10:41:46.600 +02:00] [INF] [9] Main: User Interactive: True
    [2025-10-20 10:41:46.601 +02:00] [INF] [9] Main: Processor count: 6
    [2025-10-20 10:41:46.601 +02:00] [INF] [9] Main: Program data path: "D:\jelly"
    [2025-10-20 10:41:46.602 +02:00] [INF] [9] Main: Log directory path: "D:\jelly\log"
    [2025-10-20 10:41:46.603 +02:00] [INF] [9] Main: Config directory path: "D:\jelly\config"
    [2025-10-20 10:41:46.604 +02:00] [INF] [9] Main: Cache path: "D:\jelly\cache"
    [2025-10-20 10:41:46.604 +02:00] [INF] [9] Main: Temp directory path: "C:\Users\irvin\AppData\Local\Temp\jellyfin"
    [2025-10-20 10:41:46.605 +02:00] [INF] [9] Main: Web resources path: "D:\jelly\Server\jellyfin-web"
    [2025-10-20 10:41:46.606 +02:00] [INF] [9] Main: Application directory: "D:\jelly\Server\"
    [2025-10-20 10:41:46.638 +02:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"D:\jelly\data"` (Fixed) successfully checked with "922GB" free which is over the minimum of "2GB".
    [2025-10-20 10:41:46.639 +02:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"D:\jelly\log"` (Fixed) successfully checked with "922GB" free which is over the minimum of "512MB".
    [2025-10-20 10:41:46.640 +02:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"D:\jelly\cache"` (Fixed) successfully checked with "922GB" free which is over the minimum of "2GB".
    [2025-10-20 10:41:46.642 +02:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"D:\jelly"` (Fixed) successfully checked with "922GB" free which is over the minimum of "2GB".
    [2025-10-20 10:41:46.643 +02:00] [INF] [9] Jellyfin.Server.Startup: Storage path `"C:\Users\irvin\AppData\Local\Temp\jellyfin"` (Fixed) successfully checked with "851.8GB" free which is over the minimum of "2GB".
    [2025-10-20 10:41:46.672 +02:00] [INF] [9] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "D:\jelly\cache"
    [2025-10-20 10:41:48.315 +02:00] [INF] [9] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: "Data Source=D:\jelly\data\jellyfin.db;Cache=Default;Pooling=True"
    [2025-10-20 10:41:48.320 +02: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-20 10:41:48.321 +02:00] [INF] [9] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
    [2025-10-20 10:41:48.629 +02:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
    [2025-10-20 10:41:48.630 +02:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: System initialisation detected. Seed data.
    [2025-10-20 10:41:49.693 +02:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: Migration system initialisation completed.
    [2025-10-20 10:41:49.698 +02:00] [INF] [9] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 4 migrations for stage PreInitialisation.
    [2025-10-20 10:41:49.701 +02:00] [INF] [9] InternalCodeMigration: Perform migration "20250420010000_MigrateNetworkConfiguration"
    [2025-10-20 10:41:49.716 +02:00] [ERR] [9] Jellyfin.Server.Migrations.PreStartupRoutines.MigrateNetworkConfiguration: Migrate NetworkConfiguration deserialize Invalid Operation error
    System.InvalidOperationException: There is an error in XML document (16, 6).
    ---> System.Xml.XmlException: 'Element' is an invalid XmlNodeType.
      at System.Xml.XmlReader.FinishReadElementContentAsXxx()
      at System.Xml.XmlReader.ReadElementContentAsString()
      at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderOldNetworkConfiguration.Read2_OldNetworkConfiguration(Boolean isNullable, Boolean checkType)
      at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderOldNetworkConfiguration.Read3_NetworkConfiguration()
      at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
      at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
      --- End of inner exception stack trace ---
      at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
      at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)
      at Jellyfin.Server.Migrations.PreStartupRoutines.MigrateNetworkConfiguration.Perform()
    [2025-10-20 10:41:49.783 +02:00] [INF] [9] InternalCodeMigration: Migration "20250420010000_MigrateNetworkConfiguration" was successfully applied
    [2025-10-20 10:41:49.785 +02:00] [FTL] [2] 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)
    [2025-10-20 10:44:22.368 +02:00] [INF] [2] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "D:\jelly\cache"
    [2025-10-20 10:44:22.507 +02:00] [INF] [7] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on "0.0.0.0"
    [2025-10-20 10:44:22.522 +02:00] [INF] [7] Main: Jellyfin version: "10.11.0"
    [2025-10-20 10:44:22.524 +02:00] [INF] [7] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, D:\jelly\log]"]
    [2025-10-20 10:44:22.527 +02:00] [INF] [7] Main: Arguments: ["D:\jelly\Server\jellyfin.dll", "--datadir", "D:\jelly"]
    [2025-10-20 10:44:22.528 +02:00] [INF] [7] Main: Operating system: "Microsoft Windows 10.0.26100"
    [2025-10-20 10:44:22.529 +02:00] [INF] [7] Main: Architecture: X64
    [2025-10-20 10:44:22.530 +02:00] [INF] [7] Main: 64-Bit Process: True
    [2025-10-20 10:44:22.530 +02:00] [INF] [7] Main: User Interactive: True
    [2025-10-20 10:44:22.531 +02:00] [INF] [7] Main: Processor count: 6
    [2025-10-20 10:44:22.532 +02:00] [INF] [7] Main: Program data path: "D:\jelly"
    [2025-10-20 10:44:22.533 +02:00] [INF] [7] Main: Log directory path: "D:\jelly\log"
    [2025-10-20 10:44:22.533 +02:00] [INF] [7] Main: Config directory path: "D:\jelly\config"
    [2025-10-20 10:44:22.534 +02:00] [INF] [7] Main: Cache path: "D:\jelly\cache"
    [2025-10-20 10:44:22.535 +02:00] [INF] [7] Main: Temp directory path: "C:\Users\irvin\AppData\Local\Temp\jellyfin"
    [2025-10-20 10:44:22.536 +02:00] [INF] [7] Main: Web resources path: "D:\jelly\Server\jellyfin-web"
    [2025-10-20 10:44:22.536 +02:00] [INF] [7] Main: Application directory: "D:\jelly\Server\"
    [2025-10-20 10:44:22.545 +02:00] [INF] [7] Jellyfin.Server.Startup: Storage path `"D:\jelly\data"` (Fixed) successfully checked with "922GB" free which is over the minimum of "2GB".
    [2025-10-20 10:44:22.546 +02:00] [INF] [7] Jellyfin.Server.Startup: Storage path `"D:\jelly\log"` (Fixed) successfully checked with "922GB" free which is over the minimum of "512MB".
    [2025-10-20 10:44:22.548 +02:00] [INF] [7] Jellyfin.Server.Startup: Storage path `"D:\jelly\cache"` (Fixed) successfully checked with "922GB" free which is over the minimum of "2GB".
    [2025-10-20 10:44:22.550 +02:00] [INF] [7] Jellyfin.Server.Startup: Storage path `"D:\jelly"` (Fixed) successfully checked with "922GB" free which is over the minimum of "2GB".
    [2025-10-20 10:44:22.551 +02:00] [INF] [7] Jellyfin.Server.Startup: Storage path `"C:\Users\irvin\AppData\Local\Temp\jellyfin"` (Fixed) successfully checked with "851.7GB" free which is over the minimum of "2GB".
    [2025-10-20 10:44:22.554 +02:00] [INF] [7] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "D:\jelly\cache"
    [2025-10-20 10:44:22.594 +02:00] [INF] [7] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: "Data Source=D:\jelly\data\jellyfin.db;Cache=Default;Pooling=True"
    [2025-10-20 10:44:22.598 +02:00] [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;
    "
    [2025-10-20 10:44:22.600 +02:00] [INF] [7] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
    [2025-10-20 10:44:22.620 +02:00] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Initialise Migration service.
    [2025-10-20 10:44:22.621 +02:00] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: System initialisation detected. Seed data.
    [2025-10-20 10:44:23.323 +02:00] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: Migration system initialisation completed.
    [2025-10-20 10:44:23.328 +02:00] [INF] [7] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 3 migrations for stage PreInitialisation.
    [2025-10-20 10:44:23.330 +02:00] [INF] [7] InternalCodeMigration: Perform migration "20250420020000_MigrateMusicBrainzTimeout"
    [2025-10-20 10:44:23.349 +02:00] [INF] [7] InternalCodeMigration: Migration "20250420020000_MigrateMusicBrainzTimeout" was successfully applied
    [2025-10-20 10:44:23.352 +02:00] [FTL] [2] 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)
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    New Jellyfin Server/Web release: 10.11.0 - by ReleaseBot - 11 hours ago
    RE: New Jellyfin Server/Web release: 10.11.0 - by theolaa - 11 hours ago
    RE: New Jellyfin Server/Web release: 10.11.0 - by Oddstr13 - 10 hours ago
    RE: New Jellyfin Server/Web release: 10.11.0 - by KaXaSA - 10 hours ago
    RE: New Jellyfin Server/Web release: 10.11.0 - by littlenewton - 9 hours ago
    RE: New Jellyfin Server/Web release: 10.11.0 - by littlenewton - 9 hours ago
    RE: New Jellyfin Server/Web release: 10.11.0 - by littlenewton - 8 hours ago
    RE: New Jellyfin Server/Web release: 10.11.0 - by jaja - 4 hours ago
    RE: New Jellyfin Server/Web release: 10.11.0 - by showman2206 - 3 hours ago
    RE: New Jellyfin Server/Web release: 10.11.0 - by Jolaru21 - 3 hours ago
    RE: New Jellyfin Server/Web release: 10.11.0 - by Jolaru21 - 2 hours ago
    RE: New Jellyfin Server/Web release: 10.11.0 - by jellynoob1994 - 3 hours ago
    RE: New Jellyfin Server/Web release: 10.11.0 - by dzhus - 2 hours ago
    RE: New Jellyfin Server/Web release: 10.11.0 - by ReaderGuy42 - 2 hours ago
    RE: New Jellyfin Server/Web release: 10.11.0 - by fract - 1 hour ago
    RE: New Jellyfin Server/Web release: 10.11.0 - by kagetsu - 1 hour ago
    RE: New Jellyfin Server/Web release: 10.11.0 - by JasonThai - 1 hour ago

    • 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