• 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 Jellyfin Docker Server suddenly won't start

     
    • 0 Vote(s) - 0 Average

    Jellyfin Docker Server suddenly won't start

    After messing around with IPTV
    schtocker
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2025 May
    Reputation: 0
    Country:United Kingdom
    #4
    2025-05-08, 04:18 PM
    I enabled debug logging as instructed by the docs, new logs below (although the first line says "Failed to create/read logger configuration" there are definitely new lines in the log so, not sure if it worked?(

    Quote:[16:16:47] [FTL] [1] : Failed to create/read logger configuration
    System.ArgumentException: A source source must be provided. (Parameter 'source')
      at Serilog.Configuration.LoggerMinimumLevelConfiguration.Override(String source, LoggingLevelSwitch levelSwitch)
      at Serilog.Settings.Configuration.ConfigurationReader.<>c__DisplayClass11_1.<ApplyMinimumLevel>b__3(LoggerMinimumLevelConfiguration configuration, LoggingLevelSwitch levelSwitch)
      at Serilog.Settings.Configuration.ConfigurationReader.<>c__DisplayClass11_0.<ApplyMinimumLevel>g__ApplyMinimumLevelConfiguration|1(IConfigurationSection directive, Action`2 applyConfigAction)
      at Serilog.Settings.Configuration.ConfigurationReader.ApplyMinimumLevel(LoggerConfiguration loggerConfiguration)
      at Serilog.Settings.Configuration.ConfigurationReader.Configure(LoggerConfiguration loggerConfiguration)
      at Serilog.Configuration.LoggerSettingsConfiguration.Settings(ILoggerSettings settings)
      at Serilog.ConfigurationLoggerConfigurationExtensions.Configuration(LoggerSettingsConfiguration settingConfiguration, IConfiguration configuration, ConfigurationReaderOptions readerOptions)
      at Jellyfin.Server.Helpers.StartupHelpers.InitializeLoggingFramework(IConfiguration configuration, IApplicationPaths appPaths)
    [16:16:47] [INF] [1] Main: Jellyfin version: 10.10.7
    [16:16:47] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_DATA_DIR, /config]"]
    [16:16:47] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
    [16:16:47] [INF] [1] Main: Operating system: Debian GNU/Linux 12 (bookworm)
    [16:16:47] [INF] [1] Main: Architecture: X64
    [16:16:47] [INF] [1] Main: 64-Bit Process: True
    [16:16:47] [INF] [1] Main: User Interactive: True
    [16:16:47] [INF] [1] Main: Processor count: 4
    [16:16:47] [INF] [1] Main: Program data path: /config
    [16:16:47] [INF] [1] Main: Log directory path: /config/log
    [16:16:47] [INF] [1] Main: Config directory path: /config/config
    [16:16:47] [INF] [1] Main: Cache path: /cache
    [16:16:47] [INF] [1] Main: Temp directory path: /tmp/jellyfin
    [16:16:47] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web
    [16:16:47] [INF] [1] Main: Application directory: /jellyfin/
    [16:16:47] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
    [16:16:47] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
    [16:16:47] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.OpenSubtitles, Version=20.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Open Subtitles_20.0.0.0/Jellyfin.Plugin.OpenSubtitles.dll
    [16:16:48] [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"]
    [16:16:48] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
    [16:16:48] [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"]
    [16:16:48] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.25.1.2"]
    [16:16:48] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
    [16:16:48] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
    [16:16:48] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
    [16:16:50] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (23ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
    SELECT COUNT(*) FROM "sqlite_master" WHERE "name" = '__EFMigrationsHistory' AND "type" = 'table';
    [16:16:50] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (2ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
    SELECT "MigrationId", "ProductVersion"
    FROM "__EFMigrationsHistory"
    ORDER BY "MigrationId";
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Jellyfin Docker Server suddenly won't start - by schtocker - 2025-05-08, 03:52 PM
    RE: Jellyfin Docker Server won't start - by Cutter - 2025-05-08, 04:07 PM
    RE: Jellyfin Docker Server won't start - by schtocker - 2025-05-08, 04:10 PM
    RE: Jellyfin Docker Server won't start - by schtocker - 2025-05-08, 04:18 PM
    RE: Jellyfin Docker Server suddenly won't start - by schtocker - 2025-05-08, 04:42 PM
    RE: Jellyfin Docker Server suddenly won't start - by bitmap - 2025-05-08, 06:14 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