• 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
    #5
    2025-05-08, 04:42 PM
    Actually got the debug logging working (the instructions as written in the docs didn't work for me), new log below. It seems to be something to do with the database reading, perhaps my database is buggered? None of the log lines actually seem like errors though. 

    Quote:[16:39:43] [INF] [1] Main: Jellyfin version: 10.10.7
    [16:39:43] [INF] [1] Main: Environment Variables: ["[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]"]
    [16:39:43] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
    [16:39:43] [INF] [1] Main: Operating system: Debian GNU/Linux 12 (bookworm)
    [16:39:43] [INF] [1] Main: Architecture: X64
    [16:39:43] [INF] [1] Main: 64-Bit Process: True
    [16:39:43] [INF] [1] Main: User Interactive: True
    [16:39:43] [INF] [1] Main: Processor count: 4
    [16:39:43] [INF] [1] Main: Program data path: /config
    [16:39:43] [INF] [1] Main: Log directory path: /config/log
    [16:39:43] [INF] [1] Main: Config directory path: /config/config
    [16:39:43] [INF] [1] Main: Cache path: /cache
    [16:39:43] [INF] [1] Main: Temp directory path: /tmp/jellyfin
    [16:39:43] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web
    [16:39:43] [INF] [1] Main: Application directory: /jellyfin/
    [16:39:44] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'CreateNetworkConfiguration' since it is already applied
    [16:39:44] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'MigrateMusicBrainzTimeout' since it is already applied
    [16:39:44] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'MigrateNetworkConfiguration' since it is already applied
    [16:39:44] [DBG] [1] Jellyfin.Server.Migrations.MigrationRunner: Skipping migration 'MigrateEncodingOptions' since it is already applied
    [16:39:44] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
    [16:39:44] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
    [16:39:44] [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:39:44] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Common.Providers.SubtitleConfigurationFactory
    [16:39:44] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Common.Net.NetworkConfigurationFactory
    [16:39:44] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.Controller.Library.MetadataConfigurationStore
    [16:39:44] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Emby.Server.Implementations.Branding.BrandingConfigurationFactory
    [16:39:44] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.MediaEncoding.Configuration.EncodingConfigurationFactory
    [16:39:44] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of MediaBrowser.XbmcMetadata.Configuration.NfoConfigurationFactory
    [16:39:44] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.Server.Migrations.MigrationsFactory
    [16:39:44] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Creating instance of Jellyfin.LiveTv.Configuration.LiveTvConfigurationFactory
    [16:39:44] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Refreshing LAN information.
    [16:39:44] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN interface addresses as user provided no LAN details.
    [16:39:44] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Refreshing interfaces.
    [16:39:44] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Discovered 2 interfaces.
    [16:39:44] [DBG] [1] Jellyfin.Networking.Manager.NetworkManager: Interfaces addresses: ["127.0.0.1", "172.25.1.2"]
    [16:39:44] [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:39:44] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
    [16:39:44] [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:39:44] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.25.1.2"]
    [16:39:44] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
    [16:39:44] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
    [16:39:44] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
    [16:39:44] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Found API endpoints in plugin Jellyfin.Plugin.OpenSubtitles, Version=20.0.0.0, Culture=neutral, PublicKeyToken=null
    [16:39:44] [DBG] [1] Emby.Server.Implementations.ApplicationHost: Found API endpoints in plugin MediaBrowser.Providers, Version=10.10.7.0, Culture=neutral, PublicKeyToken=null
    [16:39:46] [DBG] [1] Microsoft.EntityFrameworkCore.Model: The index {'UserId'} was not created on entity type 'DisplayPreferences' as the properties are already covered by the index {'UserId', 'ItemId', 'Client'}.
    [16:39:46] [DBG] [1] Microsoft.EntityFrameworkCore.Model: The index {'UserId'} was not created on entity type 'Permission' as the properties are already covered by the index {'UserId', 'Kind'}.
    [16:39:46] [DBG] [1] Microsoft.EntityFrameworkCore.Model: The index {'UserId'} was not created on entity type 'Preference' as the properties are already covered by the index {'UserId', 'Kind'}.
    [16:39:46] [DBG] [1] Microsoft.EntityFrameworkCore.Infrastructure: Entity Framework Core 8.0.11 initialized 'JellyfinDbContext' using provider 'Microsoft.EntityFrameworkCore.Sqlite:8.0.11' with options: MaxPoolSize=1024
    [16:39:46] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
    [16:39:46] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (13ms).
    [16:39:46] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database 'main' on server '/config/data/jellyfin.db'.
    [16:39:46] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database 'main' on server '/config/data/jellyfin.db'.
    [16:39:47] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Disposing connection to database 'main' on server '/config/data/jellyfin.db'.
    [16:39:47] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Disposed connection to database 'main' on server '/config/data/jellyfin.db' (1ms).
    [16:39:47] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for 'ExecuteScalar'.
    [16:39:47] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Creating DbConnection.
    [16:39:47] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Created DbConnection. (0ms).
    [16:39:47] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for 'ExecuteScalar' (9ms).
    [16:39:47] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for 'ExecuteScalar' (18ms).
    [16:39:47] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database 'main' on server '/config/data/jellyfin.db'.
    [16:39:47] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database 'main' on server '/config/data/jellyfin.db'.
    [16:39:47] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
    SELECT COUNT(*) FROM "sqlite_master" WHERE "name" = '__EFMigrationsHistory' AND "type" = 'table';
    [16:39:47] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (33ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
    SELECT COUNT(*) FROM "sqlite_master" WHERE "name" = '__EFMigrationsHistory' AND "type" = 'table';
    [16:39:47] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database 'main' on server '/config/data/jellyfin.db'.
    [16:39:47] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database 'main' on server '/config/data/jellyfin.db' (4ms).
    [16:39:47] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Opening connection to database 'main' on server '/config/data/jellyfin.db'.
    [16:39:47] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Opened connection to database 'main' on server '/config/data/jellyfin.db'.
    [16:39:47] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Creating DbCommand for 'ExecuteReader'.
    [16:39:47] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Created DbCommand for 'ExecuteReader' (0ms).
    [16:39:47] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Initialized DbCommand for 'ExecuteReader' (0ms).
    [16:39:47] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Executing DbCommand [Parameters=[], CommandType='Text', CommandTimeout='30']
    SELECT "MigrationId", "ProductVersion"
    FROM "__EFMigrationsHistory"
    ORDER BY "MigrationId";
    [16:39:47] [INF] [1] Microsoft.EntityFrameworkCore.Database.Command: Executed DbCommand (5ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
    SELECT "MigrationId", "ProductVersion"
    FROM "__EFMigrationsHistory"
    ORDER BY "MigrationId";
    [16:39:47] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: Closing data reader to 'main' on server '/config/data/jellyfin.db'.
    [16:39:47] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Command: A data reader for 'main' on server '/config/data/jellyfin.db' is being disposed after spending 9ms reading results.
    [16:39:47] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Closing connection to database 'main' on server '/config/data/jellyfin.db'.
    [16:39:47] [DBG] [1] Microsoft.EntityFrameworkCore.Database.Connection: Closed connection to database 'main' on server '/config/data/jellyfin.db' (0ms).
    « 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