• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting xml document error after upgrade

    Pages (3): « Previous 1 2 3

     
    • 3 Vote(s) - 5 Average

    xml document error after upgrade

    wyrtz
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2024 Jul
    Reputation: 4
    Country:Denmark
    #21
    2024-07-16, 01:11 PM
    Created an account just to post this.

    After fixing the out of disk space issue, jellyfin was producing the errors as described in this thread. Inspired from reading this thread, I was able to recover quite simply however:

    -Stopped jellyfin container
    -Deleted (empty) migrations.xml file
    -Edited system.xml: changed <IsStartupWizardCompleted> from true to false.
    -Stared up jellyfin container, all worked as before (no startup wizard or anything)

    Note that I am simply listing the steps I took, I cannot fully explain why it works. From looking in the logs, it seems like setting startup wizard to not completed made jellyfin treat this as a fresh install:

    Code:
    [13:02:23] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["CreateNetworkConfiguration", "MigrateMusicBrainzTimeout", "MigrateNetworkConfiguration"]
    [13:02:25] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["DisableTranscodingThrottling", "CreateLoggingConfigHeirarchy", "MigrateActivityLogDatabase", "RemoveDuplicateExtras", "MigrateUserDatabase", "MigrateDisplayPreferencesDatabase", "RemoveDownloadImagesInAdvance", "MigrateAuthenticationDatabase", "FixPlaylistOwner", "MigrateRatingLevels", "FixAudioData"]

    I haven't noticed any negative effects by changing this. After successful run of jellyfin, I shut down the container, changed it back to true and started jellyfin up again.

    Hope this will help anyone with the same issue out there. I really feared setting it all up again and wasting a time on that.
    2
    2
    1
    1
    1
    1
    1
    1
    1
    JesusSanjuan
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2024 Aug
    Reputation: 0
    #22
    2024-08-13, 05:04 PM
    (2024-07-16, 01:11 PM)wyrtz Wrote: Created an account just to post this.

    After fixing the out of disk space issue, jellyfin was producing the errors as described in this thread. Inspired from reading this thread, I was able to recover quite simply however:

    -Stopped jellyfin container
    -Deleted (empty) migrations.xml file
    -Edited system.xml: changed <IsStartupWizardCompleted> from true to false.
    -Stared up jellyfin container, all worked as before (no startup wizard or anything)

    Note that I am simply listing the steps I took, I cannot fully explain why it works. From looking in the logs, it seems like setting startup wizard to not completed made jellyfin treat this as a fresh install:

    Code:
    [13:02:23] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["CreateNetworkConfiguration", "MigrateMusicBrainzTimeout", "MigrateNetworkConfiguration"]
    [13:02:25] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["DisableTranscodingThrottling", "CreateLoggingConfigHeirarchy", "MigrateActivityLogDatabase", "RemoveDuplicateExtras", "MigrateUserDatabase", "MigrateDisplayPreferencesDatabase", "RemoveDownloadImagesInAdvance", "MigrateAuthenticationDatabase", "FixPlaylistOwner", "MigrateRatingLevels", "FixAudioData"]

    I haven't noticed any negative effects by changing this. After successful run of jellyfin, I shut down the container, changed it back to true and started jellyfin up again.

    Hope this will help anyone with the same issue out there. I really feared setting it all up again and wasting a time on that.


    Me funciono sin ningun problema,
    RoyBarina
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2024 Aug
    Reputation: 0
    Country:Israel
    #23
    2024-08-26, 05:06 PM
    (2024-07-16, 01:11 PM)wyrtz Wrote: Created an account just to post this.

    After fixing the out of disk space issue, jellyfin was producing the errors as described in this thread. Inspired from reading this thread, I was able to recover quite simply however:

    -Stopped jellyfin container
    -Deleted (empty) migrations.xml file
    -Edited system.xml: changed <IsStartupWizardCompleted> from true to false.
    -Stared up jellyfin container, all worked as before (no startup wizard or anything)

    Note that I am simply listing the steps I took, I cannot fully explain why it works. From looking in the logs, it seems like setting startup wizard to not completed made jellyfin treat this as a fresh install:

    Code:
    [13:02:23] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["CreateNetworkConfiguration", "MigrateMusicBrainzTimeout", "MigrateNetworkConfiguration"]
    [13:02:25] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["DisableTranscodingThrottling", "CreateLoggingConfigHeirarchy", "MigrateActivityLogDatabase", "RemoveDuplicateExtras", "MigrateUserDatabase", "MigrateDisplayPreferencesDatabase", "RemoveDownloadImagesInAdvance", "MigrateAuthenticationDatabase", "FixPlaylistOwner", "MigrateRatingLevels", "FixAudioData"]

    I haven't noticed any negative effects by changing this. After successful run of jellyfin, I shut down the container, changed it back to true and started jellyfin up again.

    Hope this will help anyone with the same issue out there. I really feared setting it all up again and wasting a time on that.

    Created an account just to say thank you!
    rafny2
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #24
    2024-08-28, 01:19 PM
    (2024-07-16, 01:11 PM)wyrtz Wrote: Created an account just to post this.

    After fixing the out of disk space issue, jellyfin was producing the errors as described in this thread. Inspired from reading this thread, I was able to recover quite simply however:

    -Stopped jellyfin container
    -Deleted (empty) migrations.xml file
    -Edited system.xml: changed <IsStartupWizardCompleted> from true to false.
    -Stared up jellyfin container, all worked as before (no startup wizard or anything)

    Note that I am simply listing the steps I took, I cannot fully explain why it works. From looking in the logs, it seems like setting startup wizard to not completed made jellyfin treat this as a fresh install:

    Code:
    [13:02:23] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["CreateNetworkConfiguration", "MigrateMusicBrainzTimeout", "MigrateNetworkConfiguration"]
    [13:02:25] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["DisableTranscodingThrottling", "CreateLoggingConfigHeirarchy", "MigrateActivityLogDatabase", "RemoveDuplicateExtras", "MigrateUserDatabase", "MigrateDisplayPreferencesDatabase", "RemoveDownloadImagesInAdvance", "MigrateAuthenticationDatabase", "FixPlaylistOwner", "MigrateRatingLevels", "FixAudioData"]

    I haven't noticed any negative effects by changing this. After successful run of jellyfin, I shut down the container, changed it back to true and started jellyfin up again.

    Hope this will help anyone with the same issue out there. I really feared setting it all up again and wasting a time on that.


    Thank you! This worked perfectly!!
    Now I just need to figure out some HLS errors on this post -> https://forum.jellyfin.org/t-a-fatal-err...9#pid34509
    trawzified
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2024 Oct
    Reputation: 0
    #25
    2024-10-14, 05:22 PM
    (2024-07-16, 01:11 PM)wyrtz Wrote: Created an account just to post this.

    After fixing the out of disk space issue, jellyfin was producing the errors as described in this thread. Inspired from reading this thread, I was able to recover quite simply however:

    -Stopped jellyfin container
    -Deleted (empty) migrations.xml file
    -Edited system.xml: changed <IsStartupWizardCompleted> from true to false.
    -Stared up jellyfin container, all worked as before (no startup wizard or anything)

    Note that I am simply listing the steps I took, I cannot fully explain why it works. From looking in the logs, it seems like setting startup wizard to not completed made jellyfin treat this as a fresh install:

    Code:
    [13:02:23] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["CreateNetworkConfiguration", "MigrateMusicBrainzTimeout", "MigrateNetworkConfiguration"]
    [13:02:25] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["DisableTranscodingThrottling", "CreateLoggingConfigHeirarchy", "MigrateActivityLogDatabase", "RemoveDuplicateExtras", "MigrateUserDatabase", "MigrateDisplayPreferencesDatabase", "RemoveDownloadImagesInAdvance", "MigrateAuthenticationDatabase", "FixPlaylistOwner", "MigrateRatingLevels", "FixAudioData"]

    I haven't noticed any negative effects by changing this. After successful run of jellyfin, I shut down the container, changed it back to true and started jellyfin up again.

    Hope this will help anyone with the same issue out there. I really feared setting it all up again and wasting a time on that.

    Pfew, thanks so much! I don't know what happened exactly but Jellyfin decided to generate 35GB of logs today and filled up my entire disk. After that the migrations xml got corrupted, but this fixed it!
    Ordnael
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Jan
    Reputation: 0
    Country:Italy
    #26
    2025-01-08, 06:42 PM
    (2024-07-16, 01:11 PM)wyrtz Wrote: Created an account just to post this.

    After fixing the out of disk space issue, jellyfin was producing the errors as described in this thread. Inspired from reading this thread, I was able to recover quite simply however:

    -Stopped jellyfin container
    -Deleted (empty) migrations.xml file
    -Edited system.xml: changed <IsStartupWizardCompleted> from true to false.
    -Stared up jellyfin container, all worked as before (no startup wizard or anything)

    Note that I am simply listing the steps I took, I cannot fully explain why it works. From looking in the logs, it seems like setting startup wizard to not completed made jellyfin treat this as a fresh install:

    Code:
    [13:02:23] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["CreateNetworkConfiguration", "MigrateMusicBrainzTimeout", "MigrateNetworkConfiguration"]
    [13:02:25] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["DisableTranscodingThrottling", "CreateLoggingConfigHeirarchy", "MigrateActivityLogDatabase", "RemoveDuplicateExtras", "MigrateUserDatabase", "MigrateDisplayPreferencesDatabase", "RemoveDownloadImagesInAdvance", "MigrateAuthenticationDatabase", "FixPlaylistOwner", "MigrateRatingLevels", "FixAudioData"]

    I haven't noticed any negative effects by changing this. After successful run of jellyfin, I shut down the container, changed it back to true and started jellyfin up again.

    Hope this will help anyone with the same issue out there. I really feared setting it all up again and wasting a time on that.

    I created an account only to reply to this post and say: THANK YOU!  Red-heart
    deekarma
    Offline

    Junior Member

    Posts: 4
    Threads: 0
    Joined: 2024 Jun
    Reputation: 0
    Country:United Kingdom
    #27
    2025-02-11, 03:47 PM
    (2024-07-16, 01:11 PM)wyrtz Wrote: Created an account just to post this.

    After fixing the out of disk space issue, jellyfin was producing the errors as described in this thread. Inspired from reading this thread, I was able to recover quite simply however:

    -Stopped jellyfin container
    -Deleted (empty) migrations.xml file
    -Edited system.xml: changed <IsStartupWizardCompleted> from true to false.
    -Stared up jellyfin container, all worked as before (no startup wizard or anything)

    Note that I am simply listing the steps I took, I cannot fully explain why it works. From looking in the logs, it seems like setting startup wizard to not completed made jellyfin treat this as a fresh install:

    Code:
    [13:02:23] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["CreateNetworkConfiguration", "MigrateMusicBrainzTimeout", "MigrateNetworkConfiguration"]
    [13:02:25] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Marking following migrations as applied because this is a fresh install: ["DisableTranscodingThrottling", "CreateLoggingConfigHeirarchy", "MigrateActivityLogDatabase", "RemoveDuplicateExtras", "MigrateUserDatabase", "MigrateDisplayPreferencesDatabase", "RemoveDownloadImagesInAdvance", "MigrateAuthenticationDatabase", "FixPlaylistOwner", "MigrateRatingLevels", "FixAudioData"]

    I haven't noticed any negative effects by changing this. After successful run of jellyfin, I shut down the container, changed it back to true and started jellyfin up again.

    Hope this will help anyone with the same issue out there. I really feared setting it all up again and wasting a time on that.

    You got me out of a mess.  Thank you!
    Pages (3): « Previous 1 2 3

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode