Advertisement
Guest User

Jellyfin Error

a guest
Jun 2nd, 2024
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.46 KB | None | 0 0
  1. $ sudo journalctl -u jellyfin
  2. Jun 01 10:33:04 homeserver systemd[1]: jellyfin.service: Main process exited, code=dumped, status=6/ABRT
  3. Jun 01 10:33:04 homeserver systemd[1]: jellyfin.service: Failed with result 'core-dump'.
  4. Jun 01 10:33:04 homeserver systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 1316.
  5. Jun 01 10:33:04 homeserver systemd[1]: Started jellyfin.service - Jellyfin Media Server.
  6. Jun 01 10:33:04 homeserver (jellyfin)[44041]: jellyfin.service: Referenced but unset environment variable evaluates to an empty string: JELLYFIN_NOWEBAPP_OPT, JELLYFIN_SERVICE_OPT
  7. Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] Jellyfin version: 10.9.3
  8. Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] Environment Variables: ["[JELLYFIN_WEB_OPT, --webdir=/usr/share/jellyfin/web]", "[JELLYFIN_DATA_DIR, /var/lib/jellyfin]", "[JELLYFIN_FFMPEG_OPT, -->
  9. Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
  10. Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] Operating system: Ubuntu 24.04 LTS
  11. Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] Architecture: X64
  12. Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] 64-Bit Process: True
  13. Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] User Interactive: True
  14. Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] Processor count: 4
  15. Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] Program data path: /var/lib/jellyfin
  16. Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] Log directory path: /var/log/jellyfin
  17. Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] Config directory path: /etc/jellyfin
  18. Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] Cache path: /var/cache/jellyfin
  19. Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] Web resources path: /usr/share/jellyfin/web
  20. Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] Application directory: /usr/lib/jellyfin/bin/
  21. Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [FTL] Unhandled Exception
  22. Jun 01 10:33:04 homeserver jellyfin[44041]: System.InvalidOperationException: There is an error in XML document (0, 0).
  23. Jun 01 10:33:04 homeserver jellyfin[44041]: ---> System.Xml.XmlException: Root element is missing.
  24. Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.XmlTextReaderImpl.Throw(Exception e)
  25. Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
  26. Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
  27. Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.XmlReader.MoveToContent()
  28. Jun 01 10:33:04 homeserver jellyfin[44041]: at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMigrationOptions.Read4_MigrationOptions()
  29. Jun 01 10:33:04 homeserver jellyfin[44041]: at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
  30. Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
  31. Jun 01 10:33:04 homeserver jellyfin[44041]: --- End of inner exception stack trace ---
  32. Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
  33. Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)
  34. Jun 01 10:33:04 homeserver jellyfin[44041]: at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromStream(Type type, Stream stream)
  35. Jun 01 10:33:04 homeserver jellyfin[44041]: at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromFile(Type type, String file)
  36. Jun 01 10:33:04 homeserver jellyfin[44041]: at Jellyfin.Server.Migrations.MigrationRunner.RunPreStartup(ServerApplicationPaths appPaths, ILoggerFactory loggerFactory)
  37. Jun 01 10:33:04 homeserver jellyfin[44041]: at Jellyfin.Server.Program.StartApp(StartupOptions options)
  38. Jun 01 10:33:04 homeserver jellyfin[44041]: at Jellyfin.Server.Program.<Main>(String[] args)
  39. Jun 01 10:33:04 homeserver jellyfin[44041]: Unhandled exception. System.InvalidOperationException: There is an error in XML document (0, 0).
  40. Jun 01 10:33:04 homeserver jellyfin[44041]: ---> System.Xml.XmlException: Root element is missing.
  41. Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.XmlTextReaderImpl.Throw(Exception e)
  42. Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
  43. Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
  44. Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.XmlReader.MoveToContent()
  45. Jun 01 10:33:04 homeserver jellyfin[44041]: at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMigrationOptions.Read4_MigrationOptions()
  46. Jun 01 10:33:04 homeserver jellyfin[44041]: at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
  47. Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
  48. Jun 01 10:33:04 homeserver jellyfin[44041]: --- End of inner exception stack trace ---
  49. Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
  50. Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)
  51. Jun 01 10:33:04 homeserver jellyfin[44041]: at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromStream(Type type, Stream stream)
  52. ...skipping...
  53. Jun 03 00:56:00 homeserver jellyfin[70281]: [00:56:00] [WRN] An operation of type 'SqlOperation' will be attempted while a rebuild of table 'ImageInfos' is pending. The database may not be in an expected stat>
  54. Jun 03 00:56:00 homeserver jellyfin[70281]: [00:56:00] [WRN] An operation of type 'SqlOperation' will be attempted while a rebuild of table 'ImageInfos' is pending. The database may not be in an expected stat>
  55. Jun 03 00:56:00 homeserver jellyfin[70281]: [00:56:00] [WRN] An operation of type 'SqlOperation' will be attempted while a rebuild of table 'Permissions' is pending. The database may not be in an expected sta>
  56. Jun 03 00:56:00 homeserver jellyfin[70281]: [00:56:00] [WRN] An operation of type 'SqlOperation' will be attempted while a rebuild of table 'Permissions' is pending. The database may not be in an expected sta>
  57. Jun 03 00:56:00 homeserver jellyfin[70281]: [00:56:00] [WRN] An operation of type 'SqlOperation' will be attempted while a rebuild of table 'Preferences' is pending. The database may not be in an expected sta>
  58. Jun 03 00:56:00 homeserver jellyfin[70281]: [00:56:00] [WRN] An operation of type 'SqlOperation' will be attempted while a rebuild of table 'Preferences' is pending. The database may not be in an expected sta>
  59. Jun 03 00:56:00 homeserver jellyfin[70281]: [00:56:00] [WRN] An operation of type 'SqlOperation' will be attempted while a rebuild of table 'Users' is pending. The database may not be in an expected state. Re>
  60. Jun 03 00:56:00 homeserver jellyfin[70281]: [00:56:00] [WRN] An operation of type 'SqlOperation' will be attempted while a rebuild of table 'Users' is pending. The database may not be in an expected state. Re>
  61. Jun 03 00:56:00 homeserver jellyfin[70281]: [00:56:00] [INF] EFCore migrations applied successfully
  62. Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Loaded plugin: Local Intros 3.0.0.0
  63. Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Loaded plugin: NextPVR 10.0.0.0
  64. Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Loaded plugin: Open Subtitles 20.0.0.0
  65. Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Loaded plugin: TMDb 10.9.4.0
  66. Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Loaded plugin: Studio Images 10.9.4.0
  67. Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Loaded plugin: OMDb 10.9.4.0
  68. Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Loaded plugin: MusicBrainz 10.9.4.0
  69. Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Loaded plugin: AudioDB 10.9.4.0
  70. Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Applying migration 'MigrateActivityLogDatabase'
  71. Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [WRN] Migrating the activity database may take a while, do not stop Jellyfin.
  72. Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [ERR] Could not apply migration 'MigrateActivityLogDatabase'
  73. Jun 03 00:56:01 homeserver jellyfin[70281]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: ActivityLog'.
  74. Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  75. Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
  76. Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
  77. Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  78. Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  79. Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
  80. Jun 03 00:56:01 homeserver jellyfin[70281]: at Emby.Server.Implementations.Data.SqliteExtensions.Query(SqliteConnection sqliteConnection, String commandText)+MoveNext()
  81. Jun 03 00:56:01 homeserver jellyfin[70281]: at Jellyfin.Server.Migrations.Routines.MigrateActivityLogDb.Perform()
  82. Jun 03 00:56:01 homeserver jellyfin[70281]: at Jellyfin.Server.Migrations.MigrationRunner.PerformMigrations(IMigrationRoutine[] migrations, MigrationOptions migrationOptions, Action`1 saveConfiguration, IL>
  83. Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [FTL] Error while starting server
  84. Jun 03 00:56:01 homeserver jellyfin[70281]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: ActivityLog'.
  85. Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
  86. Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
  87. Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
  88. Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
  89. Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
  90. Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
  91. Jun 03 00:56:01 homeserver jellyfin[70281]: at Emby.Server.Implementations.Data.SqliteExtensions.Query(SqliteConnection sqliteConnection, String commandText)+MoveNext()
  92. Jun 03 00:56:01 homeserver jellyfin[70281]: at Jellyfin.Server.Migrations.Routines.MigrateActivityLogDb.Perform()
  93. Jun 03 00:56:01 homeserver jellyfin[70281]: at Jellyfin.Server.Migrations.MigrationRunner.PerformMigrations(IMigrationRoutine[] migrations, MigrationOptions migrationOptions, Action`1 saveConfiguration, IL>
  94. Jun 03 00:56:01 homeserver jellyfin[70281]: at Jellyfin.Server.Migrations.MigrationRunner.Run(CoreAppHost host, ILoggerFactory loggerFactory)
  95. Jun 03 00:56:01 homeserver jellyfin[70281]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  96. Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Running query planner optimizations in the database... This might take a while
  97. Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Disposing CoreAppHost
  98. Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Disposing MusicBrainzArtistProvider
  99. Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Disposing MusicBrainzAlbumProvider
  100. Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Disposing PluginManager
  101. Jun 03 00:56:01 homeserver systemd[1]: jellyfin.service: Deactivated successfully.
  102. Jun 03 00:56:01 homeserver systemd[1]: jellyfin.service: Consumed 2.627s CPU time.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement