Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ sudo journalctl -u jellyfin
- Jun 01 10:33:04 homeserver systemd[1]: jellyfin.service: Main process exited, code=dumped, status=6/ABRT
- Jun 01 10:33:04 homeserver systemd[1]: jellyfin.service: Failed with result 'core-dump'.
- Jun 01 10:33:04 homeserver systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 1316.
- Jun 01 10:33:04 homeserver systemd[1]: Started jellyfin.service - Jellyfin Media Server.
- 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
- Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] Jellyfin version: 10.9.3
- 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, -->
- 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"]
- Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] Operating system: Ubuntu 24.04 LTS
- Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] Architecture: X64
- Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] 64-Bit Process: True
- Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] User Interactive: True
- Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] Processor count: 4
- Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] Program data path: /var/lib/jellyfin
- Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] Log directory path: /var/log/jellyfin
- Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] Config directory path: /etc/jellyfin
- Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] Cache path: /var/cache/jellyfin
- Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] Web resources path: /usr/share/jellyfin/web
- Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [INF] Application directory: /usr/lib/jellyfin/bin/
- Jun 01 10:33:04 homeserver jellyfin[44041]: [10:33:04] [FTL] Unhandled Exception
- Jun 01 10:33:04 homeserver jellyfin[44041]: System.InvalidOperationException: There is an error in XML document (0, 0).
- Jun 01 10:33:04 homeserver jellyfin[44041]: ---> System.Xml.XmlException: Root element is missing.
- Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.XmlTextReaderImpl.Throw(Exception e)
- Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
- Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
- Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.XmlReader.MoveToContent()
- Jun 01 10:33:04 homeserver jellyfin[44041]: at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMigrationOptions.Read4_MigrationOptions()
- Jun 01 10:33:04 homeserver jellyfin[44041]: at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
- Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
- Jun 01 10:33:04 homeserver jellyfin[44041]: --- End of inner exception stack trace ---
- Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
- Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)
- Jun 01 10:33:04 homeserver jellyfin[44041]: at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromStream(Type type, Stream stream)
- Jun 01 10:33:04 homeserver jellyfin[44041]: at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromFile(Type type, String file)
- Jun 01 10:33:04 homeserver jellyfin[44041]: at Jellyfin.Server.Migrations.MigrationRunner.RunPreStartup(ServerApplicationPaths appPaths, ILoggerFactory loggerFactory)
- Jun 01 10:33:04 homeserver jellyfin[44041]: at Jellyfin.Server.Program.StartApp(StartupOptions options)
- Jun 01 10:33:04 homeserver jellyfin[44041]: at Jellyfin.Server.Program.<Main>(String[] args)
- Jun 01 10:33:04 homeserver jellyfin[44041]: Unhandled exception. System.InvalidOperationException: There is an error in XML document (0, 0).
- Jun 01 10:33:04 homeserver jellyfin[44041]: ---> System.Xml.XmlException: Root element is missing.
- Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.XmlTextReaderImpl.Throw(Exception e)
- Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
- Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
- Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.XmlReader.MoveToContent()
- Jun 01 10:33:04 homeserver jellyfin[44041]: at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderMigrationOptions.Read4_MigrationOptions()
- Jun 01 10:33:04 homeserver jellyfin[44041]: at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
- Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
- Jun 01 10:33:04 homeserver jellyfin[44041]: --- End of inner exception stack trace ---
- Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
- Jun 01 10:33:04 homeserver jellyfin[44041]: at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)
- Jun 01 10:33:04 homeserver jellyfin[44041]: at Emby.Server.Implementations.Serialization.MyXmlSerializer.DeserializeFromStream(Type type, Stream stream)
- ...skipping...
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- 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>
- Jun 03 00:56:00 homeserver jellyfin[70281]: [00:56:00] [INF] EFCore migrations applied successfully
- Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Loaded plugin: Local Intros 3.0.0.0
- Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Loaded plugin: NextPVR 10.0.0.0
- Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Loaded plugin: Open Subtitles 20.0.0.0
- Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Loaded plugin: TMDb 10.9.4.0
- Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Loaded plugin: Studio Images 10.9.4.0
- Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Loaded plugin: OMDb 10.9.4.0
- Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Loaded plugin: MusicBrainz 10.9.4.0
- Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Loaded plugin: AudioDB 10.9.4.0
- Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Applying migration 'MigrateActivityLogDatabase'
- Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [WRN] Migrating the activity database may take a while, do not stop Jellyfin.
- Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [ERR] Could not apply migration 'MigrateActivityLogDatabase'
- Jun 03 00:56:01 homeserver jellyfin[70281]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: ActivityLog'.
- Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
- Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
- Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
- Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
- Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
- Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
- Jun 03 00:56:01 homeserver jellyfin[70281]: at Emby.Server.Implementations.Data.SqliteExtensions.Query(SqliteConnection sqliteConnection, String commandText)+MoveNext()
- Jun 03 00:56:01 homeserver jellyfin[70281]: at Jellyfin.Server.Migrations.Routines.MigrateActivityLogDb.Perform()
- Jun 03 00:56:01 homeserver jellyfin[70281]: at Jellyfin.Server.Migrations.MigrationRunner.PerformMigrations(IMigrationRoutine[] migrations, MigrationOptions migrationOptions, Action`1 saveConfiguration, IL>
- Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [FTL] Error while starting server
- Jun 03 00:56:01 homeserver jellyfin[70281]: Microsoft.Data.Sqlite.SqliteException (0x80004005): SQLite Error 1: 'no such table: ActivityLog'.
- Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteException.ThrowExceptionForRC(Int32 rc, sqlite3 db)
- Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteCommand.PrepareAndEnumerateStatements()+MoveNext()
- Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteCommand.GetStatements()+MoveNext()
- Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteDataReader.NextResult()
- Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader(CommandBehavior behavior)
- Jun 03 00:56:01 homeserver jellyfin[70281]: at Microsoft.Data.Sqlite.SqliteCommand.ExecuteReader()
- Jun 03 00:56:01 homeserver jellyfin[70281]: at Emby.Server.Implementations.Data.SqliteExtensions.Query(SqliteConnection sqliteConnection, String commandText)+MoveNext()
- Jun 03 00:56:01 homeserver jellyfin[70281]: at Jellyfin.Server.Migrations.Routines.MigrateActivityLogDb.Perform()
- Jun 03 00:56:01 homeserver jellyfin[70281]: at Jellyfin.Server.Migrations.MigrationRunner.PerformMigrations(IMigrationRoutine[] migrations, MigrationOptions migrationOptions, Action`1 saveConfiguration, IL>
- Jun 03 00:56:01 homeserver jellyfin[70281]: at Jellyfin.Server.Migrations.MigrationRunner.Run(CoreAppHost host, ILoggerFactory loggerFactory)
- Jun 03 00:56:01 homeserver jellyfin[70281]: at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
- Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Running query planner optimizations in the database... This might take a while
- Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Disposing CoreAppHost
- Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Disposing MusicBrainzArtistProvider
- Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Disposing MusicBrainzAlbumProvider
- Jun 03 00:56:01 homeserver jellyfin[70281]: [00:56:01] [INF] Disposing PluginManager
- Jun 03 00:56:01 homeserver systemd[1]: jellyfin.service: Deactivated successfully.
- 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