• 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 "Could not start Jellyfin server process after the specified wait period."

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    "Could not start Jellyfin server process after the specified wait period."

    ERROR starting jellyfin
    b4ttlesnake
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2024 Jul
    Reputation: 0
    #11
    2024-07-08, 11:44 PM
    (2024-06-20, 01:06 PM)TheDreadPirate Wrote: Can you share the contents of migrations.xml?

    I am having this exact same problem. This is the new migrations.xml generated after deleting the corrupted one.
    Server still not starting.

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <MigrationOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <Applied>
        <ValueTupleOfGuidString>
          <Item1>9b354818-94d5-4b68-ac49-e35cb85f9d84</Item1>
          <Item2>CreateNetworkConfiguration</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>a6dcacf4-c057-4ef9-80d3-61cef9ddb4f0</Item1>
          <Item2>MigrateMusicBrainzTimeout</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>4fb5c950-1991-11ee-9b4b-0800200c9a66</Item1>
          <Item2>MigrateNetworkConfiguration</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>4124c2cd-e939-4ffb-9be9-9b311c413638</Item1>
          <Item2>DisableTranscodingThrottling</Item2>
        </ValueTupleOfGuidString>
        <ValueTupleOfGuidString>
          <Item1>ef103419-8451-40d8-9f34-d1a8e93a1679</Item1>
          <Item2>CreateLoggingConfigHeirarchy</Item2>
        </ValueTupleOfGuidString>
      </Applied>
    </MigrationOptions>
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #12
    2024-07-09, 02:55 AM
    Also try renaming system.xml and let it regenerate from defaults.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Al Imran
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2024 Nov
    Reputation: 0
    #13
    2024-11-27, 12:16 PM
    I deleted all the files in the config folder with the xml files and it worked
    chaos2go
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2025 Apr
    Reputation: 0
    Country:Germany
    #14
    2025-04-08, 08:29 PM (This post was last modified: 2025-04-08, 08:37 PM by chaos2go. Edited 1 time in total.)
    Good evening

    I have the same problem. Unfortunately, deleting the files does nothing for me

    log file --> https://pastebin.com/R87Hq5rL

    cheers and thanks chaos
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #15
    2025-04-08, 10:00 PM
    (2025-04-08, 08:29 PM)chaos2go Wrote: Good evening

    I have the same problem. Unfortunately, deleting the files does nothing for me

    log file --> https://pastebin.com/R87Hq5rL

    cheers and thanks chaos

    You're running the unstable, still in development, build of Jellyfin.  I have no way to tell if this is a legit problem or a bug.  I'm leaning towards a bug  Regardless, post to the jellyfin git hub.

    https://github.com/jellyfin/jellyfin/issues
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,051
    Threads: 0
    Joined: 2024 Jun
    Reputation: 57
    #16
    2025-04-08, 10:17 PM
    (2025-04-08, 08:29 PM)chaos2go Wrote: Good evening

    I have the same problem. Unfortunately, deleting the files does nothing for me

    log file --> https://pastebin.com/R87Hq5rL

    cheers and thanks chaos

    Version 10.11 is an unstable build and should only be used for testing purposes. Inter-unstable versions may not always be compatible. To resolve any issues, restore a 10.10.x backup, then reinstall the latest 10.11 unstable build. If the problem persists,  then you can report it.

    https://jellyfin.org/posts/efcore-refactoring-incoming/:
    "The downside of this is, though, that we might not be able to cleanly implement unstable-to-unstable migrations in a way that will work properly. While we will try to do this, we cannot guarantee it."

    "Fifth and finally, if you have a failing migration, restore an older database version first and try to re-run it. If it still fails, try your oldest (ideally, 10.9.11 or 10.10.0 stable) backup as well. If that one doesn't work, it's a new bug to report."
    chaos2go
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2025 Apr
    Reputation: 0
    Country:Germany
    #17
    2025-04-09, 11:35 AM (This post was last modified: 2025-04-09, 11:38 AM by chaos2go. Edited 1 time in total.)
    thanks for your Replay , yes i know . I tried it first with the new Final release and hat the same Problem .

    Found the Issue ...

    Had duplicates in the migrated DB

    Make A copy of the DB file in "C:\ProgramData\Jellyfin\Server\data"

    use https://sqlitebrowser.org/ --> DB Browser --> open DB file to work with

    SELECT Type, Value, COUNT(*) as Anzahl
    FROM ItemValues
    GROUP BY Type, Value
    HAVING COUNT(*) > 1;

    Search for entries who ar dublicated

    SELECT ROWID, Type, Value
    FROM ItemValues
    WHERE Type = 3 AND Value = 'Dublicate Value entry ';

    as example in my case

    SELECT ROWID, Type, Value
    FROM ItemValues
    WHERE Type = 3 AND Value = 'Ay Yapım';


    Next step, delete duplicated ROWID

    DELETE FROM ItemValues
    WHERE ROWID = one Value of a dubplicatet ROWID here;

    example

    DELETE FROM ItemValues
    WHERE ROWID = 125;

    now you can check again with

    SELECT Type, Value, COUNT(*) as Anzahl
    FROM ItemValues
    GROUP BY Type, Value
    HAVING COUNT(*) > 1;

    repeat for each duplicatet value

    safe and make sure that the name of DB file is correct --> start jellyfin again.

    give him a bit time to run

    "i thought it didn't work, my brother said in the morning he couldn't find the new files ... Grinning-face

    so now I did a new scan of the libraries and everything is back to normal. "


    cheers , hope it helps others too.

    and thanks for the cool community
    Pages (2): « Previous 1 2

    « Next Oldest | Next Newest »

    Users browsing this thread: 2 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