7 hours ago
(This post was last modified: 7 hours ago by kandykarter. Edited 1 time in total.)
Hey all, I've been trying to chase down little issues with my setup since the 10.11 update, and now on the 10.11.1 update. I'm getting an error on server startup and I'm wondering what it implies. Thanks!
Code:
[2025-10-27 08:32:46.180 -07:00] [INF] [34] Main: Running query planner optimizations in the database... This might take a while
[2025-10-27 08:32:46.193 -07:00] [INF] [20] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/data/tvshows"
[2025-10-27 08:32:46.195 -07:00] [INF] [20] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/data/movies"
[2025-10-27 08:32:46.201 -07:00] [INF] [34] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
[2025-10-27 08:32:46.201 -07:00] [INF] [34] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
[2025-10-27 08:32:46.201 -07:00] [INF] [34] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
[2025-10-27 08:32:46.201 -07:00] [INF] [34] Emby.Server.Implementations.ApplicationHost: Disposing "KodiSyncQueuePlugin"
[2025-10-27 08:32:46.223 -07:00] [INF] [34] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
[2025-10-27 08:32:46.227 -07:00] [INF] [34] Jellyfin.Server.ServerSetupApp.SetupServer: Kestrel is listening on "0.0.0.0"
[2025-10-27 08:32:46.230 -07:00] [INF] [34] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache"
[2025-10-27 08:32:46.827 -07:00] [ERR] [29] Microsoft.AspNetCore.Server.Kestrel: Connection id ""0HNGLA3OE6545"", Request id ""0HNGLA3OE6545:00000001"": An unhandled exception was thrown by the application.
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'IServiceProvider'.
at Microsoft.Extensions.DependencyInjection.ServiceLookup.ThrowHelper.ThrowObjectDisposedException()
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(ServiceIdentifier serviceIdentifier, ServiceProviderEngineScope serviceProviderEngineScope)
at Microsoft.Extensions.DependencyInjection.ServiceProvider.GetService(Type serviceType)
at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetService[T](IServiceProvider provider)
at Jellyfin.Server.Program.<>c.<StartApp>b__12_0()
at Jellyfin.Server.ServerSetupApp.SetupServer.<>c__DisplayClass19_0.<<RunAsync>b__9>d.MoveNext()
--- End of stack trace from previous location ---
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpProtocol.ProcessRequests[TContext](IHttpApplication`1 application)
[2025-10-27 08:32:47.155 -07:00] [INF] [34] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2025-10-27 08:32:47.157 -07:00] [INF] [34] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.KodiSyncQueue, Version=15.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Kodi Sync Queue_15.0.0.0/Jellyfin.Plugin.KodiSyncQueue.dll"
[2025-10-27 08:32:47.163 -07:00] [INF] [34] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "LiteDB, Version=5.0.15.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27" from "/config/data/plugins/Kodi Sync Queue_15.0.0.0/LiteDB.dll"
[2025-10-27 08:32:47.164 -07:00] [INF] [34] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.OpenSubtitles, Version=22.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/Open Subtitles_22.0.0.0/Jellyfin.Plugin.OpenSubtitles.dll"
[2025-10-27 08:32:47.166 -07:00] [INF] [34] 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-10-27 08:32:47.166 -07:00] [INF] [34] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2025-10-27 08:32:47.166 -07:00] [INF] [34] 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-10-27 08:32:47.166 -07:00] [INF] [34] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.16.0.162", "172.16.0.243", "172.16.0.211", "172.16.0.43", "172.23.0.5", "172.16.0.26", "172.16.0.13"]
[2025-10-27 08:32:47.166 -07:00] [INF] [34] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2025-10-27 08:32:47.166 -07:00] [INF] [34] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2025-10-27 08:32:47.167 -07:00] [INF] [34] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2025-10-27 08:32:47.173 -07:00] [INF] [34] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLite connection string: "Data Source=/config/data/data/jellyfin.db;Cache=Default;Pooling=True"
[2025-10-27 08:32:47.173 -07:00] [INF] [34] Jellyfin.Database.Providers.Sqlite.SqliteDatabaseProvider: SQLITE connection pragma command set to:
"PRAGMA locking_mode=NORMAL;
PRAGMA journal_size_limit=134217728;
PRAGMA synchronous=1;
PRAGMA temp_store=2;
"
[2025-10-27 08:32:47.173 -07:00] [INF] [34] Jellyfin.Database.Implementations.Locking.NoLockBehavior: The database locking mode has been set to: NoLock.
[2025-10-27 08:32:47.175 -07:00] [INF] [34] Main: Prepare system for possible migrations
[2025-10-27 08:32:47.187 -07:00] [INF] [34] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 0 migrations for stage CoreInitialisation.
[2025-10-27 08:32:47.199 -07:00] [INF] [34] Jellyfin.Plugin.KodiSyncQueue.KodiSyncQueuePlugin: KodiSyncQueue is starting...
[2025-10-27 08:32:47.200 -07:00] [INF] [34] Jellyfin.Plugin.KodiSyncQueue.Data.DbRepo: Creating DB Repository...
[2025-10-27 08:32:47.245 -07:00] [INF] [34] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Kodi Sync Queue" "15.0.0.0"
[2025-10-27 08:32:47.251 -07:00] [INF] [34] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Open Subtitles" "22.0.0.0"
[2025-10-27 08:32:47.252 -07:00] [INF] [34] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.11.1.0"
[2025-10-27 08:32:47.252 -07:00] [INF] [34] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.11.1.0"
[2025-10-27 08:32:47.252 -07:00] [INF] [34] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.11.1.0"
[2025-10-27 08:32:47.252 -07:00] [INF] [34] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.11.1.0"
[2025-10-27 08:32:47.252 -07:00] [INF] [34] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.11.1.0"
[2025-10-27 08:32:47.257 -07:00] [INF] [34] Jellyfin.Server.Migrations.JellyfinMigrationService: There are 0 migrations for stage AppInitialisation.
[2025-10-27 08:32:47.260 -07:00] [INF] [20] Main: Kestrel is listening on "0.0.0.0"
[2025-10-27 08:32:47.417 -07:00] [WRN] [20] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/run/s6-rc:s6-rc-init:LjjeLj/servicedirs/svc-jellyfin/wwwroot". Static files may be unavailable.
[2025-10-27 08:32:47.431 -07:00] [INF] [20] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2025-10-27 08:32:47.432 -07:00] [INF] [20] Jellyfin.Plugin.KodiSyncQueue.ScheduledTasks.RetentionTask: Retention task scheduled
[2025-10-27 08:32:47.433 -07:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Remove Old Sync Data" set to fire at 2025-10-28 00:01:00.000 -07:00, which is 15:28:12.5661492 from now.
[2025-10-27 08:32:47.434 -07:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Clean up collections and playlists" set to fire at 2025-10-28 00:00:00.000 -07:00, which is 15:27:12.5655568 from now.
[2025-10-27 08:32:47.435 -07:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Scan Media Library" set to fire at 2025-10-28 05:00:00.000 -07:00, which is 20:27:12.5649777 from now.
[2025-10-27 08:32:47.449 -07:00] [INF] [20] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "7.1.2"
[2025-10-27 08:32:47.466 -07:00] [INF] [20] 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-10-27 08:32:47.484 -07:00] [INF] [20] 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-10-27 08:32:47.501 -07:00] [INF] [20] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["bwdif_cuda", "bwdif_opencl", "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", "yadif_opencl", "zscale", "alphasrc"]
[2025-10-27 08:32:47.756 -07:00] [INF] [20] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[2025-10-27 08:32:50.435 -07:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean Transcode Directory" Completed after 0 minute(s) and 0 seconds
[2025-10-27 08:32:50.624 -07:00] [INF] [20] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2025-10-27 08:32:50.625 -07:00] [INF] [20] Emby.Server.Implementations.ApplicationHost: ServerId: "983141ea638c4e4cb7b02e23505f413d"
[2025-10-27 08:32:50.625 -07:00] [INF] [20] Emby.Server.Implementations.ApplicationHost: Core startup complete
Specifics:
Jellyfin 10.10.7 (docker) on Debian 12.6 // N100 16GB
Storage: Synology DS220+ CIFS mounts
Clients: Jellyfin4Kodi (Addon Mode), Android, Android TV, Roku, Symfonium
Jellyfin 10.10.7 (docker) on Debian 12.6 // N100 16GB
Storage: Synology DS220+ CIFS mounts
Clients: Jellyfin4Kodi (Addon Mode), Android, Android TV, Roku, Symfonium
