2024-07-13, 03:34 PM
(This post was last modified: 2024-07-13, 04:17 PM by sparvy. Edited 2 times in total.)
Hello,
I've installed and configured Jellyfin without any problems.
After a reboot, the service stop working.
This is the log:
Any idea?
I've installed and configured Jellyfin without any problems.
After a reboot, the service stop working.
This is the log:
Code:
[2024-07-13 17:29:52.404 +02:00] [INF] Jellyfin version: "10.9.7"
[2024-07-13 17:29:52.438 +02:00] [INF] Environment Variables: ["[JELLYFIN_WEB_OPT, --webdir=/usr/share/jellyfin/web]", "[JELLYFIN_FFMPEG_OPT, --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_LOG_DIR, /var/log/jellyfin]", "[JELLYFIN_ADDITIONAL_OPTS, ]", "[JELLYFIN_DATA_DIR, /var/lib/jellyfin]", "[JELLYFIN_ARGS, $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLFIN_ADDITIONAL_OPTS --datadir $JELLYFIN_DATA_DIR --configdir $JELLYFIN_CONFIG_DIR --logdir $JELLYFIN_LOG_DIR --cachedir $JELLYFIN_CACHE_DIR]", "[JELLYFIN_USER, jellyfin]", "[JELLYFIN_CACHE_DIR, /var/cache/jellyfin]", "[JELLYFIN_CONFIG_DIR, /etc/jellyfin]"]
[2024-07-13 17:29:52.445 +02:00] [INF] Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
[2024-07-13 17:29:52.446 +02:00] [INF] Operating system: "Debian GNU/Linux 12 (bookworm)"
[2024-07-13 17:29:52.446 +02:00] [INF] Architecture: X64
[2024-07-13 17:29:52.448 +02:00] [INF] 64-Bit Process: True
[2024-07-13 17:29:52.449 +02:00] [INF] User Interactive: True
[2024-07-13 17:29:52.449 +02:00] [INF] Processor count: 4
[2024-07-13 17:29:52.449 +02:00] [INF] Program data path: "/var/lib/jellyfin"
[2024-07-13 17:29:52.449 +02:00] [INF] Log directory path: "/var/log/jellyfin"
[2024-07-13 17:29:52.449 +02:00] [INF] Config directory path: "/etc/jellyfin"
[2024-07-13 17:29:52.449 +02:00] [INF] Cache path: "/var/cache/jellyfin"
[2024-07-13 17:29:52.450 +02:00] [INF] Web resources path: "/usr/share/jellyfin/web"
[2024-07-13 17:29:52.450 +02:00] [INF] Application directory: "/usr/lib/jellyfin/bin/"
[2024-07-13 17:29:52.512 +02:00] [FTL] Unhandled Exception
System.InvalidOperationException: There is an error in XML document (0, 0).
---> System.Xml.XmlException: Root element is missing.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlReader.MoveToContent()
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMigrationOptions.Read4_MigrationOptions()
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)
at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromStream(Type type, Stream stream)
at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromFile(Type type, String file)
at Jellyfin.Server.Migrations.MigrationRunner.RunPreStartup(ServerApplicationPaths appPaths, ILoggerFactory loggerFactory)
at Jellyfin.Server.Program.StartApp(StartupOptions options)
at Jellyfin.Server.Program.<Main>(String[] args)
Any idea?