• 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: Issues

     
    • 0 Vote(s) - 0 Average

    SOLVED: Issues

    An error that the kestrel did not start and path could not be found error when adding a library.
    partlycloudy24
    Offline

    Junior Member

    Posts: 13
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #1
    2024-08-31, 02:35 AM
    I am having problems when jellyfin starts, I get an error saying "Kestrel failed to start! This is most likely due to an invalid address or port bind - correct your bind configuration in network.xml and try again". Another issue is that there is an error that says, "The path could not be found. Please ensure the path is valid and try again", this issue is persistent. For both of these issues, I have followed other forums that had the same issue as me, that did not work. Also, I am a complete novice when it comes to linux and jellyfin.

    Code:
    [22:21:10] [INF] [1] Main: Jellyfin version: 10.9.10
    [22:21:10] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /home/ts82924001/.local/share/jellyfin/log]"]
    [22:21:10] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "run"]
    [22:21:10] [INF] [1] Main: Operating system: Ubuntu 24.04.1 LTS
    [22:21:10] [INF] [1] Main: Architecture: X64
    [22:21:10] [INF] [1] Main: 64-Bit Process: True
    [22:21:10] [INF] [1] Main: User Interactive: True
    [22:21:10] [INF] [1] Main: Processor count: 4
    [22:21:10] [INF] [1] Main: Program data path: /home/ts82924001/.local/share/jellyfin
    [22:21:10] [INF] [1] Main: Log directory path: /home/ts82924001/.local/share/jellyfin/log
    [22:21:10] [INF] [1] Main: Config directory path: /home/ts82924001/.config/jellyfin
    [22:21:10] [INF] [1] Main: Cache path: /home/ts82924001/.cache/jellyfin
    [22:21:10] [INF] [1] Main: Web resources path: /usr/lib/jellyfin/bin/jellyfin-web
    [22:21:10] [INF] [1] Main: Application directory: /usr/lib/jellyfin/bin/
    [22:21:10] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /home/ts82924001/.cache/jellyfin
    [22:21:10] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
    [22:21:10] [INF] [1] 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"]
    [22:21:10] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
    [22:21:11] [INF] [1] 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"]
    [22:21:11] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "10.168.238.125", "192.168.1.87"]
    [22:21:11] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
    [22:21:11] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
    [22:21:11] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
    [22:21:16] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.9.10.0
    [22:21:16] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.9.10.0
    [22:21:16] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.9.10.0
    [22:21:16] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.9.10.0
    [22:21:16] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.9.10.0
    [22:21:16] [INF] [1] Main: Kestrel is listening on 0.0.0.0
    [22:21:16] [ERR] [1] Jellyfin.Networking.AutoDiscoveryHost: Unable to bind to 0.0.0.0:7359
    System.Net.Sockets.SocketException (98): Address already in use
      at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
      at System.Net.Sockets.Socket.Bind(EndPoint localEP)
      at Jellyfin.Networking.AutoDiscoveryHost.ListenForAutoDiscoveryMessage(IPAddress listenAddress, CancellationToken cancellationToken)
    [22:21:18] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: /home/ts82924001/wwwroot. Static files may be unavailable.
    [22:21:18] [ERR] [1] Microsoft.Extensions.Hosting.Internal.Host: Hosting failed to start
    System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
    ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
    ---> System.Net.Sockets.SocketException (98): Address already in use
      at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
      at System.Net.Sockets.Socket.Bind(EndPoint localEP)
      at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
      at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
      --- End of inner exception stack trace ---
      at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
      at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
      at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
      at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
    --- End of stack trace from previous location ---
      at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
      --- End of inner exception stack trace ---
      at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
      at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
      at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
      at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
      at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
      at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
      at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
      at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
      at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
    [22:21:18] [ERR] [1] Main: Kestrel failed to start! This is most likely due to an invalid address or port bind - correct your bind configuration in network.xml and try again
    [22:21:18] [FTL] [1] Main: Error while starting server
    System.IO.IOException: Failed to bind to address http://0.0.0.0:8096: address already in use.
    ---> Microsoft.AspNetCore.Connections.AddressInUseException: Address already in use
    ---> System.Net.Sockets.SocketException (98): Address already in use
      at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
      at System.Net.Sockets.Socket.Bind(EndPoint localEP)
      at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportOptions.CreateDefaultBoundListenSocket(EndPoint endpoint)
      at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
      --- End of inner exception stack trace ---
      at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketConnectionListener.Bind()
      at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.SocketTransportFactory.BindAsync(EndPoint endpoint, CancellationToken cancellationToken)
      at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.TransportManager.BindAsync(EndPoint endPoint, ConnectionDelegate connectionDelegate, EndpointConfig endpointConfig, CancellationToken cancellationToken)
      at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.<>c__DisplayClass28_0`1.<<StartAsync>g__OnBind|0>d.MoveNext()
    --- End of stack trace from previous location ---
      at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
      --- End of inner exception stack trace ---
      at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken)
      at Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
      at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.EndpointsStrategy.BindAsync(AddressBindContext context, CancellationToken cancellationToken)
      at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.AddressBinder.BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func`2 useHttps, CancellationToken cancellationToken)
      at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.BindAsync(CancellationToken cancellationToken)
      at Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServerImpl.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken)
      at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken)
      at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>b__15_1(IHostedService service, CancellationToken token)
      at Microsoft.Extensions.Hosting.Internal.Host.ForeachService[T](IEnumerable`1 services, CancellationToken token, Boolean concurrent, Boolean abortOnFirstException, List`1 exceptions, Func`3 operation)
      at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
      at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
    [22:21:18] [INF] [1] Main: Running query planner optimizations in the database... This might take a while
    [22:21:18] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing CoreAppHost
    [22:21:18] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing MusicBrainzArtistProvider
    [22:21:18] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing MusicBrainzAlbumProvider
    [22:21:18] [INF] [1] Emby.Server.Implementations.ApplicationHost: Disposing PluginManager
    Go to solution
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    Issues - by partlycloudy24 - 2024-08-31, 02:35 AM
    RE: Issues - by TheDreadPirate - 2024-08-31, 04:36 AM
    RE: Issues - by partlycloudy24 - 2024-08-31, 04:13 PM
    RE: Issues - by TheDreadPirate - 2024-08-31, 04:30 PM
    RE: Issues - by partlycloudy24 - 2024-08-31, 04:40 PM
    RE: Issues - by TheDreadPirate - 2024-08-31, 04:46 PM
    RE: Issues - by partlycloudy24 - 2024-08-31, 04:58 PM
    RE: Issues - by partlycloudy24 - 2024-08-31, 05:10 PM
    RE: Issues - by TheDreadPirate - 2024-08-31, 05:15 PM
    RE: Issues - by partlycloudy24 - 2024-08-31, 05:27 PM
    RE: Issues - by TheDreadPirate - 2024-08-31, 05:53 PM
    RE: Issues - by partlycloudy24 - 2024-08-31, 06:03 PM
    RE: Issues - by TheDreadPirate - 2024-08-31, 06:12 PM
    RE: Issues - by partlycloudy24 - 2024-08-31, 06:21 PM
    RE: Issues - by partlycloudy24 - 2024-08-31, 08:15 PM
    RE: Issues - by TheDreadPirate - 2024-08-31, 08:42 PM
    RE: Issues - by partlycloudy24 - 2024-08-31, 08:44 PM
    RE: Issues - by TheDreadPirate - 2024-09-01, 12:46 AM
    RE: Issues - by partlycloudy24 - 2024-09-01, 01:55 AM
    RE: Issues - by partlycloudy24 - 2024-09-02, 12:37 AM
    RE: Issues - by TheDreadPirate - 2024-09-02, 12:44 AM
    RE: Issues - by partlycloudy24 - 2024-09-02, 06:34 PM

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

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


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode