• 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 Container stuck deploying despite logs appearing ok

     
    • 0 Vote(s) - 0 Average

    Container stuck deploying despite logs appearing ok

    Stuck deploying and cannot access webUI
    Jossk
    Offline

    Junior Member

    Posts: 5
    Threads: 2
    Joined: 2025 Mar
    Reputation: 0
    Country:Canada
    #1
    2025-03-18, 04:55 PM
    I may be blind, but I'm not seeing anything that could be causing the issue.

    Host: TrueNAS Scale 24.10
    Jellyfin version: 10.10.6

    There are a couple of items listed "Microsoft.AspNetCore..." that I find interesting, seeing as how the container base is Linux. I have bolded those lines in the log.

    Log
    2025-03-18 16:05:06.943752+00:00[09:05:06] [INF] [1] Main: Jellyfin version: 10.10.6
    2025-03-18 16:05:06.958100+00:00[09:05:06] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_PublishedServerUrl, jellyfin.lan]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]"]
    2025-03-18 16:05:06.958381+00:00[09:05:06] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
    2025-03-18 16:05:06.958972+00:00[09:05:06] [INF] [1] Main: Operating system: Debian GNU/Linux 12 (bookworm)
    2025-03-18 16:05:06.960336+00:00[09:05:06] [INF] [1] Main: Architecture: X64
    2025-03-18 16:05:06.960462+00:00[09:05:06] [INF] [1] Main: 64-Bit Process: True
    2025-03-18 16:05:06.960507+00:00[09:05:06] [INF] [1] Main: User Interactive: True
    2025-03-18 16:05:06.960584+00:00[09:05:06] [INF] [1] Main: Processor count: 2
    2025-03-18 16:05:06.960714+00:00[09:05:06] [INF] [1] Main: Program data path: /config
    2025-03-18 16:05:06.960787+00:00[09:05:06] [INF] [1] Main: Log directory path: /config/log
    2025-03-18 16:05:06.960847+00:00[09:05:06] [INF] [1] Main: Config directory path: /config/config
    2025-03-18 16:05:06.961016+00:00[09:05:06] [INF] [1] Main: Cache path: /cache
    2025-03-18 16:05:06.961209+00:00[09:05:06] [INF] [1] Main: Temp directory path: /tmp/jellyfin
    2025-03-18 16:05:06.961325+00:00[09:05:06] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web
    2025-03-18 16:05:06.961462+00:00[09:05:06] [INF] [1] Main: Application directory: /jellyfin/
    2025-03-18 16:05:07.292732+00:00[09:05:07] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
    2025-03-18 16:05:07.453852+00:00[09:05:07] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
    2025-03-18 16:05:07.511135+00:00[09:05:07] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.AniDB, Version=10.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/AniDB_10.0.0.0/Jellyfin.Plugin.AniDB.dll
    2025-03-18 16:05:07.518570+00:00[09:05:07] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.AniList, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/AniList_11.0.0.0/Jellyfin.Plugin.AniList.dll
    2025-03-18 16:05:07.522085+00:00[09:05:07] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.AniSearch, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/AniSearch_5.0.0.0/Jellyfin.Plugin.AniSearch.dll
    2025-03-18 16:05:07.679965+00:00[09:05:07] [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"]
    2025-03-18 16:05:07.680152+00:00[09:05:07] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
    2025-03-18 16:05:07.680940+00:00[09:05:07] [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"]
    2025-03-18 16:05:07.683481+00:00[09:05:07] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.16.3.2"]
    2025-03-18 16:05:07.684493+00:00[09:05:07] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
    2025-03-18 16:05:07.684712+00:00[09:05:07] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
    2025-03-18 16:05:07.684849+00:00[09:05:07] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
    2025-03-18 16:05:11.536825+00:00[09:05:11] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AniDB 10.0.0.0
    2025-03-18 16:05:11.539455+00:00[09:05:11] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AniList 11.0.0.0
    2025-03-18 16:05:11.545292+00:00[09:05:11] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AniSearch 5.0.0.0
    2025-03-18 16:05:11.546436+00:00[09:05:11] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.10.6.0
    2025-03-18 16:05:11.547072+00:00[09:05:11] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.10.6.0
    2025-03-18 16:05:11.547592+00:00[09:05:11] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.10.6.0
    2025-03-18 16:05:11.596138+00:00[09:05:11] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.10.6.0
    2025-03-18 16:05:11.596770+00:00[09:05:11] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.10.6.0
    2025-03-18 16:05:11.760000+00:00[09:05:11] [WRN] [1] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage.
    2025-03-18 16:05:11.760466+00:00[09:05:11] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
    2025-03-18 16:05:11.852677+00:00[09:05:11] [INF] [1] Main: Kestrel is listening on 0.0.0.0
    2025-03-18 16:05:11.887018+00:00[09:05:11] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {77c962ac-30f2-4eb6-a988-4833ef494e5b} may be persisted to storage in unencrypted form.
    2025-03-18 16:05:12.351144+00:00[09:05:12] [INF] [1] Jellyfin.Networking.PortForwardingHost: Starting NAT discovery
    2025-03-18 16:05:13.427826+00:00[09:05:13] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: /wwwroot. Static files may be unavailable.
    2025-03-18 16:05:13.514457+00:00[09:05:13] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
    2025-03-18 16:05:13.518397+00:00[09:05:13] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /media/shows
    2025-03-18 16:05:13.527540+00:00[09:05:13] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /media/movies
    2025-03-18 16:05:13.565236+00:00[09:05:13] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Generate Trickplay Images set to fire at 2025-03-19 03:00:00.000 -07:00, which is 17:54:46.4398730 from now.
    2025-03-18 16:05:13.574721+00:00[09:05:13] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extract Chapter Images set to fire at 2025-03-19 02:00:00.000 -07:00, which is 16:54:46.4255214 from now.
    2025-03-18 16:05:13.644986+00:00[09:05:13] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 7.0.2
    2025-03-18 16:05:13.773600+00:00[09:05:13] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available decoders: ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "ac4", "dca", "flac", "mp3", "truehd"]
    2025-03-18 16:05:13.813152+00:00[09:05:13] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available encoders: ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
    2025-03-18 16:05:13.856673+00:00[09:05:13] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["bwdif_cuda", "deinterlace_qsv", "deinterlace_vaapi", "flip_vulkan", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemapx", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "transpose_cuda", "transpose_opencl", "transpose_vaapi", "transpose_vulkan", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
    2025-03-18 16:05:14.142916+00:00[09:05:14] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
    2025-03-18 16:05:16.614180+00:00[09:05:16] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: Clean Transcode Directory Completed after 0 minute(s) and 0 seconds
    2025-03-18 16:05:16.622118+00:00[09:05:16] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Clean up collections and playlists Completed after 0 minute(s) and 0 seconds
    2025-03-18 16:05:18.614041+00:00[09:05:18] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Update Plugins Completed after 0 minute(s) and 2 seconds
    2025-03-18 16:05:25.707786+00:00[09:05:25] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg
    2025-03-18 16:05:25.708919+00:00[09:05:25] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: ed0ccd5b8000419d9a4f6c101cbfc074
    2025-03-18 16:05:25.709020+00:00[09:05:25] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
    2025-03-18 16:05:25.709715+00:00[09:05:25] [INF] [1] Main: Startup complete 0:00:19.2309862

    I have configured proper paths for all the folders, and had made sure I had set the permissions for all of the datasets

       
       
       
       

    Thanks
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Container stuck deploying despite logs appearing ok - by Jossk - 2025-03-18, 04:55 PM
    RE: Container stuck deploying despite logs appearing ok - by TheDreadPirate - 2025-03-18, 05:14 PM
    RE: Container stuck deploying despite logs appearing ok - by Jossk - 2025-03-18, 06:25 PM
    RE: Container stuck deploying despite logs appearing ok - by Jossk - 2025-03-18, 07:33 PM
    RE: Container stuck deploying despite logs appearing ok - by TheDreadPirate - 2025-03-18, 07:58 PM
    RE: Container stuck deploying despite logs appearing ok - by novaseline - 2025-04-11, 11:10 AM
    RE: Container stuck deploying despite logs appearing ok - by TheDreadPirate - 2025-04-11, 12:59 PM
    RE: Container stuck deploying despite logs appearing ok - by novaseline - 2025-04-11, 01:57 PM
    RE: Container stuck deploying despite logs appearing ok - by TheDreadPirate - 2025-04-11, 03:19 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