2024-09-06, 07:11 PM
Turn my pc on today and am greeted with this error:
Could not start Jellyfin server process after the specified wait period.
You can find the Server Logs at:
as far as i can tell nothing has chnaged since yesterday when jellyfin launced just fine. as some trouble sheeting steps i have :
run the installer to refresh my install
disabled any plugins that have updated in the past few days
removed any new media from the past few days
deleted the jellyfin windows tray folder and re run the installer to ensure i have fresh versions of those files
here's a peek at my logs any insight would be super helpful:
Could not start Jellyfin server process after the specified wait period.
You can find the Server Logs at:
as far as i can tell nothing has chnaged since yesterday when jellyfin launced just fine. as some trouble sheeting steps i have :
run the installer to refresh my install
disabled any plugins that have updated in the past few days
removed any new media from the past few days
deleted the jellyfin windows tray folder and re run the installer to ensure i have fresh versions of those files
here's a peek at my logs any insight would be super helpful:
Code:
[2024-09-06 20:01:11.740 +01:00] [INF] [1] Main: Jellyfin version: "10.9.10"
[2024-09-06 20:01:11.748 +01:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"]
[2024-09-06 20:01:11.749 +01:00] [INF] [1] Main: Arguments: ["C:\Program Files\Jellyfin\Server\jellyfin.dll", "--datadir", "C:\ProgramData\Jellyfin\Server"]
[2024-09-06 20:01:11.750 +01:00] [INF] [1] Main: Operating system: "Microsoft Windows 10.0.22631"
[2024-09-06 20:01:11.750 +01:00] [INF] [1] Main: Architecture: X64
[2024-09-06 20:01:11.751 +01:00] [INF] [1] Main: 64-Bit Process: True
[2024-09-06 20:01:11.753 +01:00] [INF] [1] Main: User Interactive: True
[2024-09-06 20:01:11.753 +01:00] [INF] [1] Main: Processor count: 28
[2024-09-06 20:01:11.753 +01:00] [INF] [1] Main: Program data path: "C:\ProgramData\Jellyfin\Server"
[2024-09-06 20:01:11.754 +01:00] [INF] [1] Main: Log directory path: "C:\ProgramData\Jellyfin\Server\log"
[2024-09-06 20:01:11.754 +01:00] [INF] [1] Main: Config directory path: "C:\ProgramData\Jellyfin\Server\config"
[2024-09-06 20:01:11.755 +01:00] [INF] [1] Main: Cache path: "C:\ProgramData\Jellyfin\Server\cache"
[2024-09-06 20:01:11.755 +01:00] [INF] [1] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web"
[2024-09-06 20:01:11.755 +01:00] [INF] [1] Main: Application directory: "C:\Program Files\Jellyfin\Server\"
[2024-09-06 20:01:11.772 +01:00] [FTL] [1] Main: Unhandled Exception
System.InvalidOperationException: There is an error in XML document (1, 1).
---> System.Xml.XmlException: '.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
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)
[2024-09-06 20:03:26.519 +01:00] [INF] [1] Main: Jellyfin version: "10.9.10"
[2024-09-06 20:03:26.529 +01:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"]
[2024-09-06 20:03:26.531 +01:00] [INF] [1] Main: Arguments: ["C:\Program Files\Jellyfin\Server\jellyfin.dll", "--datadir", "C:\ProgramData\Jellyfin\Server"]
[2024-09-06 20:03:26.532 +01:00] [INF] [1] Main: Operating system: "Microsoft Windows 10.0.22631"
[2024-09-06 20:03:26.533 +01:00] [INF] [1] Main: Architecture: X64
[2024-09-06 20:03:26.533 +01:00] [INF] [1] Main: 64-Bit Process: True
[2024-09-06 20:03:26.534 +01:00] [INF] [1] Main: User Interactive: True
[2024-09-06 20:03:26.535 +01:00] [INF] [1] Main: Processor count: 28
[2024-09-06 20:03:26.536 +01:00] [INF] [1] Main: Program data path: "C:\ProgramData\Jellyfin\Server"
[2024-09-06 20:03:26.536 +01:00] [INF] [1] Main: Log directory path: "C:\ProgramData\Jellyfin\Server\log"
[2024-09-06 20:03:26.537 +01:00] [INF] [1] Main: Config directory path: "C:\ProgramData\Jellyfin\Server\config"
[2024-09-06 20:03:26.537 +01:00] [INF] [1] Main: Cache path: "C:\ProgramData\Jellyfin\Server\cache"
[2024-09-06 20:03:26.538 +01:00] [INF] [1] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web"
[2024-09-06 20:03:26.539 +01:00] [INF] [1] Main: Application directory: "C:\Program Files\Jellyfin\Server\"
[2024-09-06 20:03:27.159 +01:00] [FTL] [1] Main: Unhandled Exception
System.InvalidOperationException: There is an error in XML document (1, 1).
---> System.Xml.XmlException: '.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
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)
[2024-09-06 20:05:14.831 +01:00] [INF] [1] Main: Jellyfin version: "10.9.10"
[2024-09-06 20:05:14.840 +01:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, C:\ProgramData\Jellyfin\Server\log]"]
[2024-09-06 20:05:14.842 +01:00] [INF] [1] Main: Arguments: ["C:\Program Files\Jellyfin\Server\jellyfin.dll", "--datadir", "C:\ProgramData\Jellyfin\Server"]
[2024-09-06 20:05:14.843 +01:00] [INF] [1] Main: Operating system: "Microsoft Windows 10.0.22631"
[2024-09-06 20:05:14.844 +01:00] [INF] [1] Main: Architecture: X64
[2024-09-06 20:05:14.845 +01:00] [INF] [1] Main: 64-Bit Process: True
[2024-09-06 20:05:14.845 +01:00] [INF] [1] Main: User Interactive: True
[2024-09-06 20:05:14.846 +01:00] [INF] [1] Main: Processor count: 28
[2024-09-06 20:05:14.846 +01:00] [INF] [1] Main: Program data path: "C:\ProgramData\Jellyfin\Server"
[2024-09-06 20:05:14.847 +01:00] [INF] [1] Main: Log directory path: "C:\ProgramData\Jellyfin\Server\log"
[2024-09-06 20:05:14.848 +01:00] [INF] [1] Main: Config directory path: "C:\ProgramData\Jellyfin\Server\config"
[2024-09-06 20:05:14.848 +01:00] [INF] [1] Main: Cache path: "C:\ProgramData\Jellyfin\Server\cache"
[2024-09-06 20:05:14.849 +01:00] [INF] [1] Main: Web resources path: "C:\Program Files\Jellyfin\Server\jellyfin-web"
[2024-09-06 20:05:14.850 +01:00] [INF] [1] Main: Application directory: "C:\Program Files\Jellyfin\Server\"
[2024-09-06 20:05:14.867 +01:00] [FTL] [1] Main: Unhandled Exception
System.InvalidOperationException: There is an error in XML document (1, 1).
---> System.Xml.XmlException: '.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
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)