• 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 SOLVED: Jellfin Server Fails to Start

     
    • 0 Vote(s) - 0 Average

    SOLVED: Jellfin Server Fails to Start

    Server start error when running Jellyfin.Windows.Tray.exe
    Stormcrow
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Feb
    Reputation: 0
    Country:United States
    #1
    2024-02-12, 11:15 PM (This post was last modified: 2024-02-12, 11:17 PM by Stormcrow. Edited 1 time in total.)
    Server version was 10.8.9 and had been running continuously. I went into networking settings to set my LAN IP range to help with streaming/trans-coding. When trying to save I got the pop-up "Internal Server Error". I decided to stop Jellyfin and start it again. Jellyfin failed to start each time I tried. I then decided to check for and update to the latest version, v10.8.13. Same issue occurs, here are the logs(Error in Bold):

    [2024-02-12 12:03:09.791 -08:00] [INF] [1] Main: Jellyfin version: "10.8.13"
    [2024-02-12 12:03:09.807 -08:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"]
    [2024-02-12 12:03:09.810 -08:00] [INF] [1] Main: Arguments: ["C:\Program Files\Jellyfin\Server\jellyfin.dll", "--datadir", "C:\ProgramData\Jellyfin\Server"]
    [2024-02-12 12:03:09.812 -08:00] [INF] [1] Main: Operating system: "Windows"
    [2024-02-12 12:03:09.813 -08:00] [INF] [1] Main: Architecture: X64
    [2024-02-12 12:03:09.814 -08:00] [INF] [1] Main: 64-Bit Process: True
    [2024-02-12 12:03:09.815 -08:00] [INF] [1] Main: User Interactive: True
    [2024-02-12 12:03:09.816 -08:00] [INF] [1] Main: Processor count: 8
    [2024-02-12 12:03:09.816 -08:00] [INF] [1] Main: Program data path: "C:\ProgramData\Jellyfin\Server"
    [2024-02-12 12:03:09.817 -08:00] [INF] [1] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web"
    [2024-02-12 12:03:09.818 -08:00] [INF] [1] Main: Application directory: "C:\Program Files\Jellyfin\Server\"
    [2024-02-12 12:03:10.337 -08:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "C:\ProgramData\Jellyfin\Server\cache"
    [2024-02-12 12:03:10.694 -08:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
    [2024-02-12 12:03:11.589 -08:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Skipping disabled plugin "7.0.0.0" of "AniDB"
    [2024-02-12 12:03:11.669 -08:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.MergeVersions, Version=10.8.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Merge Versions_10.8.0.2\Jellyfin.Plugin.MergeVersions.dll"
    [2024-02-12 12:03:11.728 -08:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "JWueller.Jellyfin.OnePace, Version=1.3.2.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\One Pace_1.3.2.0\JWueller.Jellyfin.OnePace.dll"
    [2024-02-12 12:03:11.729 -08:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Skipping disabled plugin "1.4.0.0" of "One Pace"
    [2024-02-12 12:03:11.750 -08:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.SkinManager, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null" from "C:\ProgramData\Jellyfin\Server\plugins\Skin Manager_2.0.1\Jellyfin.Plugin.SkinManager.dll"
    [2024-02-12 12:03:12.509 -08:00] [FTL] [1] Main: Error while starting server.
    System.IndexOutOfRangeException: Index was outside the bounds of the array.
      at MediaBrowser.Common.Net.IPObject.NetworkAddressOf(IPAddress address, Byte prefixLength)
      at MediaBrowser.Common.Net.IPNetAddress.Contains(IPAddress address)
      at MediaBrowser.Common.Net.NetworkExtensions.ContainsAddress(Collection1 source, IPAddress item)
      at Jellyfin.Networking.Manager.NetworkManager.IsInLocalNetwork(IPAddress address)
      at Jellyfin.Networking.Manager.NetworkManager.IsInLocalNetwork(IPObject address)
      at System.Linq.Enumerable.WhereEnumerableIterator1.MoveNext()
      at Jellyfin.Networking.Manager.NetworkManager.CreateCollection(IEnumerable1 source)
      at Jellyfin.Networking.Manager.NetworkManager.InitialiseLAN(NetworkConfiguration config)
      at Jellyfin.Networking.Manager.NetworkManager.UpdateSettings(Object configuration)
      at Jellyfin.Networking.Manager.NetworkManager..ctor(IConfigurationManager configurationManager, ILogger1 logger)
      at Emby.Server.Implementations.ApplicationHost.Init(IServiceCollection serviceCollection)
      at Jellyfin.Server.Program.StartApp(StartupOptions options)
    [2024-02-12 12:03:12.591 -08:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
    [2024-02-12 12:03:12.592 -08:00] [FTL] [1] Main: Unhandled Exception
    System.NullReferenceException: Object reference not set to an instance of an object.
      at Emby.Server.Implementations.ApplicationHost.DisposeAsyncCore()
      at Emby.Server.Implementations.ApplicationHost.DisposeAsync()
      at Jellyfin.Server.Program.StartApp(StartupOptions options)
      at Jellyfin.Server.Program.<Main>(String[] args)
    Hoping I'm just overlooking something silly, thanks in advance to all who help!
    Cheers,
    Go to solution
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Jellfin Server Fails to Start - by Stormcrow - 2024-02-12, 11:15 PM
    RE: Jellfin Server Fails to Start - by TheDreadPirate - 2024-02-12, 11:24 PM
    RE: Jellfin Server Fails to Start - by Stormcrow - 2024-02-12, 11:37 PM
    RE: Jellfin Server Fails to Start - by Stormcrow - 2024-02-12, 11:45 PM
    RE: Jellfin Server Fails to Start - by TheDreadPirate - 2024-02-12, 11:58 PM
    RE: Jellfin Server Fails to Start - by Stormcrow - 2024-02-13, 12:07 AM

    • 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